Skip to content

Commit

Permalink
Bump Microsoft.Orleans.Client and Microsoft.Orleans.Serialization.Abs…
Browse files Browse the repository at this point in the history
…tractions

Bumps [Microsoft.Orleans.Client](https://github.com/dotnet/orleans) and [Microsoft.Orleans.Serialization.Abstractions](https://github.com/dotnet/orleans). These dependencies needed to be updated together.

Updates `Microsoft.Orleans.Client` from 7.2.1 to 8.1.0
- [Release notes](https://github.com/dotnet/orleans/releases)
- [Commits](dotnet/orleans@v7.2.1...v8.1.0)

Updates `Microsoft.Orleans.Serialization.Abstractions` from 7.2.1 to 8.1.0
- [Release notes](https://github.com/dotnet/orleans/releases)
- [Commits](dotnet/orleans@v7.2.1...v8.1.0)

---
updated-dependencies:
- dependency-name: Microsoft.Orleans.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Orleans.Serialization.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent 9b10fee commit 36161c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Microsoft.Orleans.Client" Version="7.2.1" />
<PackageReference Include="Microsoft.Orleans.Client" Version="8.1.0" />
<PackageReference Include="Microsoft.Orleans.Server" Version="7.2.6" />
</ItemGroup>

Expand Down

0 comments on commit 36161c1

Please sign in to comment.