Skip to content

Commit 6964d17

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

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
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" />
5057
</ItemGroup>
5158
<ItemGroup>
5259
<Compile Include="ScenarioTests\AppServicePlanTests.cs" />
@@ -58,6 +65,7 @@
5865
<Compile Include="Properties\AssemblyInfo.cs" />
5966
</ItemGroup>
6067
<ItemGroup>
68+
<None Include="app.config" />
6169
<None Include="MSSharedLibKey.snk" />
6270
<None Include="packages.config">
6371
<SubType>Designer</SubType>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
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" />
1719
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.5.0-preview" targetFramework="net45" />
1820
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />
1921
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />

0 commit comments

Comments
 (0)