Microsoft.EntityFrameworkCore by Microsoft

<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.5" />

.NET API 1,555,832 bytes

 Microsoft.EntityFrameworkCore 3.1.5

Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="3.6">
    <id>Microsoft.EntityFrameworkCore</id>
    <version>3.1.5</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>Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology.

Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/efcore" commit="5f01ecc8e61350a2f6a5381c5028ba3063be286f" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.EntityFrameworkCore.Abstractions" version="3.1.5" exclude="Build,Analyzers" />
        <dependency id="Microsoft.EntityFrameworkCore.Analyzers" version="3.1.5" exclude="Build" />
        <dependency id="Microsoft.Bcl.AsyncInterfaces" version="1.1.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Bcl.HashCode" version="1.1.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Caching.Memory" version="3.1.5" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DependencyInjection" version="3.1.5" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging" version="3.1.5" exclude="Build,Analyzers" />
        <dependency id="System.Collections.Immutable" version="1.7.1" exclude="Build,Analyzers" />
        <dependency id="System.ComponentModel.Annotations" version="4.7.0" exclude="Build,Analyzers" />
        <dependency id="System.Diagnostics.DiagnosticSource" version="4.7.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>