Skip to content

Commit c98bc20

Browse files
committed
update dotnet sdk to 6.0.405
1 parent 3d26f5b commit c98bc20

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET 6.0
2020
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
2121
with:
22-
dotnet-version: 6.0.302
22+
dotnet-version: 6.0.405
2323
- name: Install solution dependencies
2424
run: dotnet restore
2525
- name: Build

.github/workflows/docs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ jobs:
4343
- name: Setup .NET 6.0
4444
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
4545
with:
46-
dotnet-version: 6.0.302
46+
dotnet-version: 6.0.405
4747
- name: Install solution dependencies
4848
run: |
49-
dotnet tool install -g docfx
49+
dotnet new tool-manifest
50+
dotnet tool install docfx
5051
- name: Create API docs
5152
run: |
52-
docfx apidocs/docfx.json
53+
dotnet docfx apidocs/docfx.json
5354
- name: Release API docs to latest
5455
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
5556
with:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "6.0.302"
3+
"version": "6.0.405"
44
}
55
}

0 commit comments

Comments
 (0)