Skip to content

Commit 20d1bb2

Browse files
committed
Update CI for new .NET version
1 parent 99dab25 commit 20d1bb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 5.0.300
18+
dotnet-version: 6.0.x
1919
- name: Install dependencies
2020
run: dotnet restore TheSprayer.sln
2121
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup dotnet
2828
uses: actions/setup-dotnet@v1
2929
with:
30-
dotnet-version: 5.0.300
30+
dotnet-version: 6.0.x
3131

3232
- name: Build
3333
shell: bash

0 commit comments

Comments
 (0)