Use dotnet 4.x

This commit is contained in:
jklingen 2025-04-18 10:26:48 +02:00 committed by GitHub
commit a7d5ac1504
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ jobs:
- name: Set up .NET - name: Set up .NET
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: '5.x' dotnet-version: '4.x'
- name: Restore nuget packages and generate credential templates - 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 run: dotnet restore src/Greenshot.sln --configfile nuget.config --source https://api.nuget.org/v3/index.json