Skip to content

Commit

Permalink
Update azure-pipelines.yml to install net8.0 (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast authored Jun 14, 2024
1 parent f31375d commit fab99d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ extends:
**\bin\**\*
**\obj\**\*
- task: UseDotNet@2
displayName: Use .NET Core SDK 6.x
displayName: Use .NET Core SDK 8.x
inputs:
version: 6.x
version: 8.x
performMultiLevelLookup: true
- task: NuGetToolInstaller@1
displayName: Use NuGet 6.x
Expand Down

0 comments on commit fab99d8

Please sign in to comment.