a567bb8697
- Every project.json needs portable-net451+win8 and dotnet5.4 imports (required by dotnet-test-xunit). - If a test references NuGet, it also needs "netstandardapp1.5", because that the TFM NuGet uses currently.
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"debugType": "full"
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-rc2-24018"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": { }
|
|
}
|
|
}
|