From ece0422bd91814c1f853a047d5d14e641fe26dfd Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Fri, 8 Jul 2022 10:34:42 +1000 Subject: [PATCH] Use .NET 6 in the release script (not just build) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16d853434..83e92d80c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Fetch all commits run: git fetch --unshallow