2023-10-18 06:57:59 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-10-18 07:10:04 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Discord.Net" Version="3.12.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-10-18 06:57:59 +00:00
|
|
|
</Project>
|