﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Syrette</id>
    <version>0.0.1.5-alpha</version>
    <title>Syrette</title>
    <authors>Lorefice Samuele</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <readme>README.md</readme>
    <projectUrl>https://git.r3d.codes/REDCODE/Syrette</projectUrl>
    <description>Syrette is a minimalistic dependency injection library for C#. It aims to provide a simple and efficient way to achieve dependency injections in your applications without the overhead of larger frameworks.</description>
    <copyright>2025 Lorefice Samuele</copyright>
    <tags>DI Dependency Injection</tags>
    <repository type="git" url="https://git.r3d.codes/REDCODE/Syrette" commit="b9fbb4b85198a5bc0a5a1e727c06eb8b44f1cb47" />
    <dependencies>
      <group targetFramework="net8.0" />
      <group targetFramework="net9.0" />
      <group targetFramework="net10.0" />
    </dependencies>
  </metadata>
</package>