mirror of
https://github.com/Stone-Red-Code/DiscordCLI.git
synced 2026-09-04 00:55:58 +02:00
13 lines
406 B
XML
13 lines
406 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ColorMineStandard" Version="1.0.0" />
|
|
<PackageReference Include="DSharpPlus" Version="3.2.3" />
|
|
<PackageReference Include="Stone_Red-C-Sharp-Utilities" Version="1.0.0.2" />
|
|
</ItemGroup>
|
|
</Project> |