我正在嘗試編寫使用Microsoft Azure的應用程序。我正在使用VS2012並安裝了更新版本5.我還將NuGet更新爲最新版本。適用於Microsoft.Azure包的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」安裝成功,但流利和資源包不會 - 它說它無法找到軟件包。
有沒有人有任何想法我失蹤?
我現在已經在具有Visual Studio 2016和.Net 4.6.2的另一臺機器上嘗試了此操作,並且遇到同樣的問題。 – John