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

14 lines
230 B
JSON

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