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

12 lines
200 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc3-24113-00"
},
"frameworks": {
"netstandard1.5": {}
}
}