DotNext.Reflection by .NET Foundation and Contributors

<PackageReference Include="DotNext.Reflection" Version="4.9.0" />

 DotNext.Reflection 4.9.0

Strongly typed reflection, concept types (type classes), fast reflection

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DotNext.Reflection</id>
    <version>4.9.0</version>
    <authors>.NET Foundation and Contributors</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>logo.png</icon>
    <projectUrl>https://dotnet.github.io/dotNext/</projectUrl>
    <description>Strongly typed reflection, concept types (type classes), fast reflection</description>
    <releaseNotes>https://github.com/dotnet/dotNext/blob/master/CHANGELOG.md</releaseNotes>
    <copyright>Copyright © .NET Foundation and Contributors</copyright>
    <tags>Concept Reflection Typeclass</tags>
    <repository type="git" url="https://github.com/dotnet/dotNext.git" commit="8b465e488e0b767da5e0c0972eca49e29391b0b0" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="DotNext" version="4.9.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>