-
-
Notifications
You must be signed in to change notification settings - Fork 318
Expand file tree
/
Copy pathDSharpPlus.csproj
More file actions
18 lines (18 loc) · 819 Bytes
/
Copy pathDSharpPlus.csproj
File metadata and controls
18 lines (18 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>DSharpPlus</PackageId>
<Description>A C# API for Discord based off DiscordSharp, but rewritten to fit the API standards.</Description>
<PackageTags>$(PackageTags), webhooks</PackageTags>
<IsPackable>true</IsPackable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.HighPerformance" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
<PackageReference Include="Microsoft.Extensions.Logging" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="Polly.Core" />
<PackageReference Include="Ulid" />
</ItemGroup>
</Project>