Skip to content

Commit

Permalink
refactor(slimdata): update dotnet cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Jun 26, 2024
1 parent e132de6 commit a8a99e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SlimData/SlimData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNext.AspNetCore.Cluster" Version="5.7.0" />
<PackageReference Include="DotNext.AspNetCore.Cluster" Version="5.7.1" />
<PackageReference Include="MemoryPack" Version="1.21.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/SlimData.Tests/SlimData.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.CodeCoverage" Version="17.10.0" />
<FrameworkReference Include="Microsoft.AspNetCore.App" PrivateAssets="all"/>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="DotNext.AspNetCore.Cluster" Version="5.7.0" />
<PackageReference Include="DotNext.AspNetCore.Cluster" Version="5.7.1" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit a8a99e5

Please sign in to comment.