Skip to content

Commit b2ee4b0

Browse files
committed
Undo unnecessary changes
1 parent ab841c3 commit b2ee4b0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
<SpecificVersion>False</SpecificVersion>
9494
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
9595
</Reference>
96+
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.2.9-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
98+
<Private>True</Private>
99+
</Reference>
96100
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms, Version=2.28.3.860, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97101
<SpecificVersion>False</SpecificVersion>
98102
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>

src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<package id="Microsoft.Data.Services.Client" version="5.6.4" targetFramework="net45" />
2020
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" />
2121
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
22-
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
22+
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.2.9-preview" targetFramework="net45" />
23+
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.5.0-preview" targetFramework="net45" /> <package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2324
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />
2425
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2526
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />

0 commit comments

Comments
 (0)