dotnet-core/samples/qotd/project.json
2016-01-22 11:57:52 -08:00

11 lines
184 B
JSON

{
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23704"
},
"frameworks": {
"dnxcore50": {}
}
}