mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-01 10:20:27 +01:00
c5d9122f20
- Contains workaround for breaking change in Microsoft.Data.SqlClient
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="6.0.0" />
|
|
<PackageReference Include="Octokit.GraphQL" Version="0.2.0-beta" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|