Skip to content

Commit 1ba2085

Browse files
committed
Bumped: Workflow to use .NET 9
1 parent fa8c9e6 commit 1ba2085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reloaded.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
with:
8989
dotnet-version: 5.0.x
9090

91-
- name: Setup .NET Core SDK (7.0)
91+
- name: Setup .NET Core SDK (9.0)
9292
uses: actions/setup-dotnet@v3
9393
with:
94-
dotnet-version: 7.0.x
94+
dotnet-version: 9.0.x
9595

9696
- name: Setup Node.js
9797
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)