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:
Henti Smith
2024-01-30 16:23:07 +00:00
parent e5ba8fe625
commit 612256b760
27 changed files with 27 additions and 27 deletions

View File

@@ -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])