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

34 lines
917 B
JSON

{
"description": "Bridge for keeping compat with DNX.",
"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.Razor": "1.0.0-*",
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*",
"System.Collections": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Reflection": "4.1.0-*",
"System.Threading": "4.0.11-*"
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"imports": [
"portable-net451+win8",
"dotnet5.6"
]
}
}
}