Skip to content

Commit

Permalink
Bump Microsoft.Orleans.Server, Microsoft.Orleans.Runtime, Microsoft.O…
Browse files Browse the repository at this point in the history
…rleans.Core and Microsoft.Orleans.Sdk

Bumps [Microsoft.Orleans.Server](https://github.com/dotnet/orleans), [Microsoft.Orleans.Runtime](https://github.com/dotnet/orleans), [Microsoft.Orleans.Core](https://github.com/dotnet/orleans) and [Microsoft.Orleans.Sdk](https://github.com/dotnet/orleans). These dependencies needed to be updated together.

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

Updates `Microsoft.Orleans.Runtime` from 7.2.0 to 7.2.4
- [Release notes](https://github.com/dotnet/orleans/releases)
- [Commits](dotnet/orleans@v7.2.0...v7.2.4)

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

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

---
updated-dependencies:
- dependency-name: Microsoft.Orleans.Server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Orleans.Runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Orleans.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Orleans.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent d583689 commit 2873c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />

<PackageReference Include="Microsoft.Orleans.Core" Version="7.2.1" />
<PackageReference Include="Microsoft.Orleans.Server" Version="7.2.1" />
<PackageReference Include="Microsoft.Orleans.Core" Version="7.2.4" />
<PackageReference Include="Microsoft.Orleans.Server" Version="7.2.4" />
<PackageReference Include="Microsoft.Orleans.Sdk" Version="7.2.1" >
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit 2873c51

Please sign in to comment.