dotnet-installer/test/TestApp/project.json

20 lines
478 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
2015-10-15 22:34:14 +00:00
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2015-11-02 00:21:10 +00:00
"TestLibrary": { "target": "project" },
2015-11-08 18:28:12 +00: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": { }
}
}