dotnet-installer/test/TestApp/project.json
Andrew Stanton-Nurse eaf7cb30ab add some readme
2015-10-08 14:49:39 -07:00

14 lines
288 B
JSON

{
"version": "1.0.0-*",
"emitEntryPoint": true,
"dependencies": {
"Microsoft.NETCore.ConsoleHost": "1.0.0-*",
"Microsoft.NETCore.Runtime": "1.0.0-*",
"System.Console": "4.0.0-beta-23109"
},
"frameworks": {
"dnxcore50": { }
}
}