Gert Driesen 11 anni fa
parent
commit
45a233299f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      Renci.SshClient/Renci.SshNet/Common/Extensions.cs

+ 3 - 0
Renci.SshClient/Renci.SshNet/Common/Extensions.cs

@@ -1,5 +1,8 @@
 using System;
 using System.Collections.Generic;
+#if !SILVERLIGHT
+using System.Diagnostics;
+#endif
 using System.Globalization;
 using System.Net;
 using Renci.SshNet.Messages;