28 lines
520 B
JSON
28 lines
520 B
JSON
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
"compilationOptions": {
|
||
|
"emitEntryPoint": true
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"dotnet-desktop-and-portable": "1.0.0"
|
||
|
},
|
||
|
"frameworks": {
|
||
|
"netstandardapp1.5": {
|
||
|
"dependencies": {
|
||
|
"Microsoft.NETCore.App": {
|
||
|
"type": "platform",
|
||
|
"version": "1.0.0-rc2-23925"
|
||
|
}
|
||
|
},
|
||
|
"imports": [
|
||
|
"portable-net45+win8",
|
||
|
"dnxcore50"
|
||
|
]
|
||
|
},
|
||
|
"net451":{}
|
||
|
},
|
||
|
"tools": {
|
||
|
"dotnet-dependency-tool-invoker":"1.0.0-*"
|
||
|
}
|
||
|
}
|