Skip to content

Commit

Permalink
build(deps): Bump System.Linq.Dynamic.Core from 1.3.7 to 1.3.8 in /src (
Browse files Browse the repository at this point in the history
#45)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 08b81ce commit 87e3708
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/goatquery-dotnet.csproj
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>goatquery-dotnet</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<PackageId>GoatQuery</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/goatquery</PackageProjectUrl>
<RepositoryUrl>https://github.com/goatquery/goatquery-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>.NET Library to support paging, ordering, filtering, searching and selecting in REST APIs.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.7" />
</ItemGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>goatquery-dotnet</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<PackageId>GoatQuery</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/goatquery</PackageProjectUrl>
<RepositoryUrl>https://github.com/goatquery/goatquery-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>.NET Library to support paging, ordering, filtering, searching and selecting in REST APIs.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.8" />
</ItemGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit 87e3708

Please sign in to comment.