Skip to content

Commit

Permalink
nuget: update
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Dec 15, 2024
1 parent 09ab86a commit 2126850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ExtLibs/Mavlink/MAVLink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
<Version>4.7.0</Version>
<Version>6.1.0</Version>
</PackageReference>
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions MissionPlannerLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
<PackageReference Include="System.Reactive.Linq" Version="4.4.1" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageReference Include="TimeZoneConverter" Version="3.2.0" />
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
Expand Down Expand Up @@ -523,7 +523,7 @@
<Version>1.1.64</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.2</Version>
<Version>13.0.3</Version>
</PackageReference>
</ItemGroup>

Expand Down

0 comments on commit 2126850

Please sign in to comment.