Files
Discord.Net/samples/BasicBot/_BasicBot.csproj

13 lines
265 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net.WebSocket" Version="3.8.1"/>
</ItemGroup>
</Project>