Skip to content

Commit 695042a

Browse files
committed
bump to 9.5.3
1 parent ec65750 commit 695042a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frameworks/CSharp/wiredio/src/Fullstack/Fullstack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Wired.IO" Version="9.5.0" />
23+
<PackageReference Include="Wired.IO" Version="9.5.3" />
2424
</ItemGroup>
2525

2626
</Project>

frameworks/CSharp/wiredio/src/Fullstack/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public static async Task Main(string[] args)
1313

1414
await expressBuilder
1515
.Port(8080)
16+
.NoScopedEndpoints()
1617
.MapGet("/json", scope => async ctx =>
1718
{
1819
var payload = new JsonMessage { Message = JsonBody };

0 commit comments

Comments
 (0)