Skip to content

Commit 82132aa

Browse files
committed
Removes .NET 5 from CI
1 parent b532fb4 commit 82132aa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
- name: Setup .NET
1212
uses: actions/setup-dotnet@v1
1313
with:
14-
dotnet-version: |
15-
5.0.x
16-
6.0.x
14+
dotnet-version: 6.0.x
1715
- name: Restore dependencies
1816
run: dotnet restore source
1917
- name: Build

0 commit comments

Comments
 (0)