Binding redirects in .NET 6

3.5k Views Asked by At

I have been trying to fix version conflicts in my .NET 6 console project. I fail to find a way like app.config's BindingRedirect or CodeBase, which worked for this case in .NET Framework.

Is there a BindingRedirect/CodeBase or an alternative in .NET 6? How do I fix assembly version problems?

1

There are 1 best solutions below

0
mohammed On

To update the version in console application you can go to Explorer project files Project => properties => AssemblyInfo.cs

enter image description here