From 61f4ae0ce1fcc50ca0a9c0d2f5b499d253e9af4f Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 27 Aug 2024 12:35:07 -0400 Subject: [PATCH] Bump dotnet version References: * https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core Signed-off-by: Alex Nelson --- .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 d938dd1..c261bb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: # https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core dotnet-version: - '6.x' - - '7.x' + - '8.x' steps: # Get the code from the repository