mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
15 lines
349 B
XML
15 lines
349 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../../build/Version.props" />
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>$(TgsNetVersion)</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="octokit" Version="3.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|