mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* cbt v1 * cbt v1 * Update dependencies.sh * e Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
13 lines
275 B
XML
13 lines
275 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Tgstation.Server.Client" Version="8.4.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|