You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.9 KiB
Plaintext

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>EntityFramework</id>
<version>6.4.4</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>http://go.microsoft.com/fwlink/?LinkID=263480</projectUrl>
<description>Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<language>en-US</language>
<tags>Microsoft EntityFramework EF Database Data O/RM ADO.NET</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/ef6" commit="5d5addd3462f19c6a0e829b4b34825287b999274" />
<dependencies>
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETStandard2.1">
<dependency id="Microsoft.CSharp" version="4.7.0" exclude="Build,Analyzers" />
<dependency id="System.CodeDom" version="4.7.0" exclude="Build,Analyzers" />
<dependency id="System.ComponentModel.Annotations" version="4.7.0" exclude="Build,Analyzers" />
<dependency id="System.Configuration.ConfigurationManager" version="4.7.0" exclude="Build,Analyzers" />
<dependency id="System.Data.SqlClient" version="4.8.1" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" targetFramework=".NETFramework4.00.0" />
</frameworkAssemblies>
</metadata>
</package>