Skip to content

Commit

Permalink
Bump 'NuGet.*' and 'Newtonsoft.Json' NuGet versions. (#8825)
Browse files Browse the repository at this point in the history
Update `NuGet.ProjectModel` to the latest version.  This new version requires a newer version of `Newtonsoft.Json`, so update to the latest of it as well.

Remove unneeded NuGet PackageReferences.
  • Loading branch information
jpobst authored Mar 28, 2024
1 parent 32e1ad2 commit 183e1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<LibZipSharpVersion>3.1.1</LibZipSharpVersion>
<MicroBuildCoreVersion>1.0.0</MicroBuildCoreVersion>
<MonoCecilVersion>0.11.4</MonoCecilVersion>
<NewtonsoftJsonPackageVersion>13.0.1</NewtonsoftJsonPackageVersion>
<NewtonsoftJsonPackageVersion>13.0.3</NewtonsoftJsonPackageVersion>
<NuGetApiPackageVersion>5.4.0</NuGetApiPackageVersion>
<LZ4PackageVersion>1.1.11</LZ4PackageVersion>
<MonoOptionsVersion>6.12.0.148</MonoOptionsVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
<PackageReference Include="Mono.Cecil" Version="$(MonoCecilVersion)" GeneratePathProperty="true" />
<PackageReference Include="ILRepack" Version="2.0.18" />
<PackageReference Include="Irony" />
<PackageReference Include="NuGet.Common" Version="6.7.1" />
<PackageReference Include="NuGet.Packaging" Version="6.7.1" />
<PackageReference Include="NuGet.ProjectModel" Version="6.7.1" />
<PackageReference Include="NuGet.ProjectModel" Version="6.9.1" />
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonPackageVersion)" />
<PackageReference Include="System.CodeDom" />
<PackageReference Include="System.IO.Hashing" Version="$(SystemIOHashingPackageVersion)" />
Expand Down

0 comments on commit 183e1ec

Please sign in to comment.