
Improved test diagnostics Providing diagnostics about failed process. Workaround for https://github.com/NuGet/Home/issues/1977 get past crossgen errors!
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"testRunner": "xunit",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyModel": "1.0.0-*",
|
|
"Newtonsoft.Json": "6.0.0"
|
|
},
|
|
|
|
"frameworks": {
|
|
"net451": { },
|
|
"dnxcore50": {
|
|
"imports" : "portable-net45+wp80+win8",
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-rc3-23722"
|
|
}
|
|
}
|
|
}
|
|
}
|