Skip to content

Commit 350b87e

Browse files
committed
Update based on feedback
1 parent 77f08a5 commit 350b87e

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/ResourceManager/DevTestLabs/Commands.DevTestLabs.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.3.1" targetFramework="net452" />
2121
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.7.1" targetFramework="net452" />
2222
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />
23-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
23+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2424
<package id="xunit" version="2.1.0" targetFramework="net45" />
2525
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
2626
<package id="xunit.assert" version="2.1.0" targetFramework="net45" />

src/ResourceManager/DevTestLabs/Commands.DevTestLabs/Commands.DevTestLabs.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@
112112
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
113113
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.7\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
114114
</Reference>
115-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
116-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.2.12\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
117-
</Reference>
118115
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
119116
<SpecificVersion>False</SpecificVersion>
120117
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>

src/ResourceManager/DevTestLabs/Commands.DevTestLabs/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1313
<package id="Microsoft.Rest.ClientRuntime" version="2.3.8" targetFramework="net452" />
1414
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.7" targetFramework="net452" />
15-
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.2.12" targetFramework="net452" />
1615
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
1716
</packages>

0 commit comments

Comments
 (0)