Skip to content

Commit 607b2e8

Browse files
committed
Upgrade CI to .net 6
1 parent ebf5eae commit 607b2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-dotnet@v1
1313
with:
14-
dotnet-version: '5.0.101'
14+
dotnet-version: '6.0.300'
1515
- name: Restore
1616
run: |
1717
dotnet tool restore
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-dotnet@v1
4141
with:
42-
dotnet-version: '5.0.101'
42+
dotnet-version: '6.0.300'
4343
- name: Restore
4444
run: |
4545
dotnet tool restore

0 commit comments

Comments
 (0)