Files
tgstation-server/tools/Tgstation.Server.ReleaseNotes/Tgstation.Server.ReleaseNotes.csproj
2025-08-29 12:33:45 -04:00

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>