⬇️ Downgrade EFCore to 9 from 10 since it's not ready for use

This commit is contained in:
2025-11-15 00:18:34 +08:00
parent 78447de1b6
commit 6814b5690e
13 changed files with 6 additions and 50 deletions

View File

@@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.0.0" />
<PackageReference Include="Aspire.Hosting.Docker" Version="9.4.2-preview.1.25428.12" />
<PackageReference Include="Aspire.Hosting.Docker" Version="13.0.0-preview.1.25560.3" />
<PackageReference Include="Aspire.Hosting.Nats" Version="13.0.0" />
<PackageReference Include="Aspire.Hosting.Redis" Version="13.0.0" />
</ItemGroup>