Skip to content

Commit c8ad5ca

Browse files
author
maddieclayton
committed
update versions
1 parent 97d51b2 commit c8ad5ca

File tree

33 files changed

+26
-26
lines changed

33 files changed

+26
-26
lines changed

tools/Common.Netcore.Dependencies.targets

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<ItemGroup >
44
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.19"/>
55
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="3.3.19"/>
6-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Aks" Version="1.0.314-preview"/>
7-
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.0.314-preview"/>
8-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Authorization" Version="1.0.314-preview"/>
9-
<PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.0.314-preview"/>
10-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Compute" Version="1.0.314-preview"/>
11-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Graph.Rbac" Version="1.0.314-preview"/>
12-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.KeyVault" Version="1.0.314-preview"/>
13-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Network" Version="1.0.314-preview"/>
14-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.ResourceManager" Version="1.0.314-preview"/>
15-
<PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.0.314-preview"/>
16-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Storage.Management" Version="1.0.314-preview"/>
17-
<PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.0.314-preview"/>
18-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.0.314-preview"/>
6+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Aks" Version="1.1.8-preview"/>
7+
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.1.8-preview"/>
8+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Authorization" Version="1.1.8-preview"/>
9+
<PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.1.8-preview"/>
10+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Compute" Version="1.1.8-preview"/>
11+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Graph.Rbac" Version="1.1.8-preview"/>
12+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.KeyVault" Version="1.1.8-preview"/>
13+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Network" Version="1.1.8-preview"/>
14+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.ResourceManager" Version="1.1.8-preview"/>
15+
<PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.1.8-preview"/>
16+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Storage.Management" Version="1.1.8-preview"/>
17+
<PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.1.8-preview"/>
18+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.1.8-preview"/>
1919
</ItemGroup>
2020
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
2121
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.4.0">
@@ -30,7 +30,7 @@
3030
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All" />
3131
</ItemGroup>
3232
<PropertyGroup>
33-
<StorageToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.storage\1.0.314-preview\tools\</StorageToolsPath>
33+
<StorageToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.storage\1.1.8-preview\tools\</StorageToolsPath>
3434
</PropertyGroup>
3535
<ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
3636
<PackageReference Include="Newtonsoft.Json" Version="10.0.3"/>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

tools/RepoTasks/RepoTasks.CmdletsForTest/RepoTasks.CmdletsForTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<HintPath>..\..\..\src\packages\Microsoft.ApplicationInsights.1.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
3838
</Reference>
3939
<Reference Include="Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
40-
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.314-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
40+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.1.8-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
4141
</Reference>
4242
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4343
<HintPath>..\..\..\src\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
@@ -58,7 +58,7 @@
5858
<HintPath>..\..\..\src\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Microsoft.WindowsAzure.Commands.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61-
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.314-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
61+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.1.8-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6464
<HintPath>..\..\..\src\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>

tools/RepoTasks/RepoTasks.CmdletsForTest/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.2" targetFramework="net452" />
66
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net452" />
77
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net452" />
8-
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.0.314-preview" targetFramework="net452" />
9-
<package id="Microsoft.Azure.PowerShell.Common" version="1.0.314-preview" targetFramework="net452" />
8+
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.1.8-preview" targetFramework="net452" />
9+
<package id="Microsoft.Azure.PowerShell.Common" version="1.1.8-preview" targetFramework="net452" />
1010
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net452" />
1111
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
1212
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net452" />

tools/RepoTasks/RepoTasks.RemoteWorker/RepoTasks.RemoteWorker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<HintPath>..\..\..\src\packages\Microsoft.ApplicationInsights.1.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
3838
</Reference>
3939
<Reference Include="Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
40-
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.314-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
40+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.1.8-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
4141
</Reference>
4242
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4343
<HintPath>..\..\..\src\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
@@ -58,7 +58,7 @@
5858
<HintPath>..\..\..\src\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Microsoft.WindowsAzure.Commands.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61-
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.314-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
61+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.1.8-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6464
<HintPath>..\..\..\src\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>

tools/RepoTasks/RepoTasks.RemoteWorker/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.2" targetFramework="net452" />
66
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net452" />
77
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net452" />
8-
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.0.314-preview" targetFramework="net452" />
9-
<package id="Microsoft.Azure.PowerShell.Common" version="1.0.314-preview" targetFramework="net452" />
8+
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.1.8-preview" targetFramework="net452" />
9+
<package id="Microsoft.Azure.PowerShell.Common" version="1.1.8-preview" targetFramework="net452" />
1010
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net452" />
1111
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
1212
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net452" />

tools/StaticAnalysis/StaticAnalysis.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
<HintPath>..\..\src\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
5555
</Reference>
5656
<Reference Include="Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
57-
<HintPath>..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.314-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
57+
<HintPath>..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.1.8-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
5858
</Reference>
5959
<Reference Include="Microsoft.WindowsAzure.Commands.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60-
<HintPath>..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.314-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
60+
<HintPath>..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.1.8-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
6161
</Reference>
6262
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6363
<HintPath>..\..\src\packages\Microsoft.Rest.ClientRuntime.2.3.19\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>

tools/StaticAnalysis/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.2" targetFramework="net452" />
88
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net452" />
99
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net452" />
10-
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.0.314-preview" targetFramework="net452" />
11-
<package id="Microsoft.Azure.PowerShell.Common" version="1.0.314-preview" targetFramework="net452" />
10+
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.1.8-preview" targetFramework="net452" />
11+
<package id="Microsoft.Azure.PowerShell.Common" version="1.1.8-preview" targetFramework="net452" />
1212
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net452" />
1313
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
1414
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net452" />

0 commit comments

Comments
 (0)