Skip to content

Commit

Permalink
chore(deps): bump Aspire.Hosting.AppHost in the aspire group (#58)
Browse files Browse the repository at this point in the history
Bumps the aspire group with 1 update: [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire).


Updates `Aspire.Hosting.AppHost` from 8.0.0-preview.6.24214.1 to 8.0.0-preview.7.24251.11
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.0-preview.6.24214.1...v8.0.0-preview.7.24251.11)

---
updated-dependencies:
- dependency-name: Aspire.Hosting.AppHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent 19ed3f9 commit 1401f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/AppHost/AppHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.0.0-preview.6.24214.1" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.0.0-preview.7.24251.11" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.0.0-preview.6.24214.1" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.0.0-preview.7.24251.11" />
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
<PackageReference Include="Testcontainers" Version="3.8.0" />
</ItemGroup>
Expand Down

0 comments on commit 1401f96

Please sign in to comment.