collabbot/CollabBot/CollabBot.csproj

20 lines
664 B
XML
Raw Normal View History

2024-04-21 13:28:07 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>3.0</AssemblyVersion>
<FileVersion>3.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02211" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="5.0.0-nightly-02211" />
<PackageReference Include="Samboy063.Tomlet" Version="5.3.1" />
</ItemGroup>
</Project>