|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>netstandard2.0;netcoreapp3.1;net5.0;net6.0;net8.0</TargetFrameworks> |
5 | 5 | <LangVersion>9.0</LangVersion> |
6 | 6 | <AssemblyName>NeoSmart.Caching.Sqlite</AssemblyName> |
7 | 7 | <RootNamespace>NeoSmart.Caching.Sqlite</RootNamespace> |
8 | | - <Version>7.0.1</Version> |
| 8 | + <Version>8.0.0</Version> |
9 | 9 | <Nullable>enable</Nullable> |
10 | 10 | <Authors>Mahmoud Al-Qudsi, neosmart, mqudsi</Authors> |
11 | 11 | <Company>NeoSmart Technologies</Company> |
12 | 12 | <Product>SqliteCache</Product> |
13 | 13 | <Description>An SQLite-backed IDistributedCache cache implementation for ASP.NET Core. Fast, transparent, persistent caching.</Description> |
14 | | - <Copyright>NeoSmart Technologies 2019-2023</Copyright> |
| 14 | + <Copyright>NeoSmart Technologies 2019-2024</Copyright> |
15 | 15 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
16 | 16 | <PackageProjectUrl>https://neosmart.net/blog/2019/sqlite-cache-for-asp-net-core</PackageProjectUrl> |
17 | 17 | <RepositoryUrl>https://github.com/neosmart/AspSqliteCache</RepositoryUrl> |
@@ -71,11 +71,11 @@ Version 3.1: |
71 | 71 | </ItemGroup> |
72 | 72 |
|
73 | 73 | <ItemGroup> |
74 | | - <PackageReference Include="Microsoft.Data.Sqlite.Core" Version="7.0.10" /> |
75 | | - <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" /> |
76 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" /> |
77 | | - <PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" /> |
78 | | - <PackageReference Include="SQLitePCLRaw.core" Version="2.1.6" /> |
| 74 | + <PackageReference Include="Microsoft.Data.Sqlite.Core" Version="8.0.2" /> |
| 75 | + <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" /> |
| 76 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" /> |
| 77 | + <PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" /> |
| 78 | + <PackageReference Include="SQLitePCLRaw.core" Version="2.1.8" /> |
79 | 79 | </ItemGroup> |
80 | 80 |
|
81 | 81 | <ItemGroup> |
|
0 commit comments