dotnet-installer/TestAssets/TestPackages/dotnet-desktop-and-portable/project.json
2016-05-10 14:51:56 -07:00

17 lines
300 B
JSON

{
"version": "1.0.0-rc-*",
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-*"
}
}
},
"net451": {}
}
}