dotnet-installer/TestAssets/DesktopTestProjects/AppWithDirectDependencyDesktopAndPortable/project.json

34 lines
647 B
JSON
Raw Normal View History

2016-03-27 00:16:39 +00:00
{
"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-23928"
2016-03-27 00:16:39 +00:00
}
},
"imports": [
"portable-net45+win8",
"dnxcore50"
]
},
"net451":{}
},
"tools": {
2016-03-28 05:24:20 +00:00
"dotnet-dependency-tool-invoker": {
"version": "1.0.0-*",
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
2016-03-27 00:16:39 +00:00
}
}