Skip to content

Commit 5c507db

Browse files
committed
Fix build for .NET 6
1 parent 36717c7 commit 5c507db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15+
- name: Install .NET SDK
16+
uses: actions/setup-dotnet@v1
17+
with:
18+
dotnet-version: '6.x'
1519
- name: Build
1620
run: dotnet build --configuration Release
1721
- name: Test

0 commit comments

Comments
 (0)