Skip to content

Commit

Permalink
[VULN] Update Regex and Http NuGet
Browse files Browse the repository at this point in the history
More details: b4e2f11
  • Loading branch information
bagusnl committed Oct 11, 2023
1 parent 57ed392 commit 814c2a4
Show file tree
Hide file tree
Showing 2 changed files with 1,223 additions and 95 deletions.
4 changes: 3 additions & 1 deletion CollapseLauncher/CollapseLauncher.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>WinExe</OutputType>
<TargetFrameworks>net7.0-windows10.0.19041.0;net7.0-windows10.0.22000.0</TargetFrameworks>
Expand Down Expand Up @@ -43,6 +43,8 @@
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.230724000" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 814c2a4

Please sign in to comment.