1
0
mirror of synced 2026-02-02 06:00:10 -05:00
Files
core/samples/dotnetbot/project.json

16 lines
262 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.21-beta-*"
},
"frameworks": {
"dnxcore50": { }
}
}