mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
26 lines
1.5 KiB
XML
26 lines
1.5 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="ControlPanelVersion.props" />
|
|
<PropertyGroup>
|
|
<TgsCoreVersion>5.17.0</TgsCoreVersion>
|
|
<TgsConfigVersion>4.7.1</TgsConfigVersion>
|
|
<TgsApiVersion>9.13.0</TgsApiVersion>
|
|
<TgsCommonLibraryVersion>7.0.0</TgsCommonLibraryVersion>
|
|
<TgsApiLibraryVersion>12.0.0</TgsApiLibraryVersion>
|
|
<TgsClientVersion>14.0.0</TgsClientVersion>
|
|
<TgsDmapiVersion>6.6.2</TgsDmapiVersion>
|
|
<TgsInteropVersion>5.6.2</TgsInteropVersion>
|
|
<TgsHostWatchdogVersion>1.4.0</TgsHostWatchdogVersion>
|
|
<TgsContainerScriptVersion>1.2.1</TgsContainerScriptVersion>
|
|
<TgsMigratorVersion>1.0.2</TgsMigratorVersion>
|
|
<TgsNugetNetFramework>netstandard2.0</TgsNugetNetFramework>
|
|
<TgsNetMajorVersion>6</TgsNetMajorVersion>
|
|
<!-- Update this frequently with dotnet runtime patches. MAJOR MUST MATCH ABOVE! -->
|
|
<TgsDotnetRedistUrl>https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/6.0.23/dotnet-hosting-6.0.23-win.exe</TgsDotnetRedistUrl>
|
|
<TgsMariaDBRedistVersion>10.11.5</TgsMariaDBRedistVersion>
|
|
<!-- The two versions must match above, this is referenced by XML readers in scripts so we can't use an MSBuild property reference -->
|
|
<TgsMariaDBRedistUrl>https://ftp.osuosl.org/pub/mariadb//mariadb-10.11.5/winx64-packages/mariadb-10.11.5-winx64.msi</TgsMariaDBRedistUrl>
|
|
</PropertyGroup>
|
|
</Project>
|