dotnet-installer/TestAssets/TestPackages/dotnet-desktop-and-portable/project.json

22 lines
381 B
JSON
Raw Normal View History

2016-03-28 09:32:31 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23931"
2016-03-28 09:32:31 +00:00
}
},
"imports": [
"portable-net45+win8",
"dnxcore50"
]
},
"net451": {}
}
}