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.

20 lines
1.0 KiB

10 years ago
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>EntityFramework</id>
  5. <version>6.1.0</version>
  6. <title>EntityFramework</title>
  7. <authors>Microsoft</authors>
  8. <owners>Microsoft</owners>
  9. <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=320539</licenseUrl>
  10. <projectUrl>http://go.microsoft.com/fwlink/?LinkID=320540</projectUrl>
  11. <iconUrl>http://go.microsoft.com/fwlink/?LinkID=386613</iconUrl>
  12. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  13. <description>Entity Framework is Microsoft's recommended data access technology for new applications.</description>
  14. <summary>Entity Framework is Microsoft's recommended data access technology for new applications.</summary>
  15. <language>en-US</language>
  16. <tags>Microsoft EF Database Data O/RM ADO.NET</tags>
  17. <frameworkAssemblies>
  18. <frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" targetFramework="" />
  19. </frameworkAssemblies>
  20. </metadata>
  21. </package>