Skip to content

Commit 6486b91

Browse files
committed
build: v0.5.0-pre002
1 parent e02db27 commit 6486b91

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

QueryKit/QueryKit.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
<Nullable>enable</Nullable>
77
<PackageId>QueryKit</PackageId>
88
<PackageTags>QueryKit;Fitler;Filtering;Sort;Sorting</PackageTags>
9-
<Version>0.5.0-pre001</Version>
9+
<Version>0.5.0-pre002</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>
13-
<Repository>https://github.com/pdevito3/QueryKit</Repository>
13+
<RepositoryUrl>https://github.com/pdevito3/QueryKit</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
15-
1615
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1716
<PackageReadmeFile>README.md</PackageReadmeFile>
1817
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -31,8 +30,6 @@
3130
</ItemGroup>
3231

3332
<ItemGroup>
34-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
35-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="7.0.5" />
3633
<PackageReference Include="Sprache" Version="2.3.1" />
3734
</ItemGroup>
3835

0 commit comments

Comments
 (0)