Skip to content

Commit 8333850

Browse files
committed
+Network DLL
1 parent 2a1e61f commit 8333850

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Commands.ServiceManagement.Preview.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
<SpecificVersion>False</SpecificVersion>
8787
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.18.11-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>
8888
</Reference>
89+
<Reference Include="Microsoft.Azure.Management.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
90+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.3.1.0-preview\lib\net45\Microsoft.Azure.Management.Network.dll</HintPath>
91+
<Private>True</Private>
92+
</Reference>
8993
<Reference Include="Microsoft.Data.Edm">
9094
<SpecificVersion>False</SpecificVersion>
9195
<HintPath>..\..\..\packages\Microsoft.Data.Edm.5.6.4\lib\net40\Microsoft.Data.Edm.dll</HintPath>
@@ -110,6 +114,10 @@
110114
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.1.8.2\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
111115
<Private>True</Private>
112116
</Reference>
117+
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
118+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.2.5.4\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
119+
<Private>True</Private>
120+
</Reference>
113121
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication">
114122
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.0.11.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
115123
<Private>True</Private>

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/packages.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<package id="Microsoft.Azure.Common.Authentication" version="1.6.1-preview" targetFramework="net45" />
77
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
88
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
9+
<package id="Microsoft.Azure.Management.Network" version="3.1.0-preview" targetFramework="net45" />
910
<package id="Microsoft.Azure.Management.Resources" version="2.18.11-preview" targetFramework="net45" />
1011
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
1112
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
@@ -16,6 +17,7 @@
1617
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.18.206251556" targetFramework="net45" />
1718
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1819
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
20+
<package id="Microsoft.Rest.ClientRuntime.Azure" version="2.5.4" targetFramework="net45" />
1921
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
2022
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2123
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />

0 commit comments

Comments
 (0)