mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-21 03:57:19 +01:00
28 lines
1.7 KiB
XML
28 lines
1.7 KiB
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- This is the authorative version list -->
|
|
<!-- Integration tests will ensure they match across the board -->
|
|
<Import Project="WebpanelVersion.props" />
|
|
<PropertyGroup>
|
|
<TgsCoreVersion>6.12.0</TgsCoreVersion>
|
|
<TgsConfigVersion>5.4.0</TgsConfigVersion>
|
|
<TgsRestVersion>10.11.0</TgsRestVersion>
|
|
<TgsGraphQLVersion>0.5.0</TgsGraphQLVersion>
|
|
<TgsCommonLibraryVersion>7.0.0</TgsCommonLibraryVersion>
|
|
<TgsApiLibraryVersion>16.2.0</TgsApiLibraryVersion>
|
|
<TgsClientVersion>19.2.0</TgsClientVersion>
|
|
<TgsDmapiVersion>7.3.0</TgsDmapiVersion>
|
|
<TgsInteropVersion>5.10.0</TgsInteropVersion>
|
|
<TgsHostWatchdogVersion>1.5.0</TgsHostWatchdogVersion>
|
|
<TgsSwarmProtocolVersion>7.0.0</TgsSwarmProtocolVersion>
|
|
<TgsContainerScriptVersion>1.2.1</TgsContainerScriptVersion>
|
|
<TgsMigratorVersion>2.0.0</TgsMigratorVersion>
|
|
<TgsNugetNetFramework>netstandard2.0</TgsNugetNetFramework>
|
|
<TgsNetMajorVersion>8</TgsNetMajorVersion>
|
|
<!-- Update this frequently with dotnet runtime patches. MAJOR MUST MATCH ABOVE! -->
|
|
<TgsDotnetRedistUrl>https://download.visualstudio.microsoft.com/download/pr/751d3fcd-72db-4da2-b8d0-709c19442225/33cc492bde704bfd6d70a2b9109005a0/dotnet-hosting-8.0.6-win.exe</TgsDotnetRedistUrl>
|
|
<TgsMariaDBRedistVersion>11.4.2</TgsMariaDBRedistVersion>
|
|
<!-- Only have this uncommented if the mariadb servers are shitting the bed, update if the version updates -->
|
|
<!--<TgsMariaDBFallbackRedist>https://mirror.its.dal.ca/mariadb//mariadb-10.11.8/winx64-packages/mariadb-10.11.8-winx64.msi</TgsMariaDBFallbackRedist>-->
|
|
</PropertyGroup>
|
|
</Project>
|