Skip to content

Commit

Permalink
Merge pull request #1774 from UnderminersTeam/dependabot/nuget/Newton…
Browse files Browse the repository at this point in the history
…soft.Json-13.0.3

Bump Newtonsoft.Json from 13.0.2 to 13.0.3
  • Loading branch information
colinator27 authored Jun 2, 2024
2 parents 571ff43 + 62eaedb commit abecdd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UndertaleModCli/UndertaleModCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.9.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="6.0.5.128" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion UndertaleModTool/UndertaleModTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<Version>1.5.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.2</Version>
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
Expand Down

0 comments on commit abecdd2

Please sign in to comment.