From 67651b711f34ca3a3f7b0cd75880f20deddf5383 Mon Sep 17 00:00:00 2001 From: Havunen Date: Sat, 13 Apr 2024 14:39:31 +0300 Subject: [PATCH] use latest version of .NET SDKs --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1d18f2..3236639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,9 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.417 - 7.0.404 - 8.0.100 + 6.x + 7.x + 8.x - name: dotnet build run: dotnet build