From a7d5ac150462307c74c63727caa728521f3058bf Mon Sep 17 00:00:00 2001 From: jklingen Date: Fri, 18 Apr 2025 10:26:48 +0200 Subject: [PATCH] Use dotnet 4.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..2776d9c68 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: '4.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