Skip to content

Commit 3845a65

Browse files
Bump Aspire.Hosting.AppHost in the aspire group across 1 directory
Bumps the aspire group with 1 update in the / directory: [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire). Updates `Aspire.Hosting.AppHost` from 8.2.1 to 9.0.0 - [Release notes](https://github.com/dotnet/aspire/releases) - [Commits](https://github.com/dotnet/aspire/commits) --- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-type: direct:production update-type: version-update:semver-major dependency-group: aspire ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b82c57 commit 3845a65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/AppHost/AppHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.1" />
12+
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.0.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/InfinityFlow.Aspire.Temporal/InfinityFlow.Aspire.Temporal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
32-
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.1" />
32+
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.0.0" />
3333
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
3434
<PackageReference Include="Testcontainers" Version="3.10.0" />
3535
</ItemGroup>

0 commit comments

Comments
 (0)