Skip to content

Commit ff9737f

Browse files
authored
Merge pull request #107 from krogenth/update-workflows-to-net8
fix workflows
2 parents 67c3ce1 + 661f223 commit ff9737f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
dotnet-version: [ '7.0.x' ]
14+
dotnet-version: [ '8.0.x' ]
1515
configuration: [ Debug, Release ]
1616

1717
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
strategy:
4040
matrix:
41-
dotnet-version: [ '7.0.x' ]
41+
dotnet-version: [ '8.0.x' ]
4242
configuration: [ Release ]
4343
os: [ windows-latest ]
4444
include:

0 commit comments

Comments
 (0)