chaosbot/ChaosBot/ChaosBot.csproj
2020-06-02 19:51:36 -04:00

14 lines
339 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="2.2.0" />
<PackageReference Include="NLog" Version="4.7.2" />
</ItemGroup>
</Project>