Vintage Story 1.18.8+: update default dotnet and server versions (#503)

This commit is contained in:
Greelan 2023-11-04 08:12:20 +11:00 committed by GitHub
parent 06b5012b5b
commit 4a86ba6ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,8 @@
"IsFlagArgument":false,
"ParamFieldName":"DotnetVersion",
"IncludeInCommandLine":false,
"DefaultValue":"7.0.11",
"Placeholder":"7.0.11",
"DefaultValue":"7.0.13",
"Placeholder":"7.0.13",
"Required":true,
"EnumValues":{}
},
@ -37,8 +37,8 @@
"IsFlagArgument":false,
"ParamFieldName":"ServerVersion",
"IncludeInCommandLine":false,
"DefaultValue":"1.18.14",
"Placeholder":"1.18.14",
"DefaultValue":"1.18.15",
"Placeholder":"1.18.15",
"Required":true,
"EnumValues":{}
},