Skip to content

Commit d9e1f52

Browse files
committed
Updating GitHub workflows to use .NET 9
1 parent 5bccf68 commit d9e1f52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-dotnet@v4
2424
with:
2525
dotnet-version: |
26-
8.0.x
26+
9.0.x
2727
-
2828
name: A - Restore
2929
run: |

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-dotnet@v4
3232
with:
3333
dotnet-version: |
34-
8.0.x
34+
9.0.x
3535
-
3636
name: A - Restore
3737
run: |

0 commit comments

Comments
 (0)