Skip to content

Commit

Permalink
Use .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Dec 17, 2024
1 parent d5739bb commit 58180e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
# -
# name: Setup .NET
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: '7.0.102'
-
name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
-
name: Unshallow
run: git fetch --prune --unshallow
Expand Down

0 comments on commit 58180e8

Please sign in to comment.