From 4b8d3640ff74cee827e3f55b3c7db9e7b0ba1ac8 Mon Sep 17 00:00:00 2001 From: Nadir Badnjevic Date: Thu, 22 Feb 2024 22:16:51 +0100 Subject: [PATCH] fix(github): env dotnet_version --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ff41f29..37f9cde 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,7 +15,7 @@ on: # Create an environment variable named DOTNET_VERSION # and set it as "7.0.x" env: - DOTNET_VERSION: "7.0.x" # The .NET SDK version to use + DOTNET_VERSION: "8.0.x" # The .NET SDK version to use # Defines a single job named "build-and-test" jobs: