43 lines
916 B
JSON
43 lines
916 B
JSON
{
|
|
"description": "ASP.NET Core MVC Razor Pages.",
|
|
"version": "1.0.0-*",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"aspnetcoremvc",
|
|
"cshtml",
|
|
"razor"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc.Razor": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.AspNetCore.Razor.Evolution": "1.2.0-*",
|
|
"Microsoft.Extensions.PropertyActivator.Sources": {
|
|
"version": "1.2.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.PropertyHelper.Sources": {
|
|
"version": "1.2.0-*",
|
|
"type": "build"
|
|
},
|
|
"NETStandard.Library": "1.6.2-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {},
|
|
"net451": {}
|
|
}
|
|
} |