Skip to content

Commit

Permalink
Allow latest .NET patch version from 8.0 channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
artempushkin committed Nov 27, 2024
1 parent 9cc8fe6 commit d06da07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pipelines/dotnet-initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
- task: UseDotNet@2
displayName: Temporarily install .NET 8 SDK while dual targeting
inputs:
version: "8.0.404"
version: "8.0.x"
- task: UseDotNet@2
displayName: Use .NET SDK from global.json
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/pipelines/github-semmle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extends:
- task: UseDotNet@2
displayName: Temporarily install .NET 8 SDK while dual targeting
inputs:
version: "8.0.404"
version: "8.0.x"
- task: UseDotNet@2
displayName: Use .NET SDK from global.json
inputs:
Expand Down

0 comments on commit d06da07

Please sign in to comment.