83d78129db
fix dotnet-compile-fsc failures fix test failures
26 lines
485 B
JSON
26 lines
485 B
JSON
{
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc2-*"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tools": {
|
|
"dotnet-dependency-context-test": {
|
|
"version": "1.0.0-*",
|
|
"imports": [ "dnxcore50" ]
|
|
}
|
|
}
|
|
}
|