mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-13 17:13:00 +01:00
18 lines
528 B
XML
18 lines
528 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../../build/TestCommon.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>$(TgsFrameworkVersion)</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Tgstation.Server.Client\Tgstation.Server.Client.csproj" />
|
|
<ProjectReference Include="..\Tgstation.Server.Common.Tests\Tgstation.Server.Common.Tests.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|