Skip to content

Commit

Permalink
nuget: update
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Feb 8, 2023
1 parent fa78307 commit 278364d
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
<NoWarn>1701;1702;NU1605</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotSpatial.Projections" Version="3.0.1" />
<PackageReference Include="DotSpatial.Topology" Version="1.9.0" />
<PackageReference Include="MP.DotSpatial.Positioning" Version="4.0.0" />
<PackageReference Include="MP.DotSpatial.Projections" Version="4.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MissionPlanner.csproj">
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/AltitudeAngelWings.Plugin/MissionPlannerAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
using MissionPlanner;
using MissionPlanner.Utilities;
using NodaTime;
using Resources = AltitudeAngelWings.Plugin.Properties.Resources;

namespace AltitudeAngelWings.Plugin
{
Expand Down
Binary file added ExtLibs/DotSpatial.Projections.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion ExtLibs/Utilities/MissionPlanner.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.584.1" />
<PackageReference Include="csmatio" Version="1.0.20" />
<PackageReference Include="DotNetZip" Version="1.16.0" />
<PackageReference Include="DotSpatial.Projections" Version="3.0.1" />
<PackageReference Include="ExifLibNet" Version="2.1.3" />
<PackageReference Include="Flurl" Version="3.0.2" />
<PackageReference Include="Flurl.Http" Version="3.2.0" />
Expand All @@ -49,6 +48,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
<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="SharpCompress" Version="0.29.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion ExtLibs/Xamarin/GDAL/Resources/Resource.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1" />
<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="System.Drawing.Common" Version="4.7.2">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ -99,6 +99,9 @@
<AndroidLinkTool>r8</AndroidLinkTool>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotSpatial.Projections">
<HintPath>..\..\DotSpatial.Projections.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Mono.Android" />
<Reference Include="Mono.Android.Export" />
Expand Down Expand Up @@ -257,7 +260,7 @@
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
<UserProperties XamarinHotReloadDebuggerTimeoutExceptionXamarinAndroidHideInfoBar="True" TriggeredFromHotReload="False" />
<UserProperties TriggeredFromHotReload="False" XamarinHotReloadDebuggerTimeoutExceptionXamarinAndroidHideInfoBar="True" />
</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 @@ -55,6 +55,9 @@
</HttpClientHandler>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotSpatial.Projections">
<HintPath>..\..\DotSpatial.Projections.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.Mac">
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 @@ -159,6 +159,9 @@
</ImageAsset>
</ItemGroup>
<ItemGroup>
<Reference Include="DotSpatial.Projections">
<HintPath>..\..\DotSpatial.Projections.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
Expand Down
13 changes: 3 additions & 10 deletions MissionPlanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -589,16 +589,6 @@
<PackageReference Include="DotNetZip">
<Version>1.16.0</Version>
</PackageReference>
<PackageReference Include="DotSpatial.Data" version="3.0.1" targetFramework="net462" />
<PackageReference Include="DotSpatial.Data.Forms" version="3.0.1" targetFramework="net462" />
<PackageReference Include="DotSpatial.Extensions" version="3.0.1" targetFramework="net462" />
<PackageReference Include="DotSpatial.Modeling.Forms" version="3.0.1" targetFramework="net462" />
<PackageReference Include="DotSpatial.Positioning" Version="3.0.1" />
<PackageReference Include="DotSpatial.Projections" version="3.0.1" targetFramework="net462" />
<PackageReference Include="DotSpatial.Projections.Forms" version="3.0.1" targetFramework="net462" />
<PackageReference Include="DotSpatial.Serialization" version="3.0.1" targetFramework="net462" />
<PackageReference Include="DotSpatial.Symbology" version="3.0.1" targetFramework="net462" />
<PackageReference Include="DotSpatial.Symbology.Forms" version="3.0.1" targetFramework="net462" />
<PackageReference Include="Flurl" version="3.0.2" targetFramework="net462" />
<PackageReference Include="Flurl.Http" version="3.2.0" targetFramework="net462" />
<PackageReference Include="GDAL" Version="2.3.2" />
Expand Down Expand Up @@ -629,6 +619,9 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
<PackageReference Include="MP.DotSpatial.Data">
<Version>4.0.0</Version>
</PackageReference>
<PackageReference Include="NETStandard.Library">
<Version>2.0.3</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion MissionPlannerLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
<Version>1.1.64</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
<Version>13.0.2</Version>
</PackageReference>
</ItemGroup>

Expand Down

0 comments on commit 278364d

Please sign in to comment.