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

12 lines
188 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"netstandard1.5": {}
}
}