Skip to content

Commit e719302

Browse files
authored
Update dotnet.yml
1 parent 5787222 commit e719302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
dotnet-version: 8.0.x
2323
- name: Restore dependencies
24-
run: dotnet restore
24+
run: dotnet restore /p:EnableWindowsTargeting=true
2525
- name: Build
2626
run: dotnet build --no-restore --property:EnableWindowsTargeting=true
2727
- name: Test

0 commit comments

Comments
 (0)