Skip to content

Commit c95145f

Browse files
authored
Merge branch 'main' into AccentExtractor
2 parents b1f968c + a7ef06c commit c95145f

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
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
@@ -34,12 +34,6 @@ jobs:
3434

3535
# Steps represent a sequence of tasks that will be executed as part of the job
3636
steps:
37-
# .NET 6 SDK is required for xamlstyler.console to run.
38-
- name: Install .NET SDK v6
39-
uses: actions/setup-dotnet@v4
40-
with:
41-
dotnet-version: 6.0.x
42-
4337
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
4438
uses: actions/setup-dotnet@v4
4539
with:

tooling

0 commit comments

Comments
 (0)