From 38fae971ae0c9de23db56cf18223c28d8ceba3ab Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Fri, 22 Nov 2024 10:16:50 -0800 Subject: [PATCH] Update dotnet versions used to fix idlimporter error --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 908be04e65..6241bd31a2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,9 +37,8 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 2.1.x 3.1.x - 5.0.x + 8.0.x - name: Prepare for build shell: cmd