Skip to content

Commit f30bda7

Browse files
authored
Downgrade Newtonsoft JSON to 13.0.3 (#2603)
1 parent c44cbea commit f30bda7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

MobiFlightConnector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<HintPath>lib\NCalc.dll</HintPath>
166166
</Reference>
167167
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
168-
<HintPath>packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
168+
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
169169
</Reference>
170170
<Reference Include="Newtonsoft.Json.Schema, Version=4.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
171171
<HintPath>packages\Newtonsoft.Json.Schema.4.0.1\lib\net45\Newtonsoft.Json.Schema.dll</HintPath>

MobiFlightUnitTests/MobiFlightUnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<HintPath>..\packages\MSTest.TestFramework.4.0.2\lib\net462\MSTest.TestFramework.Extensions.dll</HintPath>
141141
</Reference>
142142
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
143-
<HintPath>..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
143+
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
144144
</Reference>
145145
<Reference Include="SharpDX, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
146146
<HintPath>..\packages\SharpDX.4.2.0\lib\net45\SharpDX.dll</HintPath>

MobiFlightUnitTests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<package id="MSTest.Analyzers" version="4.0.2" targetFramework="net48" developmentDependency="true" />
2121
<package id="MSTest.TestAdapter" version="4.0.2" targetFramework="net48" />
2222
<package id="MSTest.TestFramework" version="4.0.2" targetFramework="net48" />
23-
<package id="Newtonsoft.Json" version="13.0.4" targetFramework="net48" />
23+
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
2424
<package id="SharpDX" version="4.2.0" targetFramework="net48" />
2525
<package id="SharpDX.DirectInput" version="4.2.0" targetFramework="net48" />
2626
<package id="System.Buffers" version="4.6.1" targetFramework="net48" />

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<package id="Microsoft.ApplicationInsights" version="2.23.0" targetFramework="net48" />
1313
<package id="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" version="2.23.0" targetFramework="net48" />
1414
<package id="Microsoft.Web.WebView2" version="1.0.3650.58" targetFramework="net48" />
15-
<package id="Newtonsoft.Json" version="13.0.4" targetFramework="net48" />
15+
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
1616
<package id="Newtonsoft.Json.Schema" version="4.0.1" targetFramework="net48" />
1717
<package id="protobuf-net" version="3.2.56" targetFramework="net48" />
1818
<package id="protobuf-net.Core" version="3.2.56" targetFramework="net48" />

0 commit comments

Comments
 (0)