30 lines
671 B
JSON
30 lines
671 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
|
|
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"xunit": "2.1.0"
|
|
},
|
|
"testRunner": "xunit",
|
|
"compilationOptions": {
|
|
"allowUnsafe": true,
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
|
},
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": { "type": "build" }
|
|
}
|
|
}
|
|
}
|
|
} |