From 41dffd1b5fe1cbc4200ba9fc57ba826ec1f22d0e Mon Sep 17 00:00:00 2001 From: Matt Davey Date: Mon, 29 Jan 2024 23:06:35 +0000 Subject: [PATCH] Use net8.0 in github actions build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 723aac7..91d18a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0' + dotnet-version: '8.0' - name: Build env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true