dotnet-installer/test/TestApp/project.json

20 lines
478 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
2015-10-15 15:34:14 -07:00
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2015-11-01 16:21:10 -08:00
"TestLibrary": { "target": "project" },
2015-11-08 10:28:12 -08:00
"System.IO": "4.0.11-beta-23428",
"System.Console": "4.0.0-beta-23428",
"System.Runtime": "4.0.21-beta-23428",
"System.Diagnostics.Process": "4.1.0-beta-23428",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428"
},
"frameworks": {
"dnxcore50": { }
}
}