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

18 lines
306 B
JSON
Raw Normal View History

2016-03-28 09:32:31 +00:00
{
"version": "1.0.0-preview1-*",
2016-03-28 09:32:31 +00:00
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netcoreapp1.0": {
2016-03-28 09:32:31 +00:00
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
2016-04-07 00:45:38 +00:00
"version": "1.0.0-rc2-*"
2016-03-28 09:32:31 +00:00
}
2016-05-04 05:30:31 +00:00
}
2016-03-28 09:32:31 +00:00
},
"net451": {}
}
}