Skip to content

Commit 2d05c7d

Browse files
committed
chore: dotnet / upgrade
1 parent 06c60ef commit 2d05c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docfx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 9.0.x
18+
dotnet-version: 10.0.x
1919
- name: Install dependencies
2020
run: dotnet tool install --global docfx
2121
- name: Build Documentation

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 9.0.x
19+
dotnet-version: 10.0.x
2020
- name: Install dependencies
2121
run: dotnet tool install --global coveralls.net
2222
- name: Restore dependencies

0 commit comments

Comments
 (0)