Skip to content

Commit

Permalink
Libs: json update
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Dec 4, 2024
1 parent 6304d2f commit 1712aaf
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 7 deletions.
1 change: 1 addition & 0 deletions ExtLibs/AltitudeAngelWings/AltitudeAngelWings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<ItemGroup>
<PackageReference Include="Markdig" Version="0.32.0" />
<PackageReference Include="NetTopologySuite" Version="2.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NodaTime.Serialization.JsonNet" Version="3.0.1" />
<PackageReference Include="Flurl" Version="3.0.2" />
<PackageReference Include="Flurl.Http" Version="3.2.0" />
Expand Down
4 changes: 4 additions & 0 deletions ExtLibs/Antenna/MissionPlanner.Antenna.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Comms\MissionPlanner.Comms.csproj" />
<ProjectReference Include="..\Strings\MissionPlanner.Strings.csproj" />
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/ArduPilot/MissionPlanner.ArduPilot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Asyncify" Version="0.9.7" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpCompress" Version="0.29.0" />
<PackageReference Include="SharpDX.DirectInput" Version="4.1.0" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions ExtLibs/Arduino/Arduino.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Comms\MissionPlanner.Comms.csproj" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/Comms/MissionPlanner.Comms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SocketIOClient" Version="2.0.2.1" />
<PackageReference Include="System.AppContext" Version="4.3.0" />
<PackageReference Include="System.IO.Ports" Version="4.7.0" />
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/Controls/MissionPlanner.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OpenTK.GLControl" Version="3.1.0" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
<PackageReference Include="SkiaSharp" Version="2.80.2" />
<PackageReference Include="SkiaSharp.Views.Desktop.Common" Version="2.80.2" />
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/GDAL/GDAL.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

</PackageReference>
<PackageReference Include="log4net" Version="2.0.13" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

<ProjectReference Include="..\MissionPlanner.Drawing.Common\MissionPlanner.Drawing.Common.csproj" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/HIL/MissionPlanner.HIL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.13" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<PackageReference Include="Microsoft.VSSDK.Vsixsigntool">
<Version>16.2.29116.78</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageVisualizer16.DebuggeeSide\ImageVisualizer.DebuggeeSide.csproj" />
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/Maps/MissionPlanner.Maps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<ItemGroup>
<PackageReference Include="BruTile" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
<PackageReference Include="System.Resources.Extensions" Version="6.0.0" />

Expand Down
2 changes: 1 addition & 1 deletion ExtLibs/Mavlink/MAVLink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>


Expand Down
2 changes: 1 addition & 1 deletion ExtLibs/NMEA2000/NMEA2000.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/Onvif/Onvif.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Onvif.Core" Version="2.2.2" />
<PackageReference Include="System.ServiceModel.Duplex" Version="4.8.1" />
<PackageReference Include="System.ServiceModel.Http" Version="4.8.1" />
Expand Down
2 changes: 1 addition & 1 deletion ExtLibs/Utilities/MissionPlanner.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.1.13" />
<PackageReference Include="MP.DotSpatial.Projections" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpCompress" Version="0.29.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
<PackageReference Include="SkiaSharp" Version="2.80.2" />
Expand Down
2 changes: 1 addition & 1 deletion ExtLibs/WebAPIs/MissionPlanner.WebAPIs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="106.12.0" />
<PackageReference Include="SuperSocket.ClientEngine.Core" Version="0.10.0"></PackageReference>
<PackageReference Include="WebSocket4Net" Version="0.15.2" ExcludeAssets="Compile" GeneratePathProperty="true" />
Expand Down
3 changes: 3 additions & 0 deletions ExtLibs/Xamarin/GDAL/GDALMPAndroid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
<PackageReference Include="log4net">
<Version>2.0.13</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Drawing.Primitives">
<Version>4.3.0</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion ExtLibs/Xamarin/SkiaTest/SkiaTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NetCoreEx.Geometry" Version="3.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SkiaSharp" Version="2.80.4" />
<PackageReference Include="SkiaSharp.Views.Desktop.Common" Version="2.80.2" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2">
Expand Down
5 changes: 4 additions & 1 deletion ExtLibs/Xamarin/Xamarin.Android/Xamarin.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="SkiaSharp.Views">
<Version>2.80.2</Version>
</PackageReference>
Expand Down Expand Up @@ -260,7 +263,7 @@
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
<UserProperties TriggeredFromHotReload="False" XamarinHotReloadDebuggerTimeoutExceptionXamarinAndroidHideInfoBar="True" />
<UserProperties XamarinHotReloadDebuggerTimeoutExceptionXamarinAndroidHideInfoBar="True" TriggeredFromHotReload="False" />
</VisualStudio>
</ProjectExtensions>
</Project>
3 changes: 3 additions & 0 deletions ExtLibs/Xamarin/Xamarin.MacOS/Xamarin.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="SkiaSharp.Views.Forms">
<Version>2.80.2</Version>
</PackageReference>
Expand Down
3 changes: 3 additions & 0 deletions ExtLibs/Xamarin/Xamarin.UWP/Xamarin.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
<PackageReference Include="DotNetZip">
<Version>1.16.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Drawing.Primitives">
<Version>4.3.0</Version>
</PackageReference>
Expand Down
3 changes: 3 additions & 0 deletions ExtLibs/Xamarin/Xamarin.iOS/Xamarin.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="SkiaSharp">
<Version>2.80.2</Version>
</PackageReference>
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/Xamarin/Xamarin/Xamarin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="4.7.4" />
<PackageReference Include="SkiaSharp.Views.Forms" Version="2.80.2" />
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/px4uploader/px4uploader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.7.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
<PackageReference Include="System.Reflection.Primitives" Version="4.3.0" />
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/solo/solo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<PackageReference Include="Flurl" Version="3.0.2" />
<PackageReference Include="Flurl.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SSH.NET" Version="2020.0.2" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
Expand Down
3 changes: 3 additions & 0 deletions ExtLibs/tlogThumbnailHandler/tlogThumbnailHandler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<ItemGroup>
<None Include="GMapImage.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Maps\MissionPlanner.Maps.csproj" />
<ProjectReference Include="..\MissionPlanner.Drawing\MissionPlanner.Drawing.csproj" Condition="'$(TargetFramework)' != 'netstandard2.0'">
Expand Down
2 changes: 1 addition & 1 deletion MissionPlanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<PackageReference Include="NETStandard.Library">
<Version>2.0.3</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" version="13.0.2" targetFramework="net462" />
<PackageReference Include="Newtonsoft.Json" version="13.0.3" targetFramework="net462" />
<PackageReference Include="OpenTK">
<Version>3.1.0</Version>
</PackageReference>
Expand Down

0 comments on commit 1712aaf

Please sign in to comment.