31 lines
1.1 KiB
JSON
31 lines
1.1 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": "6.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc.ApiExplorer": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.Cors": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.Localization": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.Razor": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.ViewFeatures": "6.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.5": {}
|
|
}
|
|
} |