Skip to content

Commit b0f9c18

Browse files
committed
2 parents 225714e + 4c0aaec commit b0f9c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/desktop-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Authenticates packages to push to GPR
2020
- uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: '3.1.100' # SDK Version to use.
22+
dotnet-version: '5.0.202' # SDK Version to use.
2323
- name: Build Project
2424
run: |
2525
cd src/Desktop/MaSchoeller.Extensions.Desktop/

.github/workflows/desktop-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Authenticates packages to push to GPR
1515
- uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: '3.1.100' # SDK Version to use.
17+
dotnet-version: '5.0.202' # SDK Version to use.
1818
env:
1919
NUGET_AUTH_TOKEN: ${{secrets.nuget_key}}
2020
- run: dir

0 commit comments

Comments
 (0)