dotnet-core/samples/qotd/project.json
2015-11-22 15:02:43 -08:00

16 lines
399 B
JSON

{
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.Runtime": "1.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Console": "4.0.0-beta-*",
"System.IO": "4.0.11-beta-23516",
"System.IO.FileSystem": "4.0.1-beta-23409",
"System.Runtime.Extensions": "4.0.11-beta-23516"
},
"frameworks": {
"dnxcore50": {}
}
}