Skip to content

Commit

Permalink
fix: reverting to EF Core 7 because of incompatibility https://learn.…
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervanranst committed Apr 8, 2024
1 parent c382362 commit 465ca33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arius.Core/Arius.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageReference Include="ConcurrentHashSet" Version="1.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.17" />
<PackageReference Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
<PackageReference Include="Nito.AsyncEx.Tasks" Version="5.1.2" />
<PackageReference Include="ParallelExtensionsExtras.NetFxStandard" Version="2.1.0" />
Expand Down

0 comments on commit 465ca33

Please sign in to comment.