Commit 6c9b532b authored by Marc Gravell's avatar Marc Gravell

fix build

parent 109ef4a9
# Release Notes
## 2.1.38
## 2.1.39
- fix: mutex around connection was not "fair"; in specific scenario could lead to out-of-order commands (#1440)
- fix: update libs (#1432)
......
......@@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.1.3" />
<ProjectReference Include="..\StackExchange.Redis.Server\StackExchange.Redis.Server.csproj" />
</ItemGroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment