f56c3e819f
This commit will not compile.
20 lines
731 B
XML
20 lines
731 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Discord.Net\src\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" />
|
|
<ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DSharpPlus" Version="4.0.0-nightly-00684" />
|
|
<PackageReference Include="Humanizer.Core" Version="2.7.9" />
|
|
<PackageReference Include="Sentry" Version="2.0.0-beta7" />
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0007" />
|
|
</ItemGroup>
|
|
</Project>
|