Skip to content

Commit 26977fc

Browse files
committed
The Windows runner doesn't have the same available .NET versions.
1 parent a3e2357 commit 26977fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
2727
# supported by GHA.
2828
test-filter: "FullyQualifiedName!~SecurityScanningTests"
29+
# The Windows runner doesn't have the same available .NET versions.
30+
dotnet-version: 10.0.2
2931

3032
codespell:
3133
name: Codespell

0 commit comments

Comments
 (0)