Skip to content

Commit eb92dc2

Browse files
committed
update pipeline
1 parent f6d6133 commit eb92dc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
env:
9-
DOTNET_VERSION: 8.0.x
9+
DOTNET_VERSION: 9.0.x
1010

1111
jobs:
1212
build:

.github/workflows/dotnet-core-unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66

77
env:
8-
DOTNET_VERSION: 8.0.x
8+
DOTNET_VERSION: 9.0.x
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)