Skip to content

Commit 21c6da6

Browse files
Bump Aspire.Hosting.AppHost and Aspire.Hosting.Python
Bumps Aspire.Hosting.AppHost from 13.0.0 to 13.0.2 Bumps Aspire.Hosting.Python from 13.0.0 to 13.0.2 --- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-version: 13.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Aspire.Hosting.Python dependency-version: 13.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a26b89e commit 21c6da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/snippets/PythonSample/PythonSample.AppHost/PythonSample.AppHost.csproj

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

1313
<ItemGroup>
14-
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.0.0" />
15-
<PackageReference Include="Aspire.Hosting.Python" Version="13.0.0" />
14+
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.0.2" />
15+
<PackageReference Include="Aspire.Hosting.Python" Version="13.0.2" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)