Skip to content

Commit d13cc10

Browse files
Update XAML Styler Version (.NET 6 compatible)
1 parent b35b8fb commit d13cc10

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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.2008.4",
12+
"version": "3.2206.4",
1313
"commands": [
1414
"xstyler"
1515
]

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424

2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
27-
# Needed until XAML Styler updates to .NET 6
28-
- name: Install .NET Core 3.1 SDK
27+
- name: Install .NET 6 SDK
2928
uses: actions/setup-dotnet@v1
3029
with:
31-
dotnet-version: '3.1.x'
30+
dotnet-version: '6.0.x'
3231

3332
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3433
- name: Checkout Repository

0 commit comments

Comments
 (0)