From 570bb9b06c65a5b2e6d3079f5f8e5d7f705aafc6 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Sun, 13 Nov 2022 07:43:30 -0700 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a4b19119..69b71dc3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,6 +37,12 @@ jobs: with: dotnet-version: '7.0.x' include-prerelease: true + + - name: Setup .NET Core SDK 6.0.x + uses: actions/setup-dotnet@v1 + with: + dotnet-version: '6.0.x' + include-prerelease: true - name: Test run: dotnet test /p:EnableWindowsTargeting=true --filter "Category!=FlakeyNetwork"