From 83fa04ea84b6e09afeff330754137170ddc3a319 Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Tue, 20 Sep 2022 12:51:40 -0700 Subject: [PATCH] Update net framework version in CI. --- .github/workflows/windows-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 0582256d9c..541d0b6414 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -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