Skip to content

Commit a498ef0

Browse files
committed
Removed common dependencies
1 parent d7b9e11 commit a498ef0

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -471,25 +471,13 @@
471471
<HintPath>..\..\..\packages\Microsoft.Data.Services.Client.5.8.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
472472
<Private>True</Private>
473473
</Reference>
474-
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
475-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.10\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
476-
<Private>True</Private>
477-
</Reference>
478-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
479-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.10\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
480-
<Private>True</Private>
481-
</Reference>
482474
<Reference Include="Microsoft.WindowsAzure.Management.Storage">
483475
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Storage.5.1.1\lib\net40\Microsoft.WindowsAzure.Management.Storage.dll</HintPath>
484476
</Reference>
485477
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
486478
<HintPath>..\..\..\packages\WindowsAzure.Storage.8.1.1\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
487479
<Private>True</Private>
488480
</Reference>
489-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
490-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
491-
<Private>True</Private>
492-
</Reference>
493481
<Reference Include="System.Configuration.Install" />
494482
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
495483
<SpecificVersion>False</SpecificVersion>

src/ResourceManager/Sql/Commands.Sql/packages.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
44
<package id="Microsoft.Azure.Management.Sql" version="1.10.0-preview" targetFramework="net452" />
55
<package id="Microsoft.Azure.Management.Storage" version="2.4.0-preview" targetFramework="net45" />
6-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.10" targetFramework="net452" />
7-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.10" targetFramework="net452" />
8-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
96
<package id="WindowsAzure.Storage" version="8.1.1" targetFramework="net452" />
107
</packages>

0 commit comments

Comments
 (0)