aspnetcore/src/Microsoft.AspNetCore.Mvc.Ra.../project.json

51 lines
1.2 KiB
JSON

{
"version": "1.0.0-*",
"description": "Razor precompilation",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/AspNet/Mvc"
},
"tags": [
"cshtml",
"razor",
"precompilation",
"aspnetcore"
]
},
"buildOptions": {
"outputName": "dotnet-razor-precompile",
"keyFile": "../../tools/Key.snk",
"warningsAsErrors": true,
"emitEntryPoint": true,
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*",
"Microsoft.Extensions.DotnetToolDispatcher.Sources": {
"type": "build",
"version": "1.1.0-*"
}
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-preview2-003121",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.0-*"
},
"System.Runtime.Serialization.Primitives": "4.3.0-*"
}
},
"net451": {}
}
}