Can not install NuGet package(无法安装 NuGet 包)
问题描述
我正在尝试将 Unity 包添加到我的解决方案中,但我不断收到列出的消息:
I am trying to add the Unity package to my solution, but I keep receiving the listed message:
正在尝试解决依赖项Unity (≥ 3.5.1404.0)".
Unity"已经为CommonServiceLocator"定义了一个依赖项.
知道如何解决这个问题吗?
Any Idea how to fix this?
推荐答案
老版本的nuget会出现这个问题.更新nuget PM,2.8.50313.46是当前版本,寻找VS 2012的最新版本
This problem arises with older version of nuget. Update nuget PM, 2.8.50313.46 is current version, Look for the latest for VS 2012
这篇关于无法安装 NuGet 包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法安装 NuGet 包


基础教程推荐
- 将 XML 转换为通用列表 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01