We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bf2ae commit ec9fc0fCopy full SHA for ec9fc0f
test/Renci.SshNet.Shared.Tests/SshMessageFactoryTest.cs
@@ -1,18 +1,17 @@
1
-#if SILVERLIGHT
2
-using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
3
-#else
4
-using System;
+using System;
5
using System.Collections.Generic;
6
using System.Diagnostics;
7
using System.Globalization;
8
using System.Linq;
9
-using Microsoft.VisualStudio.TestTools.UnitTesting;
10
using Renci.SshNet.Common;
11
using Renci.SshNet.Messages;
12
using Renci.SshNet.Messages.Authentication;
13
using Renci.SshNet.Messages.Connection;
14
using Renci.SshNet.Messages.Transport;
15
-
+#if SILVERLIGHT
+using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
+#else
+using Microsoft.VisualStudio.TestTools.UnitTesting;
16
#endif
17
18
namespace Renci.SshNet.Tests
0 commit comments