Skip to content

Commit 43cc724

Browse files
Revert changes to Wired.IO because there is a separate PR for this
1 parent 2aab91c commit 43cc724

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

frameworks/CSharp/wiredio/Benchmarks/Benchmarks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<!-- Required for self-contained publish -->
1414
<RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier>
1515
<SelfContained>true</SelfContained>
16-
16+
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Wired.IO" Version="9.5.0" />
20+
<PackageReference Include="Wired.IO" Version="9.2.0" />
2121
</ItemGroup>
2222

2323
</Project>

frameworks/CSharp/wiredio/Benchmarks/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
using System.Net;
22
using System.Text.Json;
3-
43
using Wired.IO.App;
54
using Wired.IO.Http11.Response.Content;
65
using Wired.IO.Protocol.Response;
7-
86
using StringContent = Wired.IO.Http11.Response.Content.StringContent;
97

108
var builder = WiredApp.CreateBuilder();

0 commit comments

Comments
 (0)