We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a186f02 commit b9ca9f2Copy full SHA for b9ca9f2
content/Bat/Bat.Shared.EF/Bat.Shared.EF.csproj
@@ -10,7 +10,7 @@
10
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.21" />
11
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
12
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.10" />
13
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.7" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.10" />
14
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlserver" Version="9.0.10" />
15
</ItemGroup>
16
0 commit comments