Skip to content

Commit

Permalink
chore(deps): Bump Microsoft.Orleans.Runtime and Microsoft.Orleans.Core
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Orleans.Runtime](https://github.com/dotnet/orleans) and [Microsoft.Orleans.Core](https://github.com/dotnet/orleans). These dependencies needed to be updated together.

Updates `Microsoft.Orleans.Runtime` 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.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)

---
updated-dependencies:
- 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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 4, 2023
1 parent a71b412 commit 6a72973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="7.0.1" Condition="'$(TargetFramework)' == 'net7.0'"/>
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" Condition="'$(TargetFramework)' == 'net7.0'"/>
<PackageVersion Include="Microsoft.Extensions.Options" Version="7.0.1" Condition="'$(TargetFramework)' == 'net7.0'"/>
<PackageVersion Include="Microsoft.Orleans.Core" Version="7.2.1"/>
<PackageVersion Include="Microsoft.Orleans.Core" Version="7.2.4"/>
<PackageVersion Include="Microsoft.Orleans.Reminders" Version="7.2.1"/>
<PackageVersion Include="Microsoft.Orleans.Runtime" Version="7.2.1"/>
<PackageVersion Include="Microsoft.Orleans.Runtime" Version="7.2.4"/>
<PackageVersion Include="Microsoft.Orleans.TestingHost" Version="7.2.1"/>
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1"/>
<PackageVersion Include="NSubstitute" Version="5.1.0"/>
Expand Down

0 comments on commit 6a72973

Please sign in to comment.