Skip to content

Commit 94b046c

Browse files
committed
C#: Upgrade dotnet to 6.0.202.
1 parent f65f833 commit 94b046c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup dotnet
3131
uses: actions/setup-dotnet@v2
3232
with:
33-
dotnet-version: 6.0.101
33+
dotnet-version: 6.0.202
3434

3535
- name: Checkout repository
3636
uses: actions/checkout@v3

csharp/ql/src/Stubs/make_stubs_nuget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def run_cmd(cmd, msg="Failed to run command"):
7171
cmd.append(version)
7272
run_cmd(cmd)
7373

74-
sdk_version = '6.0.101'
74+
sdk_version = '6.0.202'
7575
print("\n* Creating new global.json file and setting SDK to " + sdk_version)
7676
run_cmd(['dotnet', 'new', 'globaljson', '--force', '--sdk-version', sdk_version, '--output', workDir])
7777

0 commit comments

Comments
 (0)