Skip to content

Commit 66f1d44

Browse files
authored
Ad dmissing compile item in System.Net.WebSockets.Client.Wasm.Tests.csproj (#106473)
1 parent 6c400b2 commit 66f1d44

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/libraries/System.Net.WebSockets.Client/tests/wasm/System.Net.WebSockets.Client.Wasm.Tests.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@
3434
Link="Common\System\Net\Configuration.WebSockets.cs" />
3535
<Compile Include="$(CommonTestPath)System\Net\EventSourceTestLogging.cs"
3636
Link="Common\System\Net\EventSourceTestLogging.cs" />
37+
<Compile Include="$(CommonTestPath)System\Net\Http\GenericLoopbackServer.cs"
38+
Link="Common\System\Net\Http\GenericLoopbackServer.cs" />
3739
<Compile Include="$(CommonTestPath)System\Net\Http\LoopbackProxyServer.cs"
3840
Link="Common\System\Net\Http\LoopbackProxyServer.cs" />
3941
<Compile Include="$(CommonTestPath)System\Net\Http\LoopbackServer.cs"
4042
Link="Common\System\Net\Http\LoopbackServer.cs" />
41-
<Compile Include="$(CommonTestPath)System\Net\Http\GenericLoopbackServer.cs"
42-
Link="Common\System\Net\Http\GenericLoopbackServer.cs" />
43+
<Compile Include="$(CommonTestPath)System\Net\Http\TestHelper.cs"
44+
Link="Common\System\Net\Http\TestHelper.cs" />
4345
<Compile Include="$(CommonTestPath)System\Threading\Tasks\TaskTimeoutExtensions.cs"
4446
Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs" />
4547
<Compile Include="..\ClientWebSocketTestBase.cs" />

0 commit comments

Comments
 (0)