mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
* Bump XamlStyler and remove .NET6 CI dep * XamlStyler failure test * fix xaml formatting * Bump dotnet-consolidate
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"dotnet-consolidate": {
|
|
"version": "4.2.0",
|
|
"commands": [
|
|
"dotnet-consolidate"
|
|
]
|
|
},
|
|
"xamlstyler.console": {
|
|
"version": "3.2501.8",
|
|
"commands": [
|
|
"xstyler"
|
|
]
|
|
}
|
|
}
|
|
}
|