Last change
on this file since 10934 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:
855 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
---|
3 | <metadata>
|
---|
4 | <id>Microsoft.AspNet.Web.Optimization</id>
|
---|
5 | <version>1.0.0</version>
|
---|
6 | <title>Microsoft ASP.NET Web Optimization Framework</title>
|
---|
7 | <authors>Microsoft</authors>
|
---|
8 | <owners>Microsoft</owners>
|
---|
9 | <licenseUrl>http://www.microsoft.com/web/webpi/eula/weboptimization_1_eula_ENU.htm</licenseUrl>
|
---|
10 | <requireLicenseAcceptance>true</requireLicenseAcceptance>
|
---|
11 | <description>ASP.NET Optimization introduces a way to bundle and optimize css/js files.</description>
|
---|
12 | <tags>Microsoft AspNet optimization bundling minification</tags>
|
---|
13 | <dependencies>
|
---|
14 | <dependency id="Microsoft.Web.Infrastructure" version="1.0.0" />
|
---|
15 | <dependency id="WebGrease" version="1.1.0" />
|
---|
16 | </dependencies>
|
---|
17 | </metadata>
|
---|
18 | </package> |
---|
Note: See
TracBrowser
for help on using the repository browser.