-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQOTD-Bot.csproj
22 lines (19 loc) · 911 Bytes
/
QOTD-Bot.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>QOTD_Bot</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DSharpPlus" Version="4.2.0" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.2.0" />
<PackageReference Include="DSharpPlus.Interactivity" Version="4.2.0" />
<PackageReference Include="DSharpPlus.Lavalink" Version="4.2.0" />
<PackageReference Include="DSharpPlus.Rest" Version="4.2.0" />
<PackageReference Include="DSharpPlus.VoiceNext" Version="4.2.0" />
<PackageReference Include="MSUnitTestRunner" Version="1.2.3" />
<PackageReference Include="YamlDotNet" Version="12.0.2" />
</ItemGroup>
</Project>