Skip to content

Commit

Permalink
Bump the orleans group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the orleans group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Orleans.Runtime](https://github.com/dotnet/orleans) | `7.2.1` | `7.2.6` |
| [Microsoft.Orleans.Serialization.Abstractions](https://github.com/dotnet/orleans) | `7.2.1` | `7.2.6` |
| [Microsoft.Orleans.Serialization.Abstractions](https://github.com/dotnet/orleans) | `7.2.1` | `8.1.0` |
| [Microsoft.Orleans.Client](https://github.com/dotnet/orleans) | `7.2.1` | `8.1.0` |
| [Microsoft.Orleans.TestingHost](https://github.com/dotnet/orleans) | `7.2.1` | `8.1.0` |
| [Microsoft.Orleans.Runtime](https://github.com/dotnet/orleans) | `7.2.1` | `8.1.0` |


Updates `Microsoft.Orleans.Runtime` from 7.2.1 to 7.2.6
- [Release notes](https://github.com/dotnet/orleans/releases)
- [Commits](dotnet/orleans@v7.2.1...v7.2.6)

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

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...v7.2.6)

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...v7.2.6)

Updates `Microsoft.Orleans.TestingHost` 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.Runtime` from 7.2.1 to 8.1.0
- [Release notes](https://github.com/dotnet/orleans/releases)
- [Commits](dotnet/orleans@v7.2.1...v7.2.6)

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...v7.2.6)

---
updated-dependencies:
- dependency-name: Microsoft.Orleans.Runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: orleans
- dependency-name: Microsoft.Orleans.Serialization.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: orleans
- dependency-name: Microsoft.Orleans.Serialization.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: orleans
- dependency-name: Microsoft.Orleans.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: orleans
- dependency-name: Microsoft.Orleans.Serialization.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: orleans
- dependency-name: Microsoft.Orleans.TestingHost
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: orleans
- dependency-name: Microsoft.Orleans.Runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: orleans
- dependency-name: Microsoft.Orleans.Serialization.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: orleans
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent b58b2cd commit a72c67e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CloudActors.Streamstone/CloudActors.Streamstone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Devlooped.CloudStorageAccount" Version="1.2.0" />
<PackageReference Include="Microsoft.Orleans.Runtime" Version="7.2.1" />
<PackageReference Include="Microsoft.Orleans.Runtime" Version="7.2.6" />
<PackageReference Include="NuGetizer" Version="1.2.2" />
<PackageReference Include="Streamstone" Version="3.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CloudActors/CloudActors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.2.2" />
<PackageReference Include="Microsoft.Orleans.Serialization.Abstractions" Version="7.2.1" />
<PackageReference Include="Microsoft.Orleans.Serialization.Abstractions" Version="8.1.0" />
<PackageReference Include="PolySharp" PrivateAssets="All" Version="1.14.1" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.Orleans.TestingHost" Version="7.2.1" />
<PackageReference Include="Microsoft.Orleans.TestingHost" Version="8.1.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<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 a72c67e

Please sign in to comment.