From 4cf820e34cda08f1884e878f6a61c39ba0708c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 23:12:38 +0000 Subject: [PATCH] Bump System.Linq.Dynamic.Core from 1.2.14 to 1.3.0 in /Common Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.2.14 to 1.3.0. - [Release notes](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases) - [Changelog](https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/CHANGELOG.md) - [Commits](https://github.com/zzzprojects/System.Linq.Dynamic.Core/compare/v1.2.14...v1.3.0) --- updated-dependencies: - dependency-name: System.Linq.Dynamic.Core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- Common/Common.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/Common.csproj b/Common/Common.csproj index b9a2421..07a6e4c 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> @@ -106,7 +106,7 @@ <Version>3.3.3</Version> </PackageReference> <PackageReference Include="System.Linq.Dynamic.Core"> - <Version>1.2.14</Version> + <Version>1.3.0</Version> </PackageReference> <PackageReference Include="UrlCombine"> <Version>2.0.0</Version>