Browse Source

Use portable pdb.

Fixes issue #48
drieseng 9 years ago
parent
commit
d71baa1811
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Renci.SshNet.NETCore/project.json

+ 1 - 1
src/Renci.SshNet.NETCore/project.json

@@ -3,7 +3,7 @@
   "configurations": {
   "configurations": {
     "debug": {
     "debug": {
       "buildOptions": {
       "buildOptions": {
-        "debugType": "full",
+        "debugType": "portable",
         "define": [ "DEBUG", "TRACE" ]
         "define": [ "DEBUG", "TRACE" ]
       }
       }
     },
     },