mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
C#: Update hardcoded package version numbers for stub generation.
This commit is contained in:
@@ -29,8 +29,8 @@ packages = [
|
||||
# Note that these version numbers most likely needs to be increased
|
||||
# when new stubs are generated for a new .NET.
|
||||
packages_with_versions = [
|
||||
("ServiceStack", "8.5.2"),
|
||||
("ServiceStack.OrmLite.SqlServer", "8.5.2")
|
||||
("ServiceStack", "10.0.4"),
|
||||
("ServiceStack.OrmLite.SqlServer", "10.0.4")
|
||||
]
|
||||
|
||||
thisScript = sys.argv[0]
|
||||
|
||||
Reference in New Issue
Block a user