Skip to content

Commit c329139

Browse files
authored
feat(Action): action use net10 framework (#622)
* chore: 移除 Issue 检查 action * chore: action 编译环境更改为 net10
1 parent d5ea8d4 commit c329139

5 files changed

Lines changed: 3 additions & 55 deletions

File tree

.github/workflows/auto-pull-request-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET SDK
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: 9.0.x
21+
dotnet-version: 10.0.x
2222

2323
- name: Test
2424
run: |

.github/workflows/build.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 SDK
1818
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: 9.0.x
20+
dotnet-version: 10.0.x
2121

2222
- name: Build
2323
env:

.github/workflows/issue-check-inactive.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/issue-close-required.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/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 SDK
1616
uses: actions/setup-dotnet@v4
1717
with:
18-
dotnet-version: 9.0.x
18+
dotnet-version: 10.0.x
1919

2020
- name: Publish to Nuget
2121
env:

0 commit comments

Comments
 (0)