fix(data): downgrade EF

This commit is contained in:
Collin Barrett 2025-03-06 07:19:11 -06:00 committed by Collin Barrett
parent 97e76d49df
commit c21acdc853

View file

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aspire.Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
<PackageReference Include="Aspire.Microsoft.EntityFrameworkCore.SqlServer" Version="8.2.2" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
</ItemGroup>