简体   繁体   中英

Nuget does not update to lastest version in project

I use the Nuget package manager in VS and for some reason, the Version in Nuget is not updating the dll in my project. In the below image, you can see I have the latest version from Nuget, but the version in my project is incorrect. How can I resolve this?

在此处输入图片说明

Looking at the path in the Properties window it seems to be finding log4net in the GAC and not from the NuGet package. I would remove log4net from the GAC. Visual Studio should then use log4net from the packages directory.

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