From ca7b57b15303712f4a0c902682475220c1304729 Mon Sep 17 00:00:00 2001 From: "Dr. Christian Geuer-Pollmann" Date: Wed, 10 Jan 2024 11:02:36 +0100 Subject: [PATCH] =?UTF-8?q?Forgot=20the=20CI=20script=20=F0=9F=98=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnetbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetbuild.yml b/.github/workflows/dotnetbuild.yml index 4f38fbe..a0cb9fd 100644 --- a/.github/workflows/dotnetbuild.yml +++ b/.github/workflows/dotnetbuild.yml @@ -29,7 +29,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: '7.0' + dotnet-version: '8.0' - name: Setup Semantic version id: nbgv uses: dotnet/nbgv@v0.4.0