<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="DSharpPlus" Version="4.0.0-nightly-00712" /> <PackageReference Include="DSharpPlus.Rest" Version="4.0.0-nightly-00712" /> <PackageReference Include="Humanizer.Core" Version="2.7.9" /> <PackageReference Include="Sentry" Version="2.1.4" /> <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0007" /> </ItemGroup> </Project>