Skip to content

Commit

Permalink
Bump the dotnet group (#1750)
Browse files Browse the repository at this point in the history
Bumps the dotnet group in /docs/database/snippets/cosmos-db/AspireApp.AppHost with 3 updates: [Aspire.Microsoft.Azure.Cosmos](https://github.com/dotnet/aspire), [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire) and [Aspire.Hosting.Azure.CosmosDB](https://github.com/dotnet/aspire).


Updates `Aspire.Microsoft.Azure.Cosmos` 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.Azure.CosmosDB` 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: Aspire.Microsoft.Azure.Cosmos
  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.Azure.CosmosDB
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent e4fce79 commit 9265845
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 @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Microsoft.Azure.Cosmos" Version="8.2.0" />
<PackageReference Include="Aspire.Microsoft.Azure.Cosmos" Version="8.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
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.Azure.CosmosDB" Version="8.2.0" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.1" />
<PackageReference Include="Aspire.Hosting.Azure.CosmosDB" Version="8.2.1" />
</ItemGroup>

</Project>

0 comments on commit 9265845

Please sign in to comment.