initial add
This commit is contained in:
22
packages/Microsoft.AspNet.WebPages.3.0.0/Microsoft.AspNet.WebPages.3.0.0.nuspec
vendored
Normal file
22
packages/Microsoft.AspNet.WebPages.3.0.0/Microsoft.AspNet.WebPages.3.0.0.nuspec
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.AspNet.WebPages</id>
|
||||
<version>3.0.0</version>
|
||||
<title>Microsoft ASP.NET Web Pages</title>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_ENU.htm</licenseUrl>
|
||||
<projectUrl>http://www.asp.net/web-pages</projectUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.</description>
|
||||
<summary>This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.</summary>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<language>en-US</language>
|
||||
<tags>Microsoft AspNet WebPages AspNetWebPages</tags>
|
||||
<dependencies>
|
||||
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
|
||||
<dependency id="Microsoft.AspNet.Razor" version="3.0.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
Reference in New Issue
Block a user