Skip to content

Commit 88639a6

Browse files
Bump the dotnet group with 2 updates
Bumps Aspire.Hosting.AppHost from 9.5.2 to 13.0.0 Bumps Aspire.Hosting.Redis from 9.5.2 to 13.0.0 --- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Aspire.Hosting.Redis dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 488b035 commit 88639a6

File tree

1 file changed

+2
-2
lines changed
  • docs/fundamentals/snippets/build-container-images/apphost

1 file changed

+2
-2
lines changed

docs/fundamentals/snippets/build-container-images/apphost/AppHost.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.5.2" />
14-
<PackageReference Include="Aspire.Hosting.Redis" Version="9.5.2" />
13+
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.0.0" />
14+
<PackageReference Include="Aspire.Hosting.Redis" Version="13.0.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)