简体   繁体   中英

Can't restore Nuget package

I have a solution with 10 projects, all using different versions of Newtonsoft.JSON dll stored locally on the system. Now that I need to use a Nuget package and do restore Nuget package, I get this error: 错误

I am unable to restore any nuget package.

11.0.0 isn't a valid version for Newtonsoft.Json. Pick a valid version to restore with. https://www.nuget.org/packages/Newtonsoft.Json

There is no version 11.0.0 for Newtonsoft.Json available.

Try finding that package in your packages.config file and change the version 11.0.1

packages.config

Newtonsoft配置

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