Skip to content

Commit 53c81da

Browse files
committed
bump versions
1 parent 5681361 commit 53c81da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [windows-latest]
18-
dotnet: [5.0.400]
18+
dotnet: [6.0.203]
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [windows-latest]
14-
dotnet: [5.0.400]
14+
dotnet: [6.0.203]
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Setup .NET Core
2020
uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: 5.0.400
22+
dotnet-version: 6.0.203
2323
- name: Restore tools
2424
run: dotnet tool restore
2525
- name: Restore projects

0 commit comments

Comments
 (0)