From 13b08809b02e8719a178a9ea030795e0d65dd2cd Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Fri, 17 Nov 2023 15:16:02 +1100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17e9eb1..4ff6df2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,7 @@ jobs: - name: setup .net core uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.*' - dotnet-quality: 'preview' + dotnet-version: '8.0' - name: build run: dotnet build