1d76b2846c
includes a smoke test for verifying that the output can be used to build also includes a checked-in CoreCLR in order to work around CoreCLR issue
18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Runtime": "1.0.1-*",
|
|
"System.IO": "4.0.10-beta-23420",
|
|
"System.Console": "4.0.0-beta-23420",
|
|
"System.Runtime": "4.0.20-beta-23420",
|
|
"System.Diagnostics.Process": "4.1.0-beta-23420"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
}
|
|
}
|