From c235a99eb593d82e6d8ef50c1a1190df4bf9d7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sampo=20Kivist=C3=B6?= Date: Mon, 21 Aug 2023 21:13:57 +0300 Subject: [PATCH] try bump dotnet versions in ci.yml --- .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 7588b4b..5a025f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 3.1.x - 5.0.x 6.0.x + 7.0.x - name: dotnet build run: dotnet build