开发者

System.Web.MVC.dll still references Beta version

开发者 https://www.devze.com 2023-01-08 20:59 出处:网络
I\'m running a build of my solution from a different computer (build machine), and found out that开发者_开发技巧 that system is still referencing the Beta version of System.Web.MVC.dll. How can I get

I'm running a build of my solution from a different computer (build machine), and found out that开发者_开发技巧 that system is still referencing the Beta version of System.Web.MVC.dll. How can I get it to reference the 1.0 version of the dll?


I think, you need to specify explicit dll version in config to resolve this issue


Can you edit the project csproj? In VS, right-click > Unload Project, right-click again > Edit {project}.csproj then find the References section. See what it's referencing.

0

精彩评论

暂无评论...
验证码 换一张
取 消