Skip to content

Commit 12788c0

Browse files
author
Nicholas King
committed
Revert "Update WebSites projects to use v2.0.0 WebSites Management SDK. Fix build errors from breaking changes. Re-record backup tests."
This reverts commit 6964d17.
1 parent cf9eb4f commit 12788c0

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@
4747
<Reference Include="Microsoft.Azure.Management.Websites, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4848
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Websites.2.0.0\lib\net452\Microsoft.Azure.Management.Websites.dll</HintPath>
4949
</Reference>
50-
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.12\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
52-
</Reference>
53-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.15\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
55-
</Reference>
56-
<Reference Include="System.Runtime" />
5750
</ItemGroup>
5851
<ItemGroup>
5952
<Compile Include="ScenarioTests\AppServicePlanTests.cs" />

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
1515
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" />
1616
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net45" />
17-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.12" targetFramework="net452" />
18-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.15" targetFramework="net452" />
1917
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.5.0-preview" targetFramework="net45" />
2018
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />
2119
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />

0 commit comments

Comments
 (0)