38 lines
822 B
JSON
38 lines
822 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-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
|
},
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
},
|
|
"dnx451": {}
|
|
},
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules",
|
|
"bower_components"
|
|
],
|
|
"publishExclude": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"**.xproj",
|
|
"**.user",
|
|
"**.vspscc"
|
|
]
|
|
} |