Skip to content

Commit

Permalink
Merge pull request #326 from PTMagicians/revert-322-dependabot/nuget/…
Browse files Browse the repository at this point in the history
…Monitor/Newtonsoft.Json-13.0.2

Revert "Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /Monitor"
  • Loading branch information
HojouFotytu committed Jun 22, 2023
2 parents 35bbbd3 + e9e82a4 commit f6ec007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NLog" Version="4.6.8" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion Monitor/Monitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<None Include="nlog.config" CopyToOutputDirectory="Always" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit f6ec007

Please sign in to comment.