2021-11-29 04:04:34 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-03-15 05:59:23 +00:00
|
|
|
<ProjectReference Include="..\Shared\Shared.csproj" />
|
2022-02-14 19:45:58 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-06-13 00:48:24 +00:00
|
|
|
<PackageReference Include="DSharpPlus" Version="4.3.0-nightly-01142" />
|
2022-03-15 05:59:23 +00:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2021-11-29 04:04:34 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|