From 8ffb2215229c4f6410ceb1821fc01e6b4a65668d Mon Sep 17 00:00:00 2001 From: mu88 <4560672+mu88@users.noreply.github.com> Date: Wed, 9 Nov 2022 12:00:58 +0100 Subject: [PATCH] Use .NET 7 for building the project on GitHub --- .github/workflows/CI.yml | 2 +- .github/workflows/Release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 53db95e..c8e3300 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: - name: Install and setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0' + dotnet-version: '7.x' - name: Run tests run: dotnet test - name: Build Rider and ReSharper plugin diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 1fab94f..95f7ac0 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -20,7 +20,7 @@ jobs: - name: Install and setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0' + dotnet-version: '7.x' - name: Run tests run: dotnet test - name: Build Rider and ReSharper plugin