Skip to content

Commit de93909

Browse files
committed
Minor Changes
1 parent b6c9c45 commit de93909

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup .NET
6767
uses: actions/setup-dotnet@v3
6868
with:
69-
dotnet-version: 9.0.x
69+
dotnet-version: 10.0.x
7070
dotnet-quality: preview
7171

7272
- name: Restore the Skylark

.github/workflows/dotnet-desktop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install .NET Core
6262
uses: actions/setup-dotnet@v3
6363
with:
64-
dotnet-version: 9.0.x
64+
dotnet-version: 10.0.x
6565
dotnet-quality: preview
6666

6767
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup .NET
5858
uses: actions/setup-dotnet@v3
5959
with:
60-
dotnet-version: 9.0.x
60+
dotnet-version: 10.0.x
6161
dotnet-quality: preview
6262

6363
- name: Restore the Skylark

0 commit comments

Comments
 (0)