Hi Muthukumar,
Thank you for your reply, and pardon the confusion. Grok for some reason pinned Syncfusion.Blazor as the source of the reference, but this is in error.
Here is the correct way to remove the issue:
```
<PackageVersion Include="System.Linq.Async" Version="6.0.1">
<ExcludeAssets>compile</ExcludeAssets>
</PackageVersion>
```
Hopefully this will help others who may run into the same error.