浏览代码

Use portable pdb.

Fixes issue #48
drieseng 9 年之前
父节点
当前提交
d71baa1811
共有 1 个文件被更改,包括 1 次插入1 次删除
  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" ]
       }
     },