dotnet-core/samples/qotd/project.json

19 lines
316 B
JSON
Raw Normal View History

2015-11-18 16:48:20 +01:00
{
2016-05-11 00:19:17 +02:00
"name": "qotd",
"version": "1.0.0",
"buildOptions": {
2015-11-18 16:48:20 +01:00
"emitEntryPoint": true
},
"dependencies": {
2016-05-11 00:19:17 +02:00
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002700"
}
2015-11-18 16:48:20 +01:00
},
"frameworks": {
2016-05-11 00:19:17 +02:00
"netcoreapp1.0": {
"imports": "dnxcore50"
}
2015-11-18 16:48:20 +01:00
}
}