Update aspire to 13.1 (examples + code) (#1417)

Allows usage of aspire CLI which is very useful for dev in codespaces (for my next PR).
This commit is contained in:
Petr Houška
2026-01-09 18:01:45 +01:00
committed by GitHub
parent f5d53453e5
commit 9f819de696
6 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aspire.Hosting.Testing" Version="8.0.0" />
<PackageReference Include="Aspire.Hosting.Testing" Version="13.1.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.5.3" />