Skip to content

Commit 5b82c57

Browse files
Bump Aspire.Hosting.AppHost from 8.2.0 to 8.2.1 in the aspire group (#106)
Bumps the aspire group with 1 update: [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire). 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) --- 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> Co-authored-by: Elan Hasson <[email protected]>
1 parent 37294f9 commit 5b82c57

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.0" />
12+
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.1" />
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.0" />
32+
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.1" />
3333
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
3434
<PackageReference Include="Testcontainers" Version="3.10.0" />
3535
</ItemGroup>

0 commit comments

Comments
 (0)