From 2a6cf75af717af636b910ff0c6cb875c93b4da0e Mon Sep 17 00:00:00 2001 From: Justus Bonz Date: Fri, 29 Jul 2022 16:39:48 +0200 Subject: [PATCH] Fixed the dotnet version in the GitHub script --- .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 2ee958c..e9ac642 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.301 + dotnet-version: 6.0.302 - name: Build the solution run: dotnet build DotnetGraph/ --configuration Release