Skip to content

Commit

Permalink
feat: move to dotnet 9 proper in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-o-perret authored Nov 25, 2024
1 parent e81a178 commit cbac59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup .NET Environment
uses: actions/setup-dotnet@v1
with:
dotnet-version: 9.0.1
dotnet-version: 9.0.100
- name: Restore .NET Tools
run: dotnet tool restore --tool-manifest ./.config/dotnet-tools.json
- name: Restore .NET Projects
Expand Down

0 comments on commit cbac59c

Please sign in to comment.