mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
15 lines
382 B
XML
15 lines
382 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../../build/Common.props" />
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>$(TgsNetVersion)</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="octokit" Version="5.0.2" />
|
|
<PackageReference Include="Octokit.GraphQL" Version="0.2.0-beta" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|