Skip to content

Commit

Permalink
Bump the dotnet group in /docs/real-time/snippets/signalr with 4 upda…
Browse files Browse the repository at this point in the history
…tes (#1937)

Bumps the dotnet group in /docs/real-time/snippets/signalr with 4 updates: [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire), [Aspire.Hosting.Azure](https://github.com/dotnet/aspire), [Aspire.Hosting.Azure.SignalR](https://github.com/dotnet/aspire) and [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/aspire).


Updates `Aspire.Hosting.AppHost` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.2.1...v8.2.2)

Updates `Aspire.Hosting.Azure` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.2.1...v8.2.2)

Updates `Aspire.Hosting.Azure.SignalR` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.2.1...v8.2.2)

Updates `Aspire.Hosting.Azure` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.2.1...v8.2.2)

Updates `Microsoft.Extensions.ServiceDiscovery` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.2.1...v8.2.2)

---
updated-dependencies:
- dependency-name: Aspire.Hosting.AppHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Aspire.Hosting.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Aspire.Hosting.Azure.SignalR
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Aspire.Hosting.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.ServiceDiscovery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 8e4dfb9 commit 8915e33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.1" />
<PackageReference Include="Aspire.Hosting.Azure" Version="8.2.1" />
<PackageReference Include="Aspire.Hosting.Azure.SignalR" Version="8.2.1" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.2" />
<PackageReference Include="Aspire.Hosting.Azure" Version="8.2.2" />
<PackageReference Include="Aspire.Hosting.Azure.SignalR" Version="8.2.2" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />

<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.10.0" />
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.1" />
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.2" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
Expand Down

0 comments on commit 8915e33

Please sign in to comment.