Skip to content

Commit

Permalink
NET9 SDK select in build
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Maruszak <[email protected]>
  • Loading branch information
zarusz committed Jan 18, 2025
1 parent fe780ad commit ff23631
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,18 @@ jobs:
with:
fetch-depth: 0

- name: Setup .NET
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
cache: false

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
cache: false

- name: Restore dependencies
run: dotnet restore $SOLUTION_NAME
working-directory: ./src
Expand Down

0 comments on commit ff23631

Please sign in to comment.