'BindingRedirects in .net 6
I have been trying to fix version conflicts in my .net6 console project. I fail to find a way like app.config's BindingRedirect or CodeBase whiuch were in .Net Framework.
Is there a BindingRedirect/CodeBase in .net 6? If not, how do I fix assembly version problems?
Solution 1:[1]
I just faced a similar (or same, depending on your concrete case) problem and was able to solve it.
Maybe, my Answer to my own question solves your problem.
Solution 2:[2]
To update the version in console application you can go to Explorer project files Project => properties => AssemblyInfo.cs enter image description here
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Ildrial |
Solution 2 | mohammed |