When I trying to build my solution, it failed with the following error message:1
2Found conflicts between different versions of the same dependent assembly that could not be resolved.
These reference conflicts are listed in the build log when log verbosity is set to detailed.
Here is the way to set the log verbosity to detailed
in visual studio.
- Go to
Tools
->Options
menu in VS - Open
Projects and Solutions
->Build and Run
- Change the value of the MSBuild project build output verbosity. Pick one from
Quiet
,Minimal
,Normal
,Detailed
andDiagnostic
Check the output window(Ctrl+Alt+O
) in VS to see the changes in the build log.
In the Build Output, you will see which dependent has the version conflication.
赏
使用支付宝打赏
使用微信打赏
若你觉得我的文章对你有帮助,欢迎点击上方按钮对我打赏
扫描二维码,分享此文章