Skip to content

Commit 17f3b47

Browse files
authored
Merge pull request #2 from krogenth/upgrade-to-net8
upgrade build pipelines
2 parents a7237ae + 91caeb2 commit 17f3b47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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: windows-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ 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:
4545
- os: windows-latest
4646
OS_NAME: Windows x64
47-
DOTNET_RUNTIME_IDENTIFIER: win10-x64
47+
DOTNET_RUNTIME_IDENTIFIER: win-x64
4848
RELEASE_ZIP_OS_NAME: win_x64
4949

5050
steps:

0 commit comments

Comments
 (0)