dotnet-installer/test/TestProjects/TestAppWithContents/project.json
2016-01-26 23:25:37 -08:00

15 lines
228 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc3-23722"
},
"frameworks": {
"dnxcore50": { }
}
}