Skip to content

Commit 1f11607

Browse files
committed
Updating Insights package
1 parent 59dcb6a commit 1f11607

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

src/ResourceManager/Insights/Commands.Insights/Commands.Insights.csproj

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,29 @@
5050
<SpecificVersion>False</SpecificVersion>
5151
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.0.1\lib\net45\Microsoft.Azure.Common.dll</HintPath>
5252
</Reference>
53+
<Reference Include="Microsoft.Azure.Common.Extensions, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54+
<SpecificVersion>False</SpecificVersion>
55+
<HintPath>..\..\..\packages\Microsoft.Azure.Common.Extensions.0.14.0-preview\lib\net45\Microsoft.Azure.Common.Extensions.dll</HintPath>
56+
</Reference>
5357
<Reference Include="Microsoft.Azure.Common.NetFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5458
<SpecificVersion>False</SpecificVersion>
5559
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.0.1\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
5660
</Reference>
5761
<Reference Include="Microsoft.Azure.Insights">
5862
<HintPath>..\..\..\packages\Microsoft.Azure.Insights.0.6.0-preview\lib\net45\Microsoft.Azure.Insights.dll</HintPath>
5963
</Reference>
60-
<Reference Include="Microsoft.Azure.Common.Extensions">
61-
<SpecificVersion>False</SpecificVersion>
62-
<HintPath>..\..\..\packages\Microsoft.Azure.Common.Extensions.0.13.0-preview\lib\net45\Microsoft.Azure.Common.Extensions.dll</HintPath>
63-
</Reference>
6464
<Reference Include="Microsoft.Azure.ResourceManager">
6565
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.12.0-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>
6666
</Reference>
67+
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory">
68+
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.11.10918.1222\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
69+
</Reference>
70+
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms">
71+
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.11.10918.1222\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
72+
</Reference>
73+
<Reference Include="Microsoft.WindowsAzure.Management">
74+
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.0.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
75+
</Reference>
6776
<Reference Include="System" />
6877
<Reference Include="System.Core" />
6978
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />

src/ResourceManager/Insights/Commands.Insights/packages.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
<package id="Hyak.Common" version="1.0.1" targetFramework="net45" />
44
<package id="Microsoft.Azure.Common" version="2.0.1" targetFramework="net45" />
55
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
6+
<package id="Microsoft.Azure.Common.Extensions" version="0.14.0-preview" targetFramework="net45" />
67
<package id="Microsoft.Azure.Insights" version="0.6.0-preview" targetFramework="net45" />
78
<package id="Microsoft.Azure.Management.Resources" version="2.12.0-preview" targetFramework="net45" />
89
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
910
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
1011
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
12+
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.11.10918.1222" targetFramework="net45" />
1113
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
14+
<package id="Microsoft.WindowsAzure.Management" version="4.0.1" targetFramework="net45" />
1215
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
1316
</packages>

0 commit comments

Comments
 (0)