From 8b4ee1af58510445ba9eb389f68edc90a5e02288 Mon Sep 17 00:00:00 2001 From: Tom Rijnbeek Date: Mon, 10 Mar 2025 21:11:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20builds=20by=20using=20corr?= =?UTF-8?q?ect=20.NET=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet-build.yml | 2 +- .github/workflows/dotnet-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 4367b71..4a4f867 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-dotnet@v3.0.0 with: dotnet-version: | - 6.0.x + 8.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/dotnet-publish.yml b/.github/workflows/dotnet-publish.yml index f0033e7..ef80961 100644 --- a/.github/workflows/dotnet-publish.yml +++ b/.github/workflows/dotnet-publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-dotnet@v3.0.0 with: dotnet-version: | - 6.0.x + 8.0.x - name: Install dependencies run: dotnet restore - name: Build