Skip to content

Commit f6cc833

Browse files
committed
Use .NET 6 for building
1 parent 7ac4360 commit f6cc833

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818

19+
- name: Setup .NET
20+
uses: actions/setup-dotnet@v1
21+
with:
22+
dotnet-version: '6.0.x'
23+
1924
- name: Set up Python ${{ matrix.python }}
2025
uses: actions/setup-python@v2
2126
with:

0 commit comments

Comments
 (0)