Update Microsoft.EntityFrameworkCore.Sqlite package reference version to 8.0.3

This commit is contained in:
Cody 2024-03-14 14:45:57 -07:00 committed by GitHub
parent 36c65e8b5f
commit 0473cdc5e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.3" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>