From 021ae392971303872d65d686f18a9ef711206af0 Mon Sep 17 00:00:00 2001 From: Simon Ensslen Date: Tue, 14 Jan 2025 21:28:11 +0100 Subject: [PATCH] update to release .net 9 --- .github/workflows/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 80e4e82c..d511633b 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -115,8 +115,7 @@ jobs: - name: Setup dotnet 9.0.x uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.2xx - dotnet-quality: 'signed' + dotnet-version: 9.0.x - name: restore run: dotnet restore