Skip to content

Commit

Permalink
Upgrade dependencies to .NET 7 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mqudsi committed Jun 29, 2023
1 parent e8e5282 commit f8a1fe3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SqliteCache/SqliteCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ Version 3.1:
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="6.0.13" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="7.0.8" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<!--<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.1.4" />-->
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.4" />
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f8a1fe3

Please sign in to comment.