mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 13:36:50 +01:00
19 lines
830 B
XML
19 lines
830 B
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.8.0</TgsCoreVersion>
|
|
<TgsConfigVersion>4.5.0</TgsConfigVersion>
|
|
<TgsApiVersion>9.9.0</TgsApiVersion>
|
|
<TgsApiLibraryVersion>10.3.0</TgsApiLibraryVersion>
|
|
<TgsClientVersion>11.3.0</TgsClientVersion>
|
|
<TgsDmapiVersion>6.3.1</TgsDmapiVersion>
|
|
<TgsInteropVersion>5.5.0</TgsInteropVersion>
|
|
<TgsHostWatchdogVersion>1.2.1</TgsHostWatchdogVersion>
|
|
<TgsContainerScriptVersion>1.2.1</TgsContainerScriptVersion>
|
|
<TgsMigratorVersion>1.0.1</TgsMigratorVersion>
|
|
<TgsNetVersion>net6.0</TgsNetVersion>
|
|
</PropertyGroup>
|
|
</Project>
|