mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-06-26 00:23:37 +01:00
19 lines
485 B
XML
19 lines
485 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../../build/Common.props" />
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>$(TgsFrameworkVersion)</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<!-- Usage: GitHub Discussions interop -->
|
|
<PackageReference Include="Octokit.GraphQL" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Tgstation.Server.Shared\Tgstation.Server.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|