summaryrefslogtreecommitdiff
path: root/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.1/microsoft.entityframeworkcore.inmemory.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.1/microsoft.entityframeworkcore.inmemory.nuspec')
-rw-r--r--Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.1/microsoft.entityframeworkcore.inmemory.nuspec23
1 files changed, 23 insertions, 0 deletions
diff --git a/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.1/microsoft.entityframeworkcore.inmemory.nuspec b/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.1/microsoft.entityframeworkcore.inmemory.nuspec
new file mode 100644
index 0000000000..a7e44145dd
--- /dev/null
+++ b/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.entityframeworkcore.inmemory/2.0.1/microsoft.entityframeworkcore.inmemory.nuspec
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
+ <metadata>
+ <id>Microsoft.EntityFrameworkCore.InMemory</id>
+ <version>2.0.1</version>
+ <authors>Microsoft</authors>
+ <owners>Microsoft</owners>
+ <requireLicenseAcceptance>true</requireLicenseAcceptance>
+ <licenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</licenseUrl>
+ <projectUrl>https://asp.net/</projectUrl>
+ <iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
+ <description>In-memory database provider for Entity Framework Core (to be used for testing purposes).</description>
+ <copyright>Copyright © Microsoft Corporation</copyright>
+ <tags>Entity Framework Core entity-framework-core EF Data O/RM In-Memory</tags>
+ <serviceable>true</serviceable>
+ <repository type="git" url="https://github.com/aspnet/EntityFramework.git" />
+ <dependencies>
+ <group targetFramework=".NETStandard2.0">
+ <dependency id="Microsoft.EntityFrameworkCore" version="2.0.1" />
+ </group>
+ </dependencies>
+ </metadata>
+</package> \ No newline at end of file