Skip to content

Commit 87e3708

Browse files
build(deps): Bump System.Linq.Dynamic.Core from 1.3.7 to 1.3.8 in /src (#45)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08b81ce commit 87e3708

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

src/goatquery-dotnet.csproj

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
5-
<RootNamespace>goatquery-dotnet</RootNamespace>
6-
<ImplicitUsings>enable</ImplicitUsings>
7-
<Nullable>enable</Nullable>
8-
9-
<PackageId>GoatQuery</PackageId>
10-
<PackageReadmeFile>README.md</PackageReadmeFile>
11-
<PackageProjectUrl>https://github.com/goatquery</PackageProjectUrl>
12-
<RepositoryUrl>https://github.com/goatquery/goatquery-dotnet</RepositoryUrl>
13-
<RepositoryType>git</RepositoryType>
14-
<Description>.NET Library to support paging, ordering, filtering, searching and selecting in REST APIs.</Description>
15-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
</PropertyGroup>
17-
18-
<ItemGroup>
19-
<FrameworkReference Include="Microsoft.AspNetCore.App" />
20-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
21-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.7" />
22-
</ItemGroup>
23-
24-
<ItemGroup>
25-
<None Include="../README.md" Pack="true" PackagePath="\"/>
26-
</ItemGroup>
27-
28-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<RootNamespace>goatquery-dotnet</RootNamespace>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
9+
<PackageId>GoatQuery</PackageId>
10+
<PackageReadmeFile>README.md</PackageReadmeFile>
11+
<PackageProjectUrl>https://github.com/goatquery</PackageProjectUrl>
12+
<RepositoryUrl>https://github.com/goatquery/goatquery-dotnet</RepositoryUrl>
13+
<RepositoryType>git</RepositoryType>
14+
<Description>.NET Library to support paging, ordering, filtering, searching and selecting in REST APIs.</Description>
15+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16+
</PropertyGroup>
17+
18+
<ItemGroup>
19+
<FrameworkReference Include="Microsoft.AspNetCore.App" />
20+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
21+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.8" />
22+
</ItemGroup>
23+
24+
<ItemGroup>
25+
<None Include="../README.md" Pack="true" PackagePath="\"/>
26+
</ItemGroup>
27+
28+
</Project>

0 commit comments

Comments
 (0)