Skip to content

Commit 8a4fe9f

Browse files
committed
revert bump dotnet version
1 parent f501a8b commit 8a4fe9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [windows-latest]
17-
dotnet: [6.0.302]
17+
dotnet: [6.0.203]
1818
runs-on: ${{ matrix.os }}
1919

2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Setup .NET Core
2323
uses: actions/setup-dotnet@v2
2424
with:
25-
dotnet-version: 6.0.302
25+
dotnet-version: 6.0.203
2626
- name: Restore tools
2727
run: dotnet tool restore
2828
- name: Restore projects

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [windows-latest]
13-
dotnet: [6.0.302]
13+
dotnet: [6.0.203]
1414
runs-on: ${{ matrix.os }}
1515

1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v2
2020
with:
21-
dotnet-version: 6.0.302
21+
dotnet-version: 6.0.203
2222
- name: Restore tools
2323
run: dotnet tool restore
2424
- name: Restore projects

0 commit comments

Comments
 (0)