Skip to content

Commit

Permalink
Bump Aspire.Hosting.AppHost from 8.0.1 to 8.0.2 in the aspire group
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.1 to 8.0.2
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v8.0.1...v8.0.2)

---
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]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 3fec63c commit dcc661d
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.1" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.0.2" />
</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.1" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.0.2" />
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
<PackageReference Include="Testcontainers" Version="3.9.0" />
</ItemGroup>
Expand Down

0 comments on commit dcc661d

Please sign in to comment.