16 lines
564 B
JSON
16 lines
564 B
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-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
|
|
"Microsoft.AspNet.Mvc.Razor": "6.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": {},
|
|
"aspnetcore50": {}
|
|
}
|
|
}
|