Skip to content

Commit

Permalink
Fix .net version in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante De Ruwe committed Oct 12, 2024
1 parent ab4434d commit ecb1b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '9.0.x'

- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit ecb1b3d

Please sign in to comment.