Skip to content

Commit f88e853

Browse files
Bump Newtonsoft.Json from 9.0.1 to 13.0.1
--- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e212f3 commit f88e853

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

OKEGui/OKEGui/App.config

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
55
</startup>
6+
<runtime>
7+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8+
<dependentAssembly>
9+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
10+
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
11+
</dependentAssembly>
12+
</assemblyBinding>
13+
</runtime>
614
</configuration>

OKEGui/OKEGui/OKEGui.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<Reference Include="MediaInfo.Wrapper, Version=21.3.0.0, Culture=neutral, processorArchitecture=MSIL">
6464
<HintPath>..\packages\MediaInfo.Wrapper.21.3.0\lib\net45\MediaInfo.Wrapper.dll</HintPath>
6565
</Reference>
66-
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
67-
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
66+
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
67+
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
6868
<Private>True</Private>
6969
</Reference>
7070
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
@@ -283,4 +283,4 @@
283283
</ItemGroup>
284284
<RemoveDir Directories="@(Directories)" Condition="%(Files)=='0'" />
285285
</Target>
286-
</Project>
286+
</Project>

OKEGui/OKEGui/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="ILRepack.Lib.MSBuild.Task" version="2.0.18.2" targetFramework="net472" />
55
<package id="MediaInfo.Native" version="21.3.0" targetFramework="net472" />
66
<package id="MediaInfo.Wrapper" version="21.3.0" targetFramework="net472" />
7-
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net472" />
7+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
88
<package id="NLog" version="4.6.7" targetFramework="net472" />
99
<package id="YamlDotNet" version="11.1.1" targetFramework="net472" />
1010
</packages>

0 commit comments

Comments
 (0)