dotnet-installer/test/TestingAbstractions/TestAppWithFullPdbs/project.json

13 lines
197 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "full"
},
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24128-00"
},
"frameworks": {
"netstandard1.5": {}
}
2016-05-24 00:04:20 +00:00
}