Skip to content

Commit

Permalink
Use dotnet 9
Browse files Browse the repository at this point in the history
  • Loading branch information
rouke-broersma committed Dec 20, 2024
1 parent a1a42b7 commit 5cf00d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline-templates/update-package-lock-files-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stages:
- task: UseDotNet@2
displayName: 'Use dotnet'
inputs:
version: 8.x
version: 9.x
- task: DotNetCoreCLI@2
displayName: 'Update stryker cli and stryker core lock files'
inputs:
Expand Down

0 comments on commit 5cf00d1

Please sign in to comment.