Cast async Tasks to Delegate and let the framework handle awaiting it

This commit is contained in:
2024-10-18 13:18:45 +02:00
parent 8789f994bf
commit ecee8433a0
2 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.8.17</Version>
<Version>0.8.18</Version>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Alexandru Macocian</Authors>