Skip to content

Commit 9d40ad0

Browse files
committed
ci: 将 .NET SDK 版本从 8.0 升级到 10.0.x
更新两个 GitHub Actions 工作流中的 .NET SDK 版本,以确保构建环境使用最新的长期支持版本。
1 parent 4568cd8 commit 9d40ad0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v3
1919
with:
20-
dotnet-version: 8.0.x
20+
dotnet-version: 10.0.x
2121

2222
- name: Install DocFX
2323
run: |

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 8.0.300
18+
dotnet-version: 10.0.x
1919

2020
- name: Install dotnet tool
2121
run: dotnet tool install -g dotnetCampus.TagToVersion

0 commit comments

Comments
 (0)