We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5787222 commit e719302Copy full SHA for e719302
1 file changed
.github/workflows/dotnet.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
dotnet-version: 8.0.x
23
- name: Restore dependencies
24
- run: dotnet restore
+ run: dotnet restore /p:EnableWindowsTargeting=true
25
- name: Build
26
run: dotnet build --no-restore --property:EnableWindowsTargeting=true
27
- name: Test
0 commit comments