Skip to content

Commit

Permalink
Bump the dotnet group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dotnet group with 3 updates in the /docs/orleans/deployment/snippets/service-fabric directory: [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime), [Microsoft.Orleans.Server](https://github.com/dotnet/orleans) and Microsoft.ServiceFabric.Services.


Updates `Microsoft.Extensions.Hosting` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

Updates `Microsoft.Extensions.Hosting` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

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

Updates `Microsoft.ServiceFabric.Services` from 7.1.2338 to 7.1.2493

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.ServiceFabric.Services
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 286128a commit d89dc30
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ServiceFabric.Services" Version="7.1.2338" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Orleans.Server" Version="8.2.0" />
<PackageReference Include="Microsoft.ServiceFabric.Services" Version="7.1.2493" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="Microsoft.Orleans.Server" Version="9.0.1" />
</ItemGroup>

</Project>

0 comments on commit d89dc30

Please sign in to comment.