From aa42542c48cfc81820f599d8a1a300394041242e Mon Sep 17 00:00:00 2001 From: SaileshBK Date: Sat, 23 Dec 2023 23:25:56 -0600 Subject: [PATCH] fix(update): Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index ee63068c..eeee09f8 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -9,7 +9,7 @@ on: - "*" env: - DOTNET_VERSION: '7.0.x' + DOTNET_VERSION: '8.0.x' jobs: test: