Skip to content

Commit

Permalink
Ensure we are using the latest .net sdk to build since test project i…
Browse files Browse the repository at this point in the history
…s now targeting .net 9.
  • Loading branch information
andyalm committed Dec 10, 2024
1 parent 0cae4a6 commit 01030ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 9.0.x

- name: Build
run: dotnet build

0 comments on commit 01030ab

Please sign in to comment.