We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acecda commit f36db8aCopy full SHA for f36db8a
source/Publish.ps1
@@ -81,7 +81,7 @@ dotnet publish "$communityProjectPath" -c Release -r win-x64 --self-contained fa
81
dotnet publish "$installerProjectPath" -f net472 -o "$installerPublishDirectory"
82
83
# Build Installer (Static/Linux)
84
-dotnet publish "$installerCliProjectPath" -f net9.0-windows -r win-x64 -o "$installerStaticPublishDirectory"
+dotnet publish "$installerCliProjectPath" -f net10.0-windows -r win-x64 -o "$installerStaticPublishDirectory"
85
86
# Build Templates
87
dotnet pack "$templateProjectPath" -o "$templatePublishDirectory"
0 commit comments