Skip to content

Commit f218d5c

Browse files
Updates workflows to .NET 10
1 parent f163457 commit f218d5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup .NET
5050
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5151
with:
52-
dotnet-version: 9.0.x
52+
dotnet-version: 10.0.x
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup .NET
3535
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
3636
with:
37-
dotnet-version: 9.0.x
37+
dotnet-version: 10.0.x
3838
- name: Rename executable for beta
3939
if: contains(github.ref_name, '-beta')
4040
run: |

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
2424
with:
25-
dotnet-version: 9.0.x
25+
dotnet-version: 10.0.x
2626
- name: Restore workloads
2727
run: dotnet workload restore
2828
- name: Restore dependencies

0 commit comments

Comments
 (0)