Getting the below error from the build pipeline. It is complaining about the conflicts between "System.Threading.Tasks.Extensions, Version=4.2.0.0" and "System.Threading.Tasks.Extensions, Version=4.2.0.1". Still struggling to fix it. Tried different suggestions none worked. all the app.config files got the assembly binding too. Please advise.
<dependentAssembly><assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" /></dependentAssembly>