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.
18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc2-*"
|
|
},
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": { }
|
|
},
|
|
"content": [
|
|
"reflector_cmd.cmd"
|
|
]
|
|
}
|