Skip to content

Commit 62e4675

Browse files
Build using .NET 5 on MacOS and Ubuntu
1 parent d136a8e commit 62e4675

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
matrix:
1717
options:
1818
- os: macos-latest
19-
framework: net6.0
19+
framework: net5.0
2020
runtime: -x64
2121
codecov: false
2222
- os: ubuntu-latest
23-
framework: net6.0
23+
framework: net5.0
2424
runtime: -x64
2525
codecov: false
2626
- os: windows-latest

0 commit comments

Comments
 (0)