Skip to content

Commit

Permalink
Xamarin: nuget updates
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Aug 13, 2024
1 parent ea5567a commit 7d9cc9b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ExtLibs/Xamarin/GDAL/GDALMPAndroid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="log4net">
<Version>2.0.12</Version>
<Version>2.0.13</Version>
</PackageReference>
<PackageReference Include="System.Drawing.Primitives">
<Version>4.3.0</Version>
Expand Down
6 changes: 3 additions & 3 deletions ExtLibs/Xamarin/SkiaTest/SkiaTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
<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="SkiaSharp" Version="2.80.3" />
<PackageReference Include="SkiaSharp.Views.Desktop.Common" Version="2.80.3" />
<PackageReference Include="SkiaSharp" Version="2.80.2" />
<PackageReference Include="SkiaSharp.Views.Desktop.Common" Version="2.80.2" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2">
<Aliases>nothanks</Aliases>
<ExcludeAssets>all</ExcludeAssets>
</PackageReference>
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
<PackageReference Include="System.IO.Ports" Version="6.0.0" />
<PackageReference Include="System.IO.Ports" Version="4.7.0" />
<PackageReference Include="System.Text.Encoding.Extensions" Version="4.3.0" />
<PackageReference Include="WinApi" Version="4.0.0" />
<PackageReference Include="WinApi.Desktop" Version="4.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion ExtLibs/Xamarin/Xamarin.UWP/Xamarin.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DotNetZip">
<Version>1.15.0</Version>
<Version>1.16.0</Version>
</PackageReference>
<PackageReference Include="System.Drawing.Primitives">
<Version>4.3.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion MissionPlannerLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
<PackageReference Include="SkiaSharp.Views.Desktop.Common" Version="2.80.2" />
<PackageReference Include="SkiaSharp.Views.Forms" Version="2.80.2" />
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
Expand Down

0 comments on commit 7d9cc9b

Please sign in to comment.