Skip to content

Commit d67b153

Browse files
authored
Merge branch 'master' into feature/decouple-xaml-code-add-net6_0
2 parents c906a4a + 385eb62 commit d67b153

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wf-build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
description: 'Release Notes (use `n for new line)'
77
required: true
88
jobs:
9-
build:
9+
build:
1010
runs-on: windows-2019
1111
env:
1212
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

.github/workflows/wf-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install .NET 6
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: '3.1.x'
19+
dotnet-version: '6.0.1'
2020

2121
- name: Setup MSBuild Path
2222
uses: microsoft/setup-msbuild@v1
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install .NET 6
5050
uses: actions/setup-dotnet@v1
5151
with:
52-
dotnet-version: '3.1.x'
52+
dotnet-version: '6.0.1'
5353

5454
- name: Run test .NET 3.5
5555
run: dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stron naming

0 commit comments

Comments
 (0)