terminal/.config/dotnet-tools.json
Leonard Hecker 9ab7cf312f
Remove dependency on .NET 6 and Framework 4.8 (#19199)
* .NET 6 is EOL
* Framework 4.7.2 comes by default with VS, but 4.8 doesn't
2025-08-04 13:09:22 -05:00

13 lines
176 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"XamlStyler.Console": {
"version": "3.2501.8",
"commands": [
"xstyler"
]
}
}
}