Skip to content

Commit 20cf3d8

Browse files
committed
Update xamlstyler.console to 3.2501.8 and remove .NET 6 workarounds
- Bump xamlstyler.console from 3.2206.4 to 3.2501.8 - Remove .NET 6 SDK installation step from build workflow - Fixes .NET 6 compatibility issues
1 parent c313acd commit 20cf3d8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"xamlstyler.console": {
12-
"version": "3.2206.4",
12+
"version": "3.2501.8",
1313
"commands": [
1414
"xstyler"
1515
]

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929

3030
# Steps represent a sequence of tasks that will be executed as part of the job
3131
steps:
32-
# .NET 6 SDK is required for xamlstyler.console to run.
33-
- name: Install .NET SDK v6
34-
uses: actions/setup-dotnet@v4
35-
with:
36-
dotnet-version: 6.0.x
37-
3832
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
3933
uses: actions/setup-dotnet@v4
4034
with:

0 commit comments

Comments
 (0)