mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
25 lines
1.3 KiB
XML
25 lines
1.3 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.0.0</TgsCoreVersion>
|
|
<TgsConfigVersion>5.0.0</TgsConfigVersion>
|
|
<TgsApiVersion>10.0.0</TgsApiVersion>
|
|
<TgsCommonLibraryVersion>7.0.0</TgsCommonLibraryVersion>
|
|
<TgsApiLibraryVersion>13.0.0</TgsApiLibraryVersion>
|
|
<TgsClientVersion>15.0.0</TgsClientVersion>
|
|
<TgsDmapiVersion>7.0.0</TgsDmapiVersion>
|
|
<TgsInteropVersion>5.7.0</TgsInteropVersion>
|
|
<TgsHostWatchdogVersion>1.4.1</TgsHostWatchdogVersion>
|
|
<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/2a7ae819-fbc4-4611-a1ba-f3b072d4ea25/32f3b931550f7b315d9827d564202eeb/dotnet-hosting-8.0.0-win.exe</TgsDotnetRedistUrl>
|
|
<TgsMariaDBRedistVersion>10.11.6</TgsMariaDBRedistVersion>
|
|
<TgsYarnVersion>1.22.21</TgsYarnVersion>
|
|
</PropertyGroup>
|
|
</Project>
|