Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/packages/Microsoft.AspNet.WebPages.WebData.2.0.20710.0/Microsoft.AspNet.WebPages.WebData.2.0.20710.0.nuspec @ 9604

Last change on this file since 9604 was 9604, checked in by pfleck, 11 years ago

#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.

File size: 1.0 KB
Line 
1<?xml version="1.0"?>
2<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3  <metadata>
4    <id>Microsoft.AspNet.WebPages.WebData</id>
5    <version>2.0.20710.0</version>
6    <title>Microsoft ASP.NET Web Pages 2 Web Data</title>
7    <authors>Microsoft</authors>
8    <owners>Microsoft</owners>
9    <licenseUrl>http://www.microsoft.com/web/webpi/eula/WebPages_2_eula_ENU.htm</licenseUrl>
10    <projectUrl>http://www.asp.net/web-pages</projectUrl>
11    <requireLicenseAcceptance>true</requireLicenseAcceptance>
12    <description>This package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content.</description>
13    <language>en-US</language>
14    <tags>Microsoft AspNet WebPages AspNetWebPages</tags>
15    <dependencies>
16      <dependency id="Microsoft.AspNet.WebPages.Data" version="[2.0.20710.0, 2.1)" />
17    </dependencies>
18  </metadata>
19</package>
Note: See TracBrowser for help on using the repository browser.