[Build] Use .NET 6 for XAML Styler

This commit is contained in:
Jeremy Sinclair 2023-10-11 16:24:21 -04:00
parent 8a26ca0747
commit 66bfca8e4c

View File

@ -8,10 +8,10 @@ steps:
clean: true
- task: UseDotNet@2
displayName: 'Use .NET 7 SDK'
displayName: 'Use .NET 6 SDK'
inputs:
packageType: sdk
version: '7.x'
version: '6.x'
- task: PowerShell@2
displayName: Verify XAML formatting