dotnet assembly binding redirects

Jonas Samuelsson - Sep 14 '22 - - Dev Community

In order to add the correct assmbly binding redirects in full framework projects, add this project setting.

<PropertyGroup>
   <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
Enter fullscreen mode Exit fullscreen mode

Then do a clean / rebuild with warnings enabled and double click the related warning.

. . . . . . . . . . . . . . . .
Terabox Video Player