Skip to content

Commit 8736650

Browse files
author
Maddie Clayton
authored
Merge pull request #8999 from maddieclayton/updateac
Update common version
2 parents 43bf220 + 4ef5bf9 commit 8736650

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
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.1.18-preview"/>
7-
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.1.18-preview"/>
8-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Authorization" Version="1.1.18-preview"/>
9-
<PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.1.18-preview"/>
10-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Compute" Version="1.1.18-preview"/>
11-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Graph.Rbac" Version="1.1.18-preview"/>
12-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.KeyVault" Version="1.1.18-preview"/>
13-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Network" Version="1.1.18-preview"/>
14-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.ResourceManager" Version="1.1.18-preview"/>
15-
<PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.1.18-preview"/>
16-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Storage.Management" Version="1.1.18-preview"/>
17-
<PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.1.18-preview"/>
18-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.1.18-preview"/>
6+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Aks" Version="1.1.19-preview"/>
7+
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.1.19-preview"/>
8+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Authorization" Version="1.1.19-preview"/>
9+
<PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.1.19-preview"/>
10+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Compute" Version="1.1.19-preview"/>
11+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Graph.Rbac" Version="1.1.19-preview"/>
12+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.KeyVault" Version="1.1.19-preview"/>
13+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Network" Version="1.1.19-preview"/>
14+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.ResourceManager" Version="1.1.19-preview"/>
15+
<PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.1.19-preview"/>
16+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Storage.Management" Version="1.1.19-preview"/>
17+
<PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.1.19-preview"/>
18+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.1.19-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.1.18-preview\tools\</StorageToolsPath>
33+
<StorageToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.storage\1.1.19-preview\tools\</StorageToolsPath>
3434
</PropertyGroup>
3535
<ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
3636
<PackageReference Include="Newtonsoft.Json" Version="10.0.3"/>

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.1.18-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
40+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.1.19-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.1.18-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
61+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.1.19-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.1.18-preview" targetFramework="net452" />
9-
<package id="Microsoft.Azure.PowerShell.Common" version="1.1.18-preview" targetFramework="net452" />
8+
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.1.19-preview" targetFramework="net452" />
9+
<package id="Microsoft.Azure.PowerShell.Common" version="1.1.19-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.1.18-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
40+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.1.19-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.1.18-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
61+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.1.19-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.1.18-preview" targetFramework="net452" />
9-
<package id="Microsoft.Azure.PowerShell.Common" version="1.1.18-preview" targetFramework="net452" />
8+
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.1.19-preview" targetFramework="net452" />
9+
<package id="Microsoft.Azure.PowerShell.Common" version="1.1.19-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" />

0 commit comments

Comments
 (0)