From 26cd84aa739293905d579e73f03ddc0803c9ea85 Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Tue, 11 Oct 2022 22:13:32 +0100 Subject: [PATCH] Update setup-dotnet to v3 --- .github/workflows/ci-build.yml | 16 +++------------- .github/workflows/release.yml | 14 ++------------ 2 files changed, 5 insertions(+), 25 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d7e430e..79f03f4 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,22 +21,12 @@ jobs: with: fetch-depth: 0 lfs: true - - - name: Install .NET Core - uses: actions/setup-dotnet@v2.1.0 - with: - dotnet-version: 3.1.x - - - name: Install .NET 5 - uses: actions/setup-dotnet@v2.1.0 - with: - dotnet-version: 5.0.x - + - name: Install .NET 6 - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x - include-prerelease: true + dotnet-quality: 'preview' - name: NBGV id: nbgv diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67129d0..0cd4063 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,21 +22,11 @@ jobs: fetch-depth: 0 lfs: true - - name: Install .NET Core - uses: actions/setup-dotnet@v2.1.0 - with: - dotnet-version: 3.1.x - - - name: Install .NET 5 - uses: actions/setup-dotnet@v2.1.0 - with: - dotnet-version: 5.0.x - - name: Install .NET 6 - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x - include-prerelease: true + dotnet-quality: 'preview' - name: NBGV id: nbgv