From a1bbab5514ebd3facc51112a4084d78ab57f8780 Mon Sep 17 00:00:00 2001 From: Cameron White Date: Fri, 22 Dec 2023 20:17:55 -0500 Subject: [PATCH] Update the CI build to .NET 8 --- .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 166e588..14ce88b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Compile run: dotnet build -c Release - name: Install mautil