mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-04-30 08:21:47 -04:00
Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /server/tso.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:
parent
22191ce648
commit
82bc6266b6
2 changed files with 5 additions and 4 deletions
7
server/tso.common/FSO.Common.csproj
Executable file → Normal file
7
server/tso.common/FSO.Common.csproj
Executable file → Normal file
|
@ -64,6 +64,10 @@
|
||||||
<HintPath>..\packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath>
|
<HintPath>..\packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
<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>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
@ -110,9 +114,6 @@
|
||||||
<HintPath>..\packages\MonoGame.Framework.Portable.3.6.0.1625\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll</HintPath>
|
<HintPath>..\packages\MonoGame.Framework.Portable.3.6.0.1625\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
||||||
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="Ninject, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
|
<Reference Include="Ninject, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Portable.Ninject.3.3.1\lib\net40-client\Ninject.dll</HintPath>
|
<HintPath>..\packages\Portable.Ninject.3.3.1\lib\net40-client\Ninject.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
|
2
server/tso.common/packages.config
Executable file → Normal file
2
server/tso.common/packages.config
Executable file → Normal file
|
@ -5,7 +5,7 @@
|
||||||
<package id="Microsoft.CSharp" version="4.3.0" targetFramework="net45" />
|
<package id="Microsoft.CSharp" version="4.3.0" targetFramework="net45" />
|
||||||
<package id="Mina" version="2.0.11" targetFramework="net45" />
|
<package id="Mina" version="2.0.11" targetFramework="net45" />
|
||||||
<package id="MonoGame.Framework.Portable" version="3.6.0.1625" targetFramework="net45" />
|
<package id="MonoGame.Framework.Portable" version="3.6.0.1625" targetFramework="net45" />
|
||||||
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net45" />
|
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net45" />
|
||||||
<package id="NLog" version="4.5.7" targetFramework="net45" />
|
<package id="NLog" version="4.5.7" targetFramework="net45" />
|
||||||
<package id="Portable.Ninject" version="3.3.1" targetFramework="net45" />
|
<package id="Portable.Ninject" version="3.3.1" targetFramework="net45" />
|
||||||
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net45" />
|
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net45" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue