Skip to content

Commit

Permalink
Update NuGet dependencies to fix vulnerability warn and build failure (
Browse files Browse the repository at this point in the history
…#470)

* Update NuGet dependencies to fix vulnerability warn

* Update IsoCreator packages

* Supress NuGet false positives with .NET 9.100

NuGet/Home#7344
  • Loading branch information
sciencewhiz authored Nov 18, 2024
1 parent 70f27a3 commit 6a21d3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion IsoCreator/IsoCreator.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -9,6 +9,8 @@
<ItemGroup>
<PackageReference Include="Discutils" Version="0.16.13" />
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.3.0-alpha.21216.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

</Project>
8 changes: 8 additions & 0 deletions WPILibInstaller-Avalonia/WPILibInstaller-Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Dotnet.Bundle" Version="0.9.13" />
<PackageReference Include="SkiaSharp" Version="2.88.9" />
<PackageReference Include="System.Drawing.Common" Version="4.7.3" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Assets\wpilib-generic-75.png" />
Expand Down Expand Up @@ -100,4 +102,10 @@
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-5f2m-466j-3848" />
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-x5qj-9vmx-7g6g" />
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-xhfc-gr8f-ffwc" />
</ItemGroup>
</Project>

0 comments on commit 6a21d3b

Please sign in to comment.