mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 18:43:54 -06:00
Update XamlStyler version (#14230)
Updates the version of XamlStyler to one with support for .NET 6.0. The version used before this depended on .NET 3.1, [which goes out of support on 2022-12-13.](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) This shouldn't be controversial as .NET 6.0 is included with VS 2022, unlike .NET 3.1.
This commit is contained in:
parent
42befa7b58
commit
6d94fbc89f
@ -3,7 +3,7 @@
|
|||||||
"isRoot": true,
|
"isRoot": true,
|
||||||
"tools": {
|
"tools": {
|
||||||
"XamlStyler.Console": {
|
"XamlStyler.Console": {
|
||||||
"version": "3.2008.4",
|
"version": "3.2206.4",
|
||||||
"commands": [
|
"commands": [
|
||||||
"xstyler"
|
"xstyler"
|
||||||
]
|
]
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- job: CodeFormatCheck
|
- job: CodeFormatCheck
|
||||||
displayName: Proper Code Formatting Check
|
displayName: Proper Code Formatting Check
|
||||||
pool: { vmImage: windows-2019 }
|
pool: { vmImage: windows-2022 }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user