Skip to content

Commit f36db8a

Browse files
committed
Update Publish script for NET 10
1 parent 1acecda commit f36db8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dotnet publish "$communityProjectPath" -c Release -r win-x64 --self-contained fa
8181
dotnet publish "$installerProjectPath" -f net472 -o "$installerPublishDirectory"
8282

8383
# Build Installer (Static/Linux)
84-
dotnet publish "$installerCliProjectPath" -f net9.0-windows -r win-x64 -o "$installerStaticPublishDirectory"
84+
dotnet publish "$installerCliProjectPath" -f net10.0-windows -r win-x64 -o "$installerStaticPublishDirectory"
8585

8686
# Build Templates
8787
dotnet pack "$templateProjectPath" -o "$templatePublishDirectory"

0 commit comments

Comments
 (0)