Skip to content

Commit

Permalink
Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /server/FSO.Server.Common
Browse files Browse the repository at this point in the history
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@12.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent a380de3 commit 4b6ae53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/FSO.Server.Common/packages.config
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net45" />
<package id="Portable.BouncyCastle" version="1.8.0" targetFramework="net45" />
<package id="Portable.JWT" version="1.0.5" targetFramework="net45" />
<package id="Portable.Ninject" version="3.3.1" targetFramework="net45" />
Expand Down
6 changes: 5 additions & 1 deletion server/tso.common/FSO.Common.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Configuration" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.ServiceModel" />
Expand Down Expand Up @@ -94,7 +98,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
<PackageReference Include="Mina" Version="2.0.11" />
<PackageReference Include="MonoGame.Framework.Portable" Version="3.6.0.1625" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.5.7" />
<PackageReference Include="Portable.Ninject" Version="3.3.1" />
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
Expand Down

0 comments on commit 4b6ae53

Please sign in to comment.