We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67c3ce1 + 661f223 commit ff9737fCopy full SHA for ff9737f
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- dotnet-version: [ '7.0.x' ]
+ dotnet-version: [ '8.0.x' ]
15
configuration: [ Debug, Release ]
16
17
steps:
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ${{ matrix.os }}
39
40
41
42
configuration: [ Release ]
43
os: [ windows-latest ]
44
include:
0 commit comments