jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNet.WebPages</id>
    <version>2.0.20710.0</version>
    <title>Microsoft ASP.NET Web Pages 2</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/WebPages_2_eula_ENU.htm</licenseUrl>
    <projectUrl>http://www.asp.net/web-pages</projectUrl>
    <iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=aspnetwebstack&amp;DownloadId=360555</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.</description>
    <summary />
    <tags>Microsoft AspNet WebPages AspNetWebPages</tags>
    <dependencies>
      <dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
      <dependency id="Microsoft.AspNet.Razor" version="[2.0.20710.0, 2.1)" />
    </dependencies>
  </metadata>
</package>