fix: don't use Task.WhenAll() in message responders, it breaks ignoring them for some reason
This commit is contained in:
parent
be8bc9b199
commit
8ae4ba722a
2 changed files with 26 additions and 22 deletions
|
|
@ -37,8 +37,4 @@
|
|||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1"/>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Database\Dapper\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue