236fcd8f95
add a little hackiness to the build script to use 23811 in the stage 0 as well
15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
|
"System.Runtime.Analyzers": { "version": "1.1.0", "type": "build" }
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
}
|
|
}
|