mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
19 lines
584 B
XML
19 lines
584 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<Version>2.0.0</Version>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
|
|
<PackageReference Include="Octokit" Version="9.0.0" />
|
|
<PackageReference Include="Tgstation.Server.Client" Version="15.0.0" />
|
|
<PackageReference Include="YamlDotNet.NetCore" Version="1.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|