Skip to content

Commit 30ddaaa

Browse files
committed
Github actions to .Net 9
1 parent fecf175 commit 30ddaaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publishnuget.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: [ '8.0.x' ]
14+
dotnet-version: [ '9.0.x' ]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
dotnet-version: [ '8.0.x' ]
12+
dotnet-version: [ '9.0.x' ]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)