dotnet-core/samples/qotd/project.json
2016-05-10 15:19:17 -07:00

19 lines
316 B
JSON

{
"name": "qotd",
"version": "1.0.0",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002700"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}
}