소스 검색

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" ]
       }
     },