Files
Discord.Net/samples/BasicBot/_BasicBot.csproj
Armano den Boef 6d21e42ddf Replace Project- with PackageReference on samples. (#2297)
* Init

* Resolve errors
2022-05-18 04:49:21 -03:00

13 lines
268 B
XML

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