2019-05-07 22:06:27 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Discord.Net.Commands" Version="2.0.1" />
|
|
|
|
|
<PackageReference Include="Discord.Net.Webhook" Version="2.0.1" />
|
|
|
|
|
<PackageReference Include="Discord.Net.WebSocket" Version="2.0.1" />
|
2019-05-16 23:23:09 +00:00
|
|
|
|
<PackageReference Include="Humanizer.Core" Version="2.6.2" />
|
2019-07-15 19:02:50 +00:00
|
|
|
|
<PackageReference Include="Sentry" Version="2.0.0-beta2" />
|
2019-05-16 23:23:09 +00:00
|
|
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0006" />
|
2019-05-07 22:06:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|