Skip to content

Commit d4bd842

Browse files
committed
Incorporate code review comments
1 parent e76e76b commit d4bd842

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/ResourceManager/Network/Commands.Network/Commands.Network.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@
6060
<Reference Include="Microsoft.Azure.Management.Network, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6161
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.18.0.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
6262
</Reference>
63-
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
64-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
65-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
6663
</ItemGroup>
6764
<ItemGroup>
6865
<Compile Include="ApplicationGateway\ApplicationGatewayBaseCmdlet.cs" />

src/ResourceManager/Network/Commands.Network/packages.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@
33
<package id="AutoMapper" version="6.0.2" targetFramework="net452" />
44
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
55
<package id="Microsoft.Azure.Management.Network" version="18.0.0-preview" targetFramework="net452" />
6-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.11" targetFramework="net452" />
7-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.12" targetFramework="net452" />
8-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
96
</packages>

0 commit comments

Comments
 (0)