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.

22 lines
1.3 KiB

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.Mvc</id>
  5. <version>5.1.1</version>
  6. <title>Microsoft ASP.NET MVC</title>
  7. <authors>Microsoft</authors>
  8. <owners>Microsoft</owners>
  9. <licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_ENU.htm</licenseUrl>
  10. <projectUrl>http://www.asp.net/mvc</projectUrl>
  11. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  12. <description>This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup.</description>
  13. <summary>This package contains the runtime assemblies for ASP.NET MVC.</summary>
  14. <releaseNotes>Please visit http://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes.</releaseNotes>
  15. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  16. <language>en-US</language>
  17. <tags>Microsoft AspNet Mvc AspNetMvc</tags>
  18. <dependencies>
  19. <dependency id="Microsoft.AspNet.WebPages" version="[3.1.1, 3.2.0)" />
  20. <dependency id="Microsoft.AspNet.Razor" version="[3.1.1, 3.2.0)" />
  21. </dependencies>
  22. </metadata>
  23. </package>