From f2e1e961a2df1a16fa6a2ca897caa81efd423959 Mon Sep 17 00:00:00 2001 From: rageagainsthepc Date: Wed, 15 Nov 2023 12:59:53 +0000 Subject: [PATCH] Update dotnet version --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c86eb2d..1720fbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '7.0.x' - name: Install dependencies run: dotnet restore - name: Build solution diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a5eec3..40f0625 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '7.0.x' - name: Build self-contained binary run: dotnet publish -r ${{ matrix.dotnet-platform }} -p:PublishSingleFile=true --self-contained true - name: Upload artifact