Skip to content

Commit d71baa1

Browse files
committed
Use portable pdb.
Fixes issue #48
1 parent 81993af commit d71baa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet.NETCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"configurations": {
44
"debug": {
55
"buildOptions": {
6-
"debugType": "full",
6+
"debugType": "portable",
77
"define": [ "DEBUG", "TRACE" ]
88
}
99
},

0 commit comments

Comments
 (0)