C#: Update hardcoded package version numbers for stub generation.

This commit is contained in:
Michael Nebel
2025-12-19 09:50:29 +01:00
parent ac859d90ef
commit 2d90cc87dc

View File

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