简体   繁体   中英

Binding redirects in .NET 6

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM