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

21 lines
1006 B

10 years ago
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.AspNet.Identity.EntityFramework</id>
  5. <version>2.0.0</version>
  6. <title>Microsoft ASP.NET Identity EntityFramework</title>
  7. <authors>Microsoft</authors>
  8. <owners>Microsoft</owners>
  9. <licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_ENU.htm</licenseUrl>
  10. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  11. <description>ASP.NET Identity providers that use Entity Framework.</description>
  12. <summary>ASP.NET Identity providers that use Entity Framework.</summary>
  13. <releaseNotes />
  14. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  15. <language />
  16. <tags>Identity Membership</tags>
  17. <dependencies>
  18. <dependency id="Microsoft.AspNet.Identity.Core" version="2.0.0" />
  19. <dependency id="EntityFramework" version="6.1.0" />
  20. </dependencies>
  21. </metadata>
  22. </package>