Skip to content

Commit 58180e8

Browse files
committed
Use .NET 9
1 parent d5739bb commit 58180e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-dev.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
-
2424
name: Checkout
2525
uses: actions/checkout@v4
26-
# -
27-
# name: Setup .NET
28-
# uses: actions/setup-dotnet@v3
29-
# with:
30-
# dotnet-version: '7.0.102'
26+
-
27+
name: Setup .NET
28+
uses: actions/setup-dotnet@v4
29+
with:
30+
dotnet-version: '9.0.x'
3131
-
3232
name: Unshallow
3333
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)