mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Updated dotnet to 8.0.101
This is a corresponding PR to https://github.com/github/semmle-code/pull/48786
This commit is contained in:
@@ -110,7 +110,7 @@ class Generator:
|
||||
bqrsFile = os.path.join(rawOutputDir, outputName + '.bqrs')
|
||||
jsonFile = os.path.join(rawOutputDir, outputName + '.json')
|
||||
|
||||
sdk_version = '8.0.100'
|
||||
sdk_version = '8.0.101'
|
||||
print("\n* Creating new global.json file and setting SDK to " + sdk_version)
|
||||
self.run_cmd(['dotnet', 'new', 'globaljson', '--force', '--sdk-version', sdk_version, '--output', self.workDir])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user