dotnet-installer/TestAssets/TestProjects/TestAppWithArgs/project.json
2016-03-24 16:04:37 -05:00

14 lines
240 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23923"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}