35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"description": "ASP.NET MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and Web APIs. ASP.NET MVC enables a clean separation of concerns and gives you full control over markup.",
|
|
"version": "1.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [ "CS1591" ],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Cors": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
|
|
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
|
|
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
|
|
"Microsoft.Extensions.PropertyHelper.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"dotnet5.6": {
|
|
"imports": "portable-net451+win8"
|
|
}
|
|
}
|
|
} |