Skip to content

Commit a24905b

Browse files
committed
x
1 parent 4cac1c8 commit a24905b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/System.Linq.Dynamic.Core.NewtonsoftJson/System.Linq.Dynamic.Core.NewtonsoftJson.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Description>Contains some extensions for System.Linq.Dynamic.Core to dynamically query a Newtonsoft.Json.JArray</Description>
99
<PackageTags>system;linq;dynamic;core;dotnet;json</PackageTags>
1010
<ProjectGuid>{8C5851B8-5C47-4229-AB55-D4252703598E}</ProjectGuid>
11-
<TargetFrameworks>net45;net452;net46;netstandard1.3;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
11+
<TargetFrameworks>net45;net452;net46;netstandard2.0;netstandard2.1;net6.0;net8.0;net9.0</TargetFrameworks>
1212
<Version>1.4.$(PatchVersion)</Version>
1313
</PropertyGroup>
1414

@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="JsonConverter.Newtonsoft.Json" Version="0.7.0" />
25+
<PackageReference Include="JsonConverter.Newtonsoft.Json" Version="0.7.1" />
2626
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2727
</ItemGroup>
2828

src/System.Linq.Dynamic.Core.SystemTextJson/System.Linq.Dynamic.Core.SystemTextJson.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Description>Contains some extensions for System.Linq.Dynamic.Core to dynamically query a System.Text.Json.JsonDocument</Description>
99
<PackageTags>system;linq;dynamic;core;dotnet;json</PackageTags>
1010
<ProjectGuid>{FA01CE15-315A-499E-AFC2-955CA7EB45FF}</ProjectGuid>
11-
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
11+
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0;net9.0</TargetFrameworks>
1212
<Version>1.4.$(PatchVersion)</Version>
1313
</PropertyGroup>
1414

@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="JsonConverter.System.Text.Json" Version="0.7.0" />
25+
<PackageReference Include="JsonConverter.System.Text.Json" Version="0.7.1" />
2626
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2727
</ItemGroup>
2828

0 commit comments

Comments
 (0)