Last change
on this file since 10166 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:
978 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.Mvc.FixedDisplayModes</id>
|
---|
5 | <version>1.0.0</version>
|
---|
6 | <title>Microsoft ASP.NET MVC Fixed DisplayModes</title>
|
---|
7 | <authors>Microsoft</authors>
|
---|
8 | <owners>Microsoft</owners>
|
---|
9 | <licenseUrl>http://www.microsoft.com/web/webpi/eula/mvc4extensions_prerelease_eula.htm</licenseUrl>
|
---|
10 | <projectUrl>http://www.asp.net/mvc</projectUrl>
|
---|
11 | <requireLicenseAcceptance>true</requireLicenseAcceptance>
|
---|
12 | <description>This package contains a workaround for a bug affecting mobile view caching in ASP.NET MVC 4. More information is available at http://www.asp.net/whitepapers/mvc4-release-notes.</description>
|
---|
13 | <language>en-US</language>
|
---|
14 | <tags>Microsoft AspNet Mvc AspNetMvc</tags>
|
---|
15 | <dependencies>
|
---|
16 | <dependency id="Microsoft.AspNet.Mvc" version="[4.0.20710.0, 4.1)" />
|
---|
17 | </dependencies>
|
---|
18 | </metadata>
|
---|
19 | </package> |
---|
Note: See
TracBrowser
for help on using the repository browser.