Skip to content

Commit 6fb6672

Browse files
Update nugets to latest versions
1 parent 2e421b0 commit 6fb6672

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ Get started in one line. Stop compromising on SQLite reliability and speed.
8787

8888
<!-- Dependencies -->
8989
<ItemGroup>
90-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" />
91-
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.0" />
92-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.0" />
93-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0" />
90+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.2" />
91+
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.2" />
92+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.2" />
93+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.2" />
9494
<!-- SourceLink for debugging support -->
9595
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
9696
</ItemGroup>

0 commit comments

Comments
 (0)