33 lines
615 B
JSON
33 lines
615 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"dotnet-desktop-and-portable": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc3-004404"
|
|
}
|
|
},
|
|
"imports": [
|
|
"portable-net45+win8",
|
|
"dnxcore50"
|
|
]
|
|
},
|
|
"net451": {}
|
|
},
|
|
"tools": {
|
|
"dotnet-dependency-tool-invoker": {
|
|
"version": "1.0.0-*",
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|