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.

28 lines
1.2 KiB

10 years ago
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.Owin.Host.SystemWeb</id>
  5. <version>2.1.0</version>
  6. <title>Microsoft.Owin.Host.SystemWeb</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://katanaproject.codeplex.com/</projectUrl>
  11. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  12. <description>OWIN server that enables OWIN-based applications to run on IIS using the ASP.NET request pipeline.</description>
  13. <releaseNotes />
  14. <copyright />
  15. <language />
  16. <tags>Microsoft OWIN Katana</tags>
  17. <dependencies>
  18. <group targetFramework=".NETFramework4.0">
  19. <dependency id="Owin" version="1.0" />
  20. <dependency id="Microsoft.Owin" version="2.1.0" />
  21. <dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
  22. </group>
  23. <group targetFramework=".NETFramework4.5">
  24. <dependency id="Owin" version="1.0" />
  25. <dependency id="Microsoft.Owin" version="2.1.0" />
  26. </group>
  27. </dependencies>
  28. </metadata>
  29. </package>