diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj
index 568b6d481..970bc8e37 100644
--- a/Flow.Launcher/Flow.Launcher.csproj
+++ b/Flow.Launcher/Flow.Launcher.csproj
@@ -70,6 +70,10 @@
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1
index 16f27476f..624f4f502 100644
--- a/Scripts/post_build.ps1
+++ b/Scripts/post_build.ps1
@@ -125,6 +125,8 @@ function Main {
Delete-Unused $p $config
$o = "$p\Output\Packages"
Validate-Directory $o
+ # making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced.
+ New-Alias Nuget $env:USERPROFILE\.nuget\packages\NuGet.CommandLine\5.4.0\tools\NuGet.exe -Force
Pack-Squirrel-Installer $p $v $o
$isInCI = $env:APPVEYOR