Skip to content

Commit

Permalink
Bump the dotnet group
Browse files Browse the repository at this point in the history
Bumps the dotnet group in /docs/orleans/deployment/snippets/consul/Silo with 2 updates: [Microsoft.Orleans.Clustering.Consul](https://github.com/dotnet/orleans) and [Microsoft.Orleans.Server](https://github.com/dotnet/orleans).


Updates `Microsoft.Orleans.Clustering.Consul` from 8.2.0 to 9.0.0
- [Release notes](https://github.com/dotnet/orleans/releases)
- [Commits](dotnet/orleans@v8.2.0...v9.0.0)

Updates `Microsoft.Orleans.Server` from 8.2.0 to 9.0.0
- [Release notes](https://github.com/dotnet/orleans/releases)
- [Commits](dotnet/orleans@v8.2.0...v9.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Orleans.Clustering.Consul
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 286128a commit add7c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/orleans/deployment/snippets/consul/Silo/Silo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Server" Version="8.2.0" />
<PackageReference Include="Microsoft.Orleans.Clustering.Consul" Version="8.2.0" />
<PackageReference Include="Microsoft.Orleans.Server" Version="9.0.0" />
<PackageReference Include="Microsoft.Orleans.Clustering.Consul" Version="9.0.0" />
</ItemGroup>

</Project>

0 comments on commit add7c6e

Please sign in to comment.