dotnet-installer/test/TestProjects/TestLibrary/project.json

12 lines
206 B
JSON
Raw Normal View History

2015-11-02 00:21:10 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"System.Runtime": "4.0.21-beta-23428",
"System.Console": "4.0.0-beta-23428"
2015-11-02 00:21:10 +00:00
},
"frameworks": {
"dnxcore50": { }
}
}