Files
tgstation-server/tools/ReleaseNotes/ReleaseNotes.csproj
T
Dominion c5d9122f20 Nuget Package updates
- Contains workaround for breaking change in Microsoft.Data.SqlClient
2023-06-13 19:40:28 -04:00

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>