Skip to content

Commit 374059e

Browse files
committed
Merge branch 'develop'
2 parents ddf8a50 + 6bf7d52 commit 374059e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

QueryKit/QueryKit.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
4+
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<PackageId>QueryKit</PackageId>
88
<PackageTags>QueryKit;Fitler;Filtering;Sort;Sorting</PackageTags>
9-
<Version>0.6.1</Version>
9+
<Version>1.0.0</Version>
1010
<Authors>Paul DeVito</Authors>
1111
<Summary>QueryKit is a .NET library that makes it easier to query your data by providing a fluent and intuitive syntax for filtering and sorting.</Summary>
1212
<Description>QueryKit is a .NET library that makes it easier to query your data by providing a fluent and intuitive syntax for filtering and sorting.</Description>
@@ -29,6 +29,10 @@
2929
<PackageReference Include="Ardalis.SmartEnum" Version="7.0.0" />
3030
</ItemGroup>
3131

32+
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
33+
<PackageReference Include="Ardalis.SmartEnum" Version="7.0.0" />
34+
</ItemGroup>
35+
3236
<ItemGroup>
3337
<PackageReference Include="Sprache" Version="2.3.1" />
3438
</ItemGroup>

0 commit comments

Comments
 (0)