Skip to content

Commit 3c5df18

Browse files
committed
Removing the newly added non websites references, since these will be available via common targets
1 parent d21a70d commit 3c5df18

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +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.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.15\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
52-
</Reference>
53-
<Reference Include="System.Runtime" />
5450
</ItemGroup>
5551
<ItemGroup>
5652
<Compile Include="ScenarioTests\AppServicePlanTests.cs" />

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@
157157
<Reference Include="Microsoft.Azure.Management.Websites, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
158158
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Websites.2.0.0\lib\net452\Microsoft.Azure.Management.Websites.dll</HintPath>
159159
</Reference>
160-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
161-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.15\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
162-
</Reference>
163-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
164160
</ItemGroup>
165161
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
166162
<Target Name="AfterBuild">

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
<packages>
33
<package id="Microsoft.Azure.Management.Storage" version="3.0.0" targetFramework="net45" />
44
<package id="Microsoft.Azure.Management.Websites" version="2.0.0" targetFramework="net452" />
5-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.12" targetFramework="net452" />
6-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.15" targetFramework="net452" />
7-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
85
</packages>

0 commit comments

Comments
 (0)