dotnet-installer/TestAssets/TestProjects/AppWithBomGlobalJson/project.json

19 lines
302 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"frameworks": {
"netcoreapp1.0": { }
},
"tools": {
"dotnet-portable": {
"version": "1.0.0",
"target": "package"
}
}
}