PluralKit/PluralKit.Bot/PluralKit.Bot.csproj

25 lines
863 B
XML
Raw Normal View History

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>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
</PropertyGroup>
2019-05-07 22:06:27 +00:00
<ItemGroup>
<ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" />
</ItemGroup>
<ItemGroup>
2020-08-25 18:36:55 +00:00
<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" />
2019-05-07 22:06:27 +00:00
</ItemGroup>
</Project>