Skip to content

Commit 6c9b532

Browse files
committed
fix build
1 parent 109ef4a commit 6c9b532

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## 2.1.38
3+
## 2.1.39
44

55
- fix: mutex around connection was not "fair"; in specific scenario could lead to out-of-order commands (#1440)
66
- fix: update libs (#1432)

toys/KestrelRedisServer/KestrelRedisServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.AspNetCore.App" />
10-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.2.0" />
10+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.1.3" />
1111
<ProjectReference Include="..\StackExchange.Redis.Server\StackExchange.Redis.Server.csproj" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)