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

18 lines
299 B
JSON
Raw Normal View History

2016-03-28 09:32:31 +00:00
{
"version": "1.0.0-rc-*",
"buildOptions": {
2016-03-28 09:32:31 +00:00
"emitEntryPoint": true
},
"frameworks": {
"netcoreapp1.0": {
2016-03-28 09:32:31 +00:00
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
2016-06-02 19:45:00 +00:00
"version": "1.0.0-rc3-004373"
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": {}
}
}