27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Localization": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.Extensions.Localization": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-dev-*",
|
|
"NETStandard.Library": "1.5.0-*",
|
|
"System.Diagnostics.Process": "4.1.0-*"
|
|
},
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
},
|
|
"net451": {}
|
|
}
|
|
} |