Skip to content

Commit 1605f64

Browse files
authored
Fix wrong version of project SDK in build definition (#119)
1 parent 9bd85ef commit 1605f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unpackaged_app_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
env:
2121
Project_Path: WingetGUIInstaller/WingetGUIInstaller.csproj
22-
Project_Sdk_Version: "net8.0-windows10.0.22621.0"
22+
Project_Sdk_Version: "net10.0-windows10.0.26100.0"
2323
Project_Directory: WingetGUIInstaller
2424
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2525

0 commit comments

Comments
 (0)