Skip to content

Commit 9a1835a

Browse files
authored
bump dotnet sdk version to hopefully fix build errors
1 parent ebbaf4d commit 9a1835a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

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

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

0 commit comments

Comments
 (0)