dotnet-installer/test/TestProjects/TestLibrary/project.json
2016-01-19 11:43:09 -08:00

16 lines
352 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [ "CS1591" ],
"xmlDoc": true
},
"dependencies": {
"System.Runtime": "4.0.21-rc2-23704",
"System.Console": "4.0.0-rc2-23704",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23704"
},
"frameworks": {
"dnxcore50": { }
}
}