Ver Fonte

Use portable pdb.

Fixes issue #48
drieseng há 9 anos atrás
pai
commit
d71baa1811
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Renci.SshNet.NETCore/project.json

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

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