Skip to content

Commit 8b6ee90

Browse files
committed
C#: Update hardcoded package version numbers for stub generation.
1 parent b5d3d95 commit 8b6ee90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/scripts/stubs/make_stubs_all.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
# Note that these version numbers most likely needs to be increased
3030
# when new stubs are generated for a new .NET.
3131
packages_with_versions = [
32-
("ServiceStack", "8.5.2"),
33-
("ServiceStack.OrmLite.SqlServer", "8.5.2")
32+
("ServiceStack", "10.0.4"),
33+
("ServiceStack.OrmLite.SqlServer", "10.0.4")
3434
]
3535

3636
thisScript = sys.argv[0]

0 commit comments

Comments
 (0)