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

12 lines
197 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "full"
},
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24128-00"
},
"frameworks": {
"netstandard1.5": {}
}
}