Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /server/FSO.Server.Common

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](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-02 13:19:12 +00:00 committed by GitHub
parent a380de3a44
commit 4b6ae533ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

2
server/FSO.Server.Common/packages.config Executable file → Normal file
View file

@ -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" />

6
server/tso.common/FSO.Common.csproj Executable file → Normal file
View file

@ -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" />
@ -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" />