dotnet-installer/test/TestProjects/TestLibrary/project.json
2016-01-28 22:33:19 -08:00

14 lines
250 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [ "CS1591" ],
"xmlDoc": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23727"
},
"frameworks": {
"dnxcore50": { }
}
}