Skip to content

Commit c06aae2

Browse files
Bump System.Linq.Dynamic.Core from 1.2.20 to 1.3.0 in /ClosedXML.Report (#318)
* Bump System.Linq.Dynamic.Core in /tests/ClosedXML.Report.Tests Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.2.20 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](zzzprojects/System.Linq.Dynamic.Core@v1.2.20...v1.3.0) --- updated-dependencies: - dependency-name: System.Linq.Dynamic.Core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump System.Linq.Dynamic.Core from 1.2.20 to 1.3.0 in /ClosedXML.Report Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.2.20 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](zzzprojects/System.Linq.Dynamic.Core@v1.2.20...v1.3.0) --- updated-dependencies: - dependency-name: System.Linq.Dynamic.Core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aleksei <pankraty@gmail.com>
1 parent 777101c commit c06aae2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ClosedXML.Report/ClosedXML.Report.csproj

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

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net462;net6.0</TargetFrameworks>
@@ -52,7 +52,7 @@
5252
<ItemGroup>
5353
<PackageReference Include="ClosedXML" Version="0.100.3" />
5454
<PackageReference Include="morelinq" Version="3.4.1" />
55-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.20" />
55+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.0" />
5656
</ItemGroup>
5757

5858
</Project>

tests/ClosedXML.Report.Tests/ClosedXML.Report.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net462;net6.0</TargetFrameworks>
44
<LangVersion>10</LangVersion>
@@ -34,7 +34,7 @@
3434
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
3535
<PackageReference Include="NSubstitute" Version="5.0.0" />
3636
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />
37-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.1" />
37+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.0" />
3838
<PackageReference Include="System.Resources.Extensions" Version="6.0.0" />
3939
<PackageReference Include="System.ServiceModel.Primitives" Version="4.10.2" />
4040
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)