We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35b8fb commit d13cc10Copy full SHA for d13cc10
.config/dotnet-tools.json
@@ -9,7 +9,7 @@
9
]
10
},
11
"xamlstyler.console": {
12
- "version": "3.2008.4",
+ "version": "3.2206.4",
13
"commands": [
14
"xstyler"
15
.github/workflows/build.yml
@@ -24,11 +24,10 @@ jobs:
24
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
steps:
27
- # Needed until XAML Styler updates to .NET 6
28
- - name: Install .NET Core 3.1 SDK
+ - name: Install .NET 6 SDK
29
uses: actions/setup-dotnet@v1
30
with:
31
- dotnet-version: '3.1.x'
+ dotnet-version: '6.0.x'
32
33
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
34
- name: Checkout Repository
0 commit comments