Microsoft.EntityFrameworkCore.Proxies by Microsoft

<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="3.1.1" />

 Microsoft.EntityFrameworkCore.Proxies 3.1.1

Lazy-loading proxies for EF Core.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="3.6">
    <id>Microsoft.EntityFrameworkCore.Proxies</id>
    <version>3.1.1</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://docs.microsoft.com/ef/core/</projectUrl>
    <description>Lazy-loading proxies for EF Core.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore Lazy-loading</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/EntityFrameworkCore" commit="fde8a73d63ea11e1f2bdc690cf1b16ba0a449649" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.EntityFrameworkCore" version="3.1.1" exclude="Build" />
        <dependency id="Castle.Core" version="4.4.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>