Skip to content

Commit d2d0250

Browse files
committed
Restoring .csproj and .packages files
1 parent 50b4ee5 commit d2d0250

File tree

18 files changed

+40
-51
lines changed

18 files changed

+40
-51
lines changed

src/Common/Commands.Common/Commands.Common.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.0.11.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
107107
<Private>True</Private>
108108
</Reference>
109-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
110-
<HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
109+
<Reference Include="Newtonsoft.Json">
110+
<HintPath>..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
111111
<Private>True</Private>
112112
</Reference>
113113
<Reference Include="System" />
@@ -183,7 +183,6 @@
183183
</EmbeddedResource>
184184
</ItemGroup>
185185
<ItemGroup>
186-
<None Include="app.config" />
187186
<None Include="packages.config">
188187
<SubType>Designer</SubType>
189188
</None>

src/Common/Commands.Common/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1616
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
1717
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
18-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
18+
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
1919
</packages>

src/ResourceManager/Common/Commands.ResourceManager.Common/Commands.ResourceManager.Common.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.0.11.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
101101
<Private>True</Private>
102102
</Reference>
103-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
104-
<HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
103+
<Reference Include="Newtonsoft.Json">
104+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
105105
<Private>True</Private>
106106
</Reference>
107107
<Reference Include="System" />
@@ -276,7 +276,6 @@
276276
<DependentUpon>Resources.resx</DependentUpon>
277277
</Compile>
278278
<Compile Include="RPRegistrationDelegatingHandler.cs" />
279-
<None Include="app.config" />
280279
<None Include="MSSharedLibKey.snk" />
281280
<None Include="packages.config">
282281
<SubType>Designer</SubType>

src/ResourceManager/Common/Commands.ResourceManager.Common/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1515
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
1616
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
17-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
17+
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
1818
</packages>

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Commands.ScenarioTests.ResourceManager.Common.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
<Reference Include="Microsoft.WindowsAzure.Management">
9999
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
100100
</Reference>
101-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
102-
<HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
103-
<Private>True</Private>
101+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
102+
<SpecificVersion>False</SpecificVersion>
103+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
104104
</Reference>
105105
<Reference Include="System" />
106106
<Reference Include="System.Core" />

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1616
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
1717
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
18-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
18+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
1919
<package id="xunit" version="1.9.2" targetFramework="net45" />
2020
<package id="xunit.extensions" version="1.9.2" targetFramework="net45" />
2121
<package id="xunit.runner.console" version="2.0.0" targetFramework="net45" />

src/ResourceManager/Profile/Commands.Profile/Commands.Profile.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
</Reference>
6767
<Reference Include="Microsoft.Build" />
6868
<Reference Include="Microsoft.Build.Framework" />
69-
<Reference Include="Microsoft.CSharp" />
7069
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.18.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7170
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.18.206251556\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
7271
<Private>True</Private>
@@ -103,9 +102,9 @@
103102
<SpecificVersion>False</SpecificVersion>
104103
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
105104
</Reference>
106-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
107-
<HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
108-
<Private>True</Private>
105+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
106+
<SpecificVersion>False</SpecificVersion>
107+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
109108
</Reference>
110109
<Reference Include="System" />
111110
<Reference Include="System.ComponentModel.DataAnnotations" />
@@ -175,7 +174,6 @@
175174
<Link>CheckVersions.ps1</Link>
176175
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
177176
</None>
178-
<None Include="app.config" />
179177
<None Include="AzureRmProfileStartup.ps1">
180178
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
181179
</None>

src/ResourceManager/Profile/Commands.Profile/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1414
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
1515
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
16-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
16+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
1717
</packages>

src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Commands.Resources.Rest.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<OutputPath>..\..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
25-
<WarningLevel>0</WarningLevel>
25+
<WarningLevel>4</WarningLevel>
2626
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2727
<Prefer32Bit>false</Prefer32Bit>
2828
</PropertyGroup>
@@ -58,7 +58,6 @@
5858
<SpecificVersion>False</SpecificVersion>
5959
<HintPath>..\..\..\..\packages\Microsoft.Azure.Common.Authentication.1.5.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
6060
</Reference>
61-
<Reference Include="Microsoft.CSharp" />
6261
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.18.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6362
<HintPath>..\..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.18.206251556\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
6463
<Private>True</Private>
@@ -75,9 +74,9 @@
7574
<HintPath>..\..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.0.11.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
7675
<Private>True</Private>
7776
</Reference>
78-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
79-
<HintPath>..\..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
80-
<Private>True</Private>
77+
<Reference Include="Newtonsoft.Json">
78+
<SpecificVersion>False</SpecificVersion>
79+
<HintPath>..\..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
8180
</Reference>
8281
<Reference Include="System" />
8382
<Reference Include="System.Core" />
@@ -87,7 +86,6 @@
8786
</Reference>
8887
<Reference Include="System.Net" />
8988
<Reference Include="System.Net.Http" />
90-
<Reference Include="System.Net.Http.WebRequest" />
9189
<Reference Include="System.Runtime.Caching" />
9290
<Reference Include="System.Xml" />
9391
</ItemGroup>
@@ -188,7 +186,6 @@
188186
<Link>AzureRM.Resources.psd1</Link>
189187
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
190188
</None>
191-
<None Include="app.config" />
192189
<None Include="MSSharedLibKey.snk" />
193190
<None Include="packages.config">
194191
<SubType>Designer</SubType>

src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net45" />
1212
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1313
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
14-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
14+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
1515
<package id="System.Management.Automation_PowerShell_3.0" version="6.3.9600.17400" targetFramework="net45" />
1616
</packages>

src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@
107107
<Reference Include="Microsoft.WindowsAzure.Management">
108108
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
109109
</Reference>
110-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
111-
<HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
112-
<Private>True</Private>
110+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
111+
<SpecificVersion>False</SpecificVersion>
112+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
113113
</Reference>
114114
<Reference Include="System" />
115115
<Reference Include="System.Core" />
@@ -269,7 +269,6 @@
269269
<Link>AzureRM.Resources.psd1</Link>
270270
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
271271
</None>
272-
<None Include="app.config" />
273272
<None Include="ResourceManagerStartup.ps1">
274273
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
275274
</None>

src/ResourceManager/Resources/Commands.Resources/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1717
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
1818
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
19-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
19+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2020
</packages>

src/ResourceManager/Tags/Commands.Tags/Commands.Tags.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@
9696
<Reference Include="Microsoft.WindowsAzure.Management">
9797
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
9898
</Reference>
99-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
100-
<HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
101-
<Private>True</Private>
99+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
100+
<SpecificVersion>False</SpecificVersion>
101+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
102102
</Reference>
103103
<Reference Include="System" />
104104
<Reference Include="System.Core" />
@@ -133,7 +133,6 @@
133133
<Link>AzureRM.Tags.psd1</Link>
134134
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
135135
</None>
136-
<None Include="app.config" />
137136
<None Include="MSSharedLibKey.snk" />
138137
<None Include="packages.config" />
139138
</ItemGroup>

src/ResourceManager/Tags/Commands.Tags/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1414
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
1515
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
16-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
16+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
1717
</packages>

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
6464
<Private>True</Private>
6565
</Reference>
66-
<Reference Include="Microsoft.Azure.Management.Websites, Version=1.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Websites.1.0.1-preview\lib\net45\Microsoft.Azure.Management.Websites.dll</HintPath>
66+
<Reference Include="Microsoft.Azure.Management.Websites, Version=1.0.0.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Websites.1.0.2-preview\lib\net45\Microsoft.Azure.Management.Websites.dll</HintPath>
6868
<Private>True</Private>
6969
</Reference>
7070
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -109,8 +109,8 @@
109109
<Reference Include="Moq">
110110
<HintPath>..\..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
111111
</Reference>
112-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
113-
<HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
112+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
113+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
114114
<Private>True</Private>
115115
</Reference>
116116
<Reference Include="System" />
@@ -129,7 +129,6 @@
129129
</Reference>
130130
<Reference Include="System.Net.Http.WebRequest" />
131131
<Reference Include="System.Runtime.Serialization" />
132-
<Reference Include="System.Xml" />
133132
<Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
134133
<HintPath>..\..\..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
135134
<Private>True</Private>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
88
<package id="Microsoft.Azure.Management.Authorization" version="1.0.2" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.Resources" version="2.18.11-preview" targetFramework="net45" />
10-
<package id="Microsoft.Azure.Management.Websites" version="1.0.1-preview" targetFramework="net45" />
10+
<package id="Microsoft.Azure.Management.Websites" version="1.0.2-preview" targetFramework="net45" />
1111
<package id="Microsoft.Azure.Test.Framework" version="1.0.5799.28345-prerelease" targetFramework="net45" />
1212
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.4.0-preview" targetFramework="net45" />
1313
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" />
@@ -20,7 +20,7 @@
2020
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
2121
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.0.0-preview" targetFramework="net45" />
2222
<package id="Moq" version="4.2.1402.2112" targetFramework="net45" />
23-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
23+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2424
<package id="xunit" version="1.9.2" targetFramework="net45" />
2525
<package id="xunit.extensions" version="1.9.2" targetFramework="net45" />
2626
<package id="xunit.runner.visualstudio" version="2.1.0-beta4-build1109" targetFramework="net45" />

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
7575
<Private>True</Private>
7676
</Reference>
77-
<Reference Include="Microsoft.Azure.Management.Websites, Version=1.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Websites.1.0.1-preview\lib\net45\Microsoft.Azure.Management.Websites.dll</HintPath>
77+
<Reference Include="Microsoft.Azure.Management.Websites, Version=1.0.0.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Websites.1.0.2-preview\lib\net45\Microsoft.Azure.Management.Websites.dll</HintPath>
7979
<Private>True</Private>
8080
</Reference>
8181
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -116,9 +116,9 @@
116116
<SpecificVersion>False</SpecificVersion>
117117
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
118118
</Reference>
119-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
120-
<HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
121-
<Private>True</Private>
119+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
120+
<SpecificVersion>False</SpecificVersion>
121+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
122122
</Reference>
123123
<Reference Include="System" />
124124
<Reference Include="System.Core" />
@@ -194,7 +194,6 @@
194194
<Link>AzureRM.Websites.psd1</Link>
195195
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
196196
</None>
197-
<None Include="app.config" />
198197
<None Include="MSSharedLibKey.snk" />
199198
<None Include="packages.config">
200199
<SubType>Designer</SubType>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<package id="Microsoft.Azure.Graph.RBAC" version="1.7.0-preview" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.Authorization" version="1.0.2" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Management.Resources" version="2.18.11-preview" targetFramework="net45" />
11-
<package id="Microsoft.Azure.Management.Websites" version="1.0.1-preview" targetFramework="net45" />
11+
<package id="Microsoft.Azure.Management.Websites" version="1.0.2-preview" targetFramework="net45" />
1212
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
1313
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
1414
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
@@ -17,5 +17,5 @@
1717
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1818
<package id="Microsoft.Rest.ClientRuntime.Azure" version="2.5.4" targetFramework="net45" />
1919
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
20-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
20+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2121
</packages>

0 commit comments

Comments
 (0)