mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
17 lines
413 B
XML
17 lines
413 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../../build/TestCommon.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>$(TgsFrameworkVersion)</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Http" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Tgstation.Server.Api\Tgstation.Server.Api.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|