mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Use dotnet 4.x
This commit is contained in:
parent
12d7640925
commit
a7d5ac1504
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue