Skip to content

Commit

Permalink
Update net framework version in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Sep 20, 2022
1 parent 61badfe commit 83fa04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
version: [net461,netcoreapp3.1,net6.0]
version: [net462,netcoreapp3.1,net6.0]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 83fa04e

Please sign in to comment.