Skip to content

Commit 1cf3099

Browse files
Merge pull request #2160 from JohnTheGr8/remove_nuget_commandline
Remove NuGet.CommandLine package dependency
2 parents 4144829 + 4ddf037 commit 1cf3099

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@
9494
<!-- https://github.com/Flow-Launcher/Flow.Launcher/issues/1772#issuecomment-1502440801 -->
9595
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
9696
<PackageReference Include="NHotkey.Wpf" Version="2.1.0" />
97-
<PackageReference Include="NuGet.CommandLine" Version="6.3.1">
98-
<PrivateAssets>all</PrivateAssets>
99-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
100-
</PackageReference>
10197
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
10298
<PackageReference Include="SharpVectors" Version="1.8.1" />
10399
<PackageReference Include="VirtualizingWrapPanel" Version="1.5.7" />

Scripts/post_build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
7171
Write-Host "Packing: $spec"
7272
Write-Host "Input path: $input"
7373

74-
New-Alias Nuget $env:USERPROFILE\.nuget\packages\NuGet.CommandLine\6.3.1\tools\NuGet.exe -Force
7574
# dotnet pack is not used because ran into issues, need to test installation and starting up if to use it.
7675
nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release
7776

0 commit comments

Comments
 (0)