From ac89ad6838244079c2902a4504c0c78192c5cffc Mon Sep 17 00:00:00 2001 From: jklingen Date: Fri, 18 Apr 2025 10:47:50 +0200 Subject: [PATCH] Use dotnet-version: '7.x' --- .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 f2085f10e..a9e18a71a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '5.x' + dotnet-version: '7.x' - name: Restore nuget packages and generate credential templates run: dotnet restore src/Greenshot.sln --configfile nuget.config --source https://api.nuget.org/v3/index.json