We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488b035 commit 0224056Copy full SHA for 0224056
docs/deployment/snippets/kubernetes-integration/KubernetesIntegration.csproj
@@ -10,9 +10,9 @@
10
</PropertyGroup>
11
12
<ItemGroup>
13
- <PackageReference Include="Aspire.Hosting.AppHost" Version="9.5.2" />
+ <PackageReference Include="Aspire.Hosting.AppHost" Version="13.0.0" />
14
<PackageReference Include="Aspire.Hosting.Kubernetes" Version="9.5.0-preview.1.25474.7" />
15
- <PackageReference Include="Aspire.Hosting.Redis" Version="9.5.2" />
+ <PackageReference Include="Aspire.Hosting.Redis" Version="13.0.0" />
16
</ItemGroup>
17
18
</Project>
0 commit comments