[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
- task: UseDotNet@2
displayName: 'Use .NET 7 SDK'
displayName: 'Use .NET 8 SDK'
inputs:
packageType: sdk
version: '7.x'
version: '8.x'
- task: VisualStudioTestPlatformInstaller@1
displayName: Ensure VSTest Platform