bump stuffz + DOCFX AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA (#3043)

This commit is contained in:
Mihail Gribkov
2024-12-21 05:05:18 +08:00
committed by GitHub
parent 5d66f96a4d
commit 995830f793
8 changed files with 10 additions and 10 deletions

View File

@@ -2,12 +2,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>WebHookClient</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net.Webhook" Version="3.16.0" />
<PackageReference Include="Discord.Net.Webhook" Version="3.17.0" />
</ItemGroup>
</Project>