From 50fbfabb49d4b66f1d0564fc379d9f78baaa1e97 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 18 Jul 2022 12:25:02 +0000 Subject: [PATCH] Updating GHES workflows --- ci/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/dotnet.yml b/ci/dotnet.yml index 5974d4a..a8eccab 100644 --- a/ci/dotnet.yml +++ b/ci/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Restore dependencies run: dotnet restore - name: Build