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 5681361 commit 53c81daCopy full SHA for 53c81da
.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os: [windows-latest]
18
- dotnet: [5.0.400]
+ dotnet: [6.0.203]
19
runs-on: ${{ matrix.os }}
20
21
steps:
.github/workflows/pr.yml
@@ -11,15 +11,15 @@ jobs:
11
12
13
14
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
22
- dotnet-version: 5.0.400
+ dotnet-version: 6.0.203
23
- name: Restore tools
24
run: dotnet tool restore
25
- name: Restore projects
0 commit comments