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

28 lines
520 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-23925"
}
},
"imports": [
"portable-net45+win8",
"dnxcore50"
]
},
"net451":{}
},
"tools": {
"dotnet-dependency-tool-invoker":"1.0.0-*"
}
}