Skip to content

Commit b472f3a

Browse files
committed
Use latest .net
1 parent af9e784 commit b472f3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0
20+
- name: Use .NET 6
21+
uses: actions/setup-dotnet@v1
2022
- name: Build and Test
2123
run: ./Build.ps1
2224
shell: pwsh

0 commit comments

Comments
 (0)