Skip to content

Commit 1a94e83

Browse files
committed
net 10 action
1 parent 389ce46 commit 1a94e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: dotnet
3333
uses: actions/setup-dotnet@v3
3434
with:
35-
dotnet-version: 9.x
35+
dotnet-version: 10.x
3636

3737
- name: build
3838
run: dotnet build --configuration Release

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup
1717
uses: actions/setup-dotnet@v3
1818
with:
19-
dotnet-version: 9.x
19+
dotnet-version: 10.x
2020

2121
- name: Build Version
2222
id: vars

0 commit comments

Comments
 (0)