Pin EF Core to version 8.0.22 to avoid EF Core 9 breaking changes

Co-authored-by: collinbarrett <6483057+collinbarrett@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-13 02:56:00 +00:00 committed by Collin Barrett
parent 3b04b4a660
commit 7fb40b2cdb

View file

@ -6,6 +6,8 @@
<ItemGroup>
<PackageReference Include="Aspire.Microsoft.EntityFrameworkCore.SqlServer" Version="13.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.22"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.22"/>
</ItemGroup>
</Project>