2019-05-07 22:06:27 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2019-12-21 23:40:57 +00:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2019-05-07 22:06:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-12-23 17:36:56 +00:00
|
|
|
|
<ProjectReference Include="..\Discord.Net\src\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" />
|
2019-05-07 22:06:27 +00:00
|
|
|
|
<ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-12-23 14:53:20 +00:00
|
|
|
|
<PackageReference Include="Humanizer.Core" Version="2.7.9" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.1.0" />
|
|
|
|
|
<PackageReference Include="Sentry" Version="2.0.0-beta7" />
|
|
|
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0007" />
|
2019-05-07 22:06:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|