fix: don't use Task.WhenAll() in message responders, it breaks ignoring them for some reason

This commit is contained in:
sam 2024-10-29 15:24:32 +01:00
parent be8bc9b199
commit 8ae4ba722a
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
2 changed files with 26 additions and 22 deletions

View file

@ -37,8 +37,4 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1"/>
</ItemGroup>
<ItemGroup>
<Folder Include="Database\Dapper\" />
</ItemGroup>
</Project>