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 35c2da7 commit a00644eCopy full SHA for a00644e
.github/workflows/build.yml
@@ -34,6 +34,12 @@ jobs:
34
35
# Steps represent a sequence of tasks that will be executed as part of the job
36
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
+
43
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
44
uses: actions/setup-dotnet@v4
45
with:
0 commit comments