Skip to content

Commit 1c5b0e9

Browse files
committed
Fixing package includes.
1 parent a28895f commit 1c5b0e9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

src/ResourceManager/MachineLearning/Commands.MachineLearning.Test/Commands.MachineLearning.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
62-
<Reference Include="..\..\..\packages\Microsoft.Azure.Management.MachineLearning.0.9.4-preview\lib\net45\Microsoft.Azure.Management.MachineLearning.dll">
62+
<Reference Include="..\..\..\packages\Microsoft.Azure.Management.MachineLearning.0.9.5-preview\lib\net45\Microsoft.Azure.Management.MachineLearning.dll">
6363
<Name>Microsoft.Azure.Management.MachineLearning</Name>
6464
<Private>True</Private>
6565
</Reference>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
77
<package id="Microsoft.Azure.Management.Authorization" version="1.0.2" targetFramework="net45" />
88
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
9-
<package id="Microsoft.Azure.Management.MachineLearning" version="0.9.3-preview" />
9+
<package id="Microsoft.Azure.Management.MachineLearning" version="0.9.5-preview" />
1010
<package id="Microsoft.Azure.Management.Storage" version="3.0.0" targetFramework="net45" />
1111
<package id="Microsoft.Azure.Test.Framework" version="1.0.6052.28118-prerelease" targetFramework="net45" />
1212
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net45" />

src/ResourceManager/MachineLearning/Commands.MachineLearning/Commands.MachineLearning.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
<Prefer32Bit>false</Prefer32Bit>
4848
</PropertyGroup>
4949
<ItemGroup>
50-
<Reference Include="..\..\..\packages\Microsoft.Azure.Management.MachineLearning.0.9.4-preview\lib\net45\Microsoft.Azure.Management.MachineLearning.dll">
51-
<Name>Microsoft.Azure.Management.MachineLearning</Name>
52-
<Private>True</Private>
53-
</Reference>
5450
<Reference Include="Hyak.Common">
5551
<HintPath>..\..\..\packages\Hyak.Common.1.0.3\lib\net45\Hyak.Common.dll</HintPath>
5652
</Reference>
@@ -62,6 +58,10 @@
6258
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
6359
<Private>True</Private>
6460
</Reference>
61+
<Reference Include="Microsoft.Azure.Management.MachineLearning, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.MachineLearning.0.9.5-preview\lib\net45\Microsoft.Azure.Management.MachineLearning.dll</HintPath>
63+
<Private>True</Private>
64+
</Reference>
6565
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6666
<SpecificVersion>False</SpecificVersion>
6767
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.2\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>

src/ResourceManager/MachineLearning/Commands.MachineLearning/Utilities/WebServicesClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using System.Collections.Generic;
15+
using System.Linq;
1616
using System.Threading;
1717
using System.Threading.Tasks;
1818
using Microsoft.Azure.Commands.Common.Authentication;

src/ResourceManager/MachineLearning/Commands.MachineLearning/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
55
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
66
<package id="Microsoft.Azure.Management.Authorization" version="1.0.2" targetFramework="net45" />
7+
<package id="Microsoft.Azure.Management.MachineLearning" version="0.9.5-preview" targetFramework="net45" />
78
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
89
<package id="Microsoft.Rest.ClientRuntime" version="2.3.2" targetFramework="net45" />
910
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.2" targetFramework="net45" />
1011
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.2.8-preview" targetFramework="net45" />
1112
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
12-
<package id="Microsoft.Azure.Management.MachineLearning" version="0.9.4-preview" />
13-
</packages>
13+
</packages>

0 commit comments

Comments
 (0)