Skip to content

Commit 2245064

Browse files
Bump Newtonsoft.Json to 13.0.3 (#1866)
* Bump Newtonsoft.Json from 12.0.3 to 13.0.2 Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review * Bump all version to 13.0.3 * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christoph Bergmeister <[email protected]>
1 parent da64672 commit 2245064

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Microsoft.PowerShell.CrossCompatibility.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
14-
<!-- The version of Newtonsoft.Json needs to be newer than the version in the oldest supported version of PowerShell 7: https://github.com/PowerShell/PowerShell/blob/v7.0.11/src/System.Management.Automation/System.Management.Automation.csproj#L15 -->
15-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
14+
<!-- The version of Newtonsoft.Json needs to be newer than the version in the oldest supported version of PowerShell 7: https://github.com/PowerShell/PowerShell/blob/v7.2.17/src/System.Management.Automation/System.Management.Automation.csproj#L15 -->
15+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1616
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
1717
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
1818
<PackageReference Include="PowerShellStandard.Library" Version="3.0.0-preview-02" />
1919
</ItemGroup>
2020

2121
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
22-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
22+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2323
<PackageReference Include="Microsoft.PowerShell.3.ReferenceAssemblies" Version="1.0.0" />
2424
<PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0" />
2525
</ItemGroup>

Rules/Rules.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
</ItemGroup>
1818

1919
<ItemGroup Condition=" '$(TargetFramework)' == 'net6' ">
20-
<!-- The version of Newtonsoft.Json needs to be newer than the version in the oldest supported version of PowerShell 7: https://github.com/PowerShell/PowerShell/blob/v7.0.11/src/System.Management.Automation/System.Management.Automation.csproj#L15 -->
21-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
20+
<!-- The version of Newtonsoft.Json needs to be newer than the version in the oldest supported version of PowerShell 7: https://github.com/PowerShell/PowerShell/blob/v7.2.17/src/System.Management.Automation/System.Management.Automation.csproj#L15 -->
21+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2222
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
2323
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
2424
<PackageReference Include="Pluralize.NET" Version="1.0.2" />
2525
</ItemGroup>
2626

2727
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
28-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
28+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2929
<Reference Include="System.ComponentModel.Composition" />
3030
<Reference Include="System.Data.Entity.Design" />
3131
</ItemGroup>

0 commit comments

Comments
 (0)