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

17 lines
299 B
JSON

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