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": {
2016-01-27 07:48:11 +00:00
"NETStandard.Library": "1.0.0-rc3-23727"
},
"frameworks": {
"dnxcore50": { }
}
}