[CI] Target .NET 8 in YAML

This commit is contained in:
Jeremy Sinclair 2023-09-20 12:17:26 -04:00
parent 97f601aac6
commit ef622841a3

View File

@ -50,10 +50,10 @@ steps:
pwsh: true pwsh: true
- task: UseDotNet@2 - task: UseDotNet@2
displayName: 'Use .NET 7 SDK' displayName: 'Use .NET 8 SDK'
inputs: inputs:
packageType: sdk packageType: sdk
version: '7.x' version: '8.x'
- task: VisualStudioTestPlatformInstaller@1 - task: VisualStudioTestPlatformInstaller@1
displayName: Ensure VSTest Platform displayName: Ensure VSTest Platform