【发布时间】:2016-11-21 16:41:16
【问题描述】:
我正在尝试编写一个使用 Microsoft Azure 的应用程序。我正在使用 VS2012 并安装了更新 5。我还将 NuGet 更新到了最新版本。
在我的代码中,我使用以下内容:
using Microsoft.Azure.Management.Compute;
using Microsoft.Azure.Management.Compute.Models;
using Microsoft.Azure.Management.Fluent;
using Microsoft.Azure.Management.Resource.Fluent.Authentication;
using Microsoft.Azure.Management.Resource.Fluent.Core;
当我转到包管理器时,“Microsoft.Azure.Management.Compute”安装成功,但 Fluent 和 Resource 包不会 - 它说找不到包。
有人对我缺少的东西有任何想法吗?
【问题讨论】:
-
我现在已经在另一台装有 Visual Studio 2016 和 .Net 4.6.2 的机器上尝试过了,但也遇到了同样的问题。
标签: azure visual-studio-2012 nuget