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

12 lines
193 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-*"
},
"frameworks": {
"netcoreapp1.0": {}
}
}