Skip to content

Commit ec9fc0f

Browse files
committed
Fix imports.
1 parent 31bf2ae commit ec9fc0f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

test/Renci.SshNet.Shared.Tests/SshMessageFactoryTest.cs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
#if SILVERLIGHT
2-
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
3-
#else
4-
using System;
1+
using System;
52
using System.Collections.Generic;
63
using System.Diagnostics;
74
using System.Globalization;
85
using System.Linq;
9-
using Microsoft.VisualStudio.TestTools.UnitTesting;
106
using Renci.SshNet.Common;
117
using Renci.SshNet.Messages;
128
using Renci.SshNet.Messages.Authentication;
139
using Renci.SshNet.Messages.Connection;
1410
using Renci.SshNet.Messages.Transport;
15-
11+
#if SILVERLIGHT
12+
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
13+
#else
14+
using Microsoft.VisualStudio.TestTools.UnitTesting;
1615
#endif
1716

1817
namespace Renci.SshNet.Tests

0 commit comments

Comments
 (0)