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

15 lines
227 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23727"
},
"frameworks": {
"dnxcore50": { }
}
}