Skip to content

Commit

Permalink
Bump the dotnet group (#1730)
Browse files Browse the repository at this point in the history
Bumps the dotnet group in /docs/database/snippets/tutorial/aspiresqldeploycontainer/AspireSql.AppHost with 3 updates: [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/aspire), [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire) and [Aspire.Hosting.SqlServer](https://github.com/dotnet/aspire).


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

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

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

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.ServiceDiscovery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Aspire.Hosting.AppHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Aspire.Hosting.SqlServer
  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 2, 2024
1 parent 534244a commit 0b3c91c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.0" />
<PackageReference Include="Aspire.Hosting.SqlServer" Version="8.2.0" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.1" />
<PackageReference Include="Aspire.Hosting.SqlServer" Version="8.2.1" />
</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.9.1" />
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.1" />
<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 0b3c91c

Please sign in to comment.