Microsoft.EntityFrameworkCore.InMemory by Microsoft

<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.6" />

 Microsoft.EntityFrameworkCore.InMemory 6.0.6

In-memory database provider for Entity Framework Core (to be used for testing purposes).

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="3.6">
    <id>Microsoft.EntityFrameworkCore.InMemory</id>
    <version>6.0.6</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://docs.microsoft.com/ef/core/</projectUrl>
    <description>In-memory database provider for Entity Framework Core (to be used for testing purposes).</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore In-Memory</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/efcore" commit="796d2f8b516781d64bbdf4c21b0163de9fa56ab8" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="Microsoft.EntityFrameworkCore" version="6.0.6" exclude="Build" />
      </group>
    </dependencies>
  </metadata>
</package>