从this github repo克隆了azure-sdk-for-net,并且无法在VS 2013 Update 3中编译源代码。我首先尝试通过" Restore"来恢复NuGet包。 IDE中的按钮,但收到此消息:"尝试恢复软件包时出错:Unbale to find veriosn' 1.0.5400.37276-prerelease'包装' Hyak.Generator'。
我还使用以下命令尝试了PM控制台,Install-Package Microsoft.WindowsAzure.Management.Libraries -IncludePrerelease。可以找到此命令和其他指令here.该命令导致以下日志:
每个包都由其所有者许可给您。微软不是 对第三方负责,也不授予任何许可 包。某些包可能包含受其约束的依赖项 额外许可证。按照包源(feed)URL确定 任何依赖。
程序包管理器控制台主机版本2.8.50313.46
键入' get-help NuGet'查看所有可用的NuGet命令。
PM>安装包Microsoft.WindowsAzure.Management.Libraries -IncludePrerelease尝试解决依赖关系&Microsoft.WindowsAzure.Common(≥1.3.0&&< 2.0)'。试图 解决依赖' Microsoft.WindowsAzure.Common.Dependencies(≥ 1.1.0)&#39 ;.试图解决依赖性Microsoft.WindowsAzure.Management(≥2.0.0)'。试图解决 依赖' Microsoft.WindowsAzure.Management.Compute(≥5.0.0)'。 试图解决依赖 ' Microsoft.WindowsAzure.Management.MediaServices(≥2.0.0)'。 试图解决依赖 ' Microsoft.WindowsAzure.Management.Monitoring(≥1.0.0)'。尝试 解决依赖' Microsoft.WindowsAzure.Management.Network(≥ 3.0.0)&#39 ;.试图解决依赖关系&Microsoft.WindowsAzure.Management.Scheduler(≥3.0.0)'。试图 解决依赖性' Microsoft.WindowsAzure.Management.Sql(≥3.0.0)'。 试图解决依赖 ' Microsoft.WindowsAzure.Management.Storage(≥3.0.0)'。试图 解决依赖性问题Microsoft.WindowsAzure.Management.WebSites(≥ 3.0.0)&#39 ;.安装' Microsoft.WindowsAzure.Common.Dependencies 1.1.0'。已成功安装' Microsoft.WindowsAzure.Common.Dependencies 1.1.0'。安装 ' Microsoft.WindowsAzure.Common 1.3.0'。你正在下载 来自微软的Microsoft.WindowsAzure.Common,许可协议 可在http://aka.ms/windowsazureapache2获取。检查 用于附加依赖项的包,可能与它们一起提供 许可协议。您对包和依赖项的使用 构成您接受其许可协议。如果你不 接受许可协议,然后删除相关组件 从您的设备。成功安装 ' Microsoft.WindowsAzure.Common 1.3.0'。安装 ' Microsoft.WindowsAzure.Management 2.0.0'。成功安装 ' Microsoft.WindowsAzure.Management 2.0.0'。安装 ' Microsoft.WindowsAzure.Management.Compute 5.0.0'。顺利 安装' Microsoft.WindowsAzure.Management.Compute 5.0.0'。 安装' Microsoft.WindowsAzure.Management.MediaServices 2.0.0'。 成功安装 ' Microsoft.WindowsAzure.Management.MediaServices 2.0.0'。安装 ' Microsoft.WindowsAzure.Management.Monitoring 1.0.0'。顺利 安装' Microsoft.WindowsAzure.Management.Monitoring 1.0.0'。 安装' Microsoft.WindowsAzure.Management.Network 3.0.0'。 已成功安装' Microsoft.WindowsAzure.Management.Network 3.0.0&#39 ;.安装' Microsoft.WindowsAzure.Management.Scheduler 3.0.0'。已成功安装' Microsoft.WindowsAzure.Management.Scheduler 3.0.0'。安装 ' Microsoft.WindowsAzure.Management.Sql 3.0.0'。成功安装 ' Microsoft.WindowsAzure.Management.Sql 3.0.0'。安装 ' Microsoft.WindowsAzure.Management.Storage 3.0.0'。顺利 安装' Microsoft.WindowsAzure.Management.Storage 3.0.0'。 安装' Microsoft.WindowsAzure.Management.WebSites 3.0.0'。 已成功安装' Microsoft.WindowsAzure.Management.WebSites 3.0.0&#39 ;.安装' Microsoft.WindowsAzure.Management.Libraries 2.0.0'。已成功安装' Microsoft.WindowsAzure.Management.Libraries 2.0.0'。添加 ' Microsoft.WindowsAzure.Common.Dependencies 1.1.0'至 WebSiteManagement。成功添加 ' Microsoft.WindowsAzure.Common.Dependencies 1.1.0'至 WebSiteManagement。添加' Microsoft.WindowsAzure.Common 1.3.0'至 WebSiteManagement。卸载' Microsoft.WindowsAzure.Common 1.3.0'。 已成功卸载Microsoft.WindowsAzure.Common 1.3.0'。 安装失败。回滚...安装包:无法安装 package' Microsoft.WindowsAzure.Common 1.3.0'。你正试图 将此包安装到目标项目中 ' portable-net403 + win + wpa81',但该包不包含任何内容 程序集引用或与之兼容的内容文件 框架。有关更多信息,请与软件包作者联系。在线:1 焦炭:1 + Install-Package Microsoft.WindowsAzure.Management.Libraries -IncludePrerelease + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo:NotSpecified:(:) [Install-Package],InvalidOperationException + FullyQualifiedErrorId:NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand PM>
提前致谢!
答案 0 :(得分:2)
如果您仍然看到此错误,请从回购中提取最新版本。