32 lines
582 B
JSON
32 lines
582 B
JSON
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
"compilationOptions": {
|
||
|
"emitEntryPoint": false
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"dotnet-desktop-and-portable": "1.0.0-*"
|
||
|
},
|
||
|
"frameworks": {
|
||
|
"netstandard1.5": {
|
||
|
"dependencies": {
|
||
|
"NETStandard.Library": "1.5.0-rc2-24027"
|
||
|
},
|
||
|
"imports": [
|
||
|
"portable-net45+win8",
|
||
|
"dnxcore50",
|
||
|
"netcoreapp1.0"
|
||
|
]
|
||
|
},
|
||
|
"net451": {}
|
||
|
},
|
||
|
"tools": {
|
||
|
"dotnet-dependency-tool-invoker": {
|
||
|
"version": "1.0.0-*",
|
||
|
"imports": [
|
||
|
"dnxcore50",
|
||
|
"portable-net45+win8"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|