Skip to content

Commit caec8f7

Browse files
committed
Bump dotnet sdk.
1 parent 11c2fda commit caec8f7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/docs.yml

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

2019
steps:
2120
- uses: actions/checkout@v3
2221
- name: Setup .NET Core
23-
uses: actions/setup-dotnet@v2
22+
uses: actions/setup-dotnet@v3
2423
with:
25-
dotnet-version: 6.0.203
24+
dotnet-version: 7.0.200
2625
- name: Restore tools
2726
run: dotnet tool restore
2827
- name: Restore projects

.github/workflows/pr.yml

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

1615
steps:
1716
- uses: actions/checkout@v3
1817
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v2
18+
uses: actions/setup-dotnet@v3
2019
with:
21-
dotnet-version: 6.0.203
20+
dotnet-version: 7.0.200
2221
- name: Restore tools
2322
run: dotnet tool restore
2423
- name: Restore projects

0 commit comments

Comments
 (0)