我正在研究ASP.NET MVC 5项目。当前bootstrap.sass v4.0.0-beta
nuget软件包已安装。该项目在构建时会发出一些有关版本冲突的警告,但效果很好。
当我卸载bootstrap.sass软件包时,新的版本冲突会在build中弹出:
0>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2081,5): Warning MSB3277: Found conflicts between different versions of "Microsoft.Owin" that could not be resolved.
然后我收到500个服务器错误。我不知道这是从哪里来的。有什么建议从哪里开始寻找?