24 lines
542 B
JSON
24 lines
542 B
JSON
{
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-*",
|
|
"xunit": "2.1.0",
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"portable-dnxcore50+net45+win8+wp8+wpa81",
|
|
"dotnet",
|
|
"portable-net45+win8"
|
|
],
|
|
"dependencies": {
|
|
"System.Diagnostics.Process": "4.1.0-*",
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-*"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |