Skip to content

Commit 35f6cc5

Browse files
committed
NET 10 SDK in gh actions
1 parent 642b988 commit 35f6cc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
2020
uses: actions/setup-dotnet@v5
2121
with:
22-
dotnet-version: '9.x'
22+
dotnet-version: '10.x'
2323

2424
- name: Run dotnet build
2525
run: dotnet build --configuration Release

.github/workflows/outdatedDotnetTool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup .NET
3030
uses: actions/setup-dotnet@v5
3131
with:
32-
dotnet-version: '9.x' # Specify the .NET version you are using
32+
dotnet-version: '10.x' # Specify the .NET version you are using
3333

3434
# (1) update dotnet tools
3535
- name: Update dotnet tools

.github/workflows/release-nuget.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@v5
1818
with:
19-
dotnet-version: '9.x'
19+
dotnet-version: '10.x'
2020

2121
- name: Replace <br> in README.md with two spaces for nuget.org
2222
run: |

0 commit comments

Comments
 (0)