This repository was archived by the owner on Jan 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
tests/LiteDB.Queryable.UnitTests Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;net7.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1;net6.0; net7.0;net8.0</TargetFrameworks >
55 <LangVersion >latest</LangVersion >
66 <Nullable >disable</Nullable >
77 <ImplicitUsings >disable</ImplicitUsings >
1212 <PackageId >$(AssemblyName)</PackageId >
1313 <IncludeSymbols >false</IncludeSymbols >
1414 <Copyright >Copyright © 2022-2023 Matthias Gernand. All rights reserved.</Copyright >
15- <Version >2.0 .0</Version >
16- <AssemblyVersion >2.0 .0</AssemblyVersion >
17- <FileVersion >2.0 .0</FileVersion >
15+ <Version >2.1 .0</Version >
16+ <AssemblyVersion >2.1 .0</AssemblyVersion >
17+ <FileVersion >2.1 .0</FileVersion >
1818 <Authors >Matthias Gernand</Authors >
1919 <Description >An IQueryable wrapper implementation for LiteDB with additional async extensions.</Description >
2020 <NeutralLanguage >en</NeutralLanguage >
4646 <PackageReference Include =" System.Linq.Async" Version =" 6.0.1" />
4747 </ItemGroup >
4848
49-
5049</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net7.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >net6.0; net7.0;net8.0</TargetFrameworks >
55 <IsPackable >false</IsPackable >
66 <LangVersion >latest</LangVersion >
77 <Nullable >disable</Nullable >
1616 <PackageReference Include =" NUnit" Version =" 3.14.0" />
1717 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
1818 <PackageReference Include =" NUnit.Analyzers" Version =" 3.9.0" >
19- <PrivateAssets >all</PrivateAssets >
20- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19+ <PrivateAssets >all</PrivateAssets >
20+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
2222 <PackageReference Include =" coverlet.collector" Version =" 6.0.0" >
23- <PrivateAssets >all</PrivateAssets >
24- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23+ <PrivateAssets >all</PrivateAssets >
24+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2525 </PackageReference >
2626 </ItemGroup >
2727
2828 <ItemGroup >
29- <ProjectReference Include =" ..\..\src\LiteDB.Queryable\LiteDB.Queryable.csproj" />
29+ <ProjectReference Include =" ..\..\src\LiteDB.Queryable\LiteDB.Queryable.csproj" />
3030 </ItemGroup >
3131
3232</Project >
You can’t perform that action at this time.
0 commit comments