From 01470e4034a9f483cfddc1ae5e3ebbef56b976a7 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Tue, 31 Oct 2023 14:02:42 -0400 Subject: [PATCH] Replaced .NET SDK versions. --- .github/workflows/dotnetcore.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 83bdd5d8..32a4f731 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -13,9 +13,9 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 3.1.x - 5.0.x 6.0.x + 7.0.x + 8.0.x - name: Build shell: bash run: | @@ -37,9 +37,9 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 3.1.x - 5.0.x 6.0.x + 7.0.x + 8.0.x - name: Build shell: bash run: | @@ -63,9 +63,9 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 3.1.x - 5.0.x 6.0.x + 7.0.x + 8.0.x - name: Build shell: cmd run: build.release.bat