根据冲突的根本原因,解决方法可能是通过升级或重新安装 NuGet 包或 SDK 来更新磁盘上的程序集版本。 如果只想将所有包更新到最新版本,则可以从 Visual Studio 中的包管理器控制台Update-Package -reinstall运行命令。 请参阅重新安装和更新包。 但是,可能是你在磁盘上有意保存了多个版本的引用程序集,而你的项目或...
1>--- Rebuild All started: Project: ConsoleApp7, Configuration: Debug Any CPU --- 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3277: Found conflicts between different versions of the same dependent...
5): warning MSB3277: References which depend on "System.Numerics.Vectors, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [/Library/Frameworks/Mono.framework/External/xbuild-frameworks/MonoAndroid/v1.0/System.Numerics.Vectors.dll]. ...
Recently I just noticed that such conflict version assembly may cause three similar/different build warnings: msb3247, msb3276 and msb3277. The error messages are very similar, all contains words like "Found conflicts between different versions of the same dependent assembly". However, the solut...