Skip to content

Commit 42c81ff

Browse files
committed
Remove local feed
1 parent 082df18 commit 42c81ff

16 files changed

+16
-36
lines changed

tools/Common.Netcore.Dependencies.targets

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,21 @@
33
<ItemGroup>
44
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.20"/>
55
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="3.3.19"/>
6-
<!--
7-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Aks" Version="1.3.22-preview"/>
8-
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.3.22-preview"/>
9-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Authorization" Version="1.3.22-preview"/>
10-
<PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.3.22-preview"/>
11-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Compute" Version="1.3.22-preview"/>
12-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Graph.Rbac" Version="1.3.22-preview"/>
13-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.KeyVault" Version="1.3.22-preview"/>
14-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Monitor" Version="1.3.22-preview"/>
15-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Network" Version="1.3.22-preview"/>
16-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.PolicyInsights" Version="1.3.22-preview"/>
17-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.ResourceManager" Version="1.3.22-preview"/>
18-
<PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.3.22-preview"/>
19-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Storage.Management" Version="1.3.22-preview"/>
20-
<PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.3.22-preview"/>
21-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.3.22-preview"/>
22-
-->
23-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Aks" Version="1.0.0-preview"/>
24-
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.0.0-preview"/>
25-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Authorization" Version="1.0.0-preview"/>
26-
<PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.0.0-preview"/>
27-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Compute" Version="1.0.0-preview"/>
28-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Graph.Rbac" Version="1.0.0-preview"/>
29-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.KeyVault" Version="1.0.0-preview"/>
30-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Monitor" Version="1.0.0-preview"/>
31-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Network" Version="1.0.0-preview"/>
32-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.PolicyInsights" Version="1.0.0-preview"/>
33-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.ResourceManager" Version="1.0.0-preview"/>
34-
<PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.0.0-preview"/>
35-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Storage.Management" Version="1.0.0-preview"/>
36-
<PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.0.0-preview"/>
37-
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.0.0-preview"/>
6+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Aks" Version="1.3.23-preview"/>
7+
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.3.23-preview"/>
8+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Authorization" Version="1.3.23-preview"/>
9+
<PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.3.23-preview"/>
10+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Compute" Version="1.3.23-preview"/>
11+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Graph.Rbac" Version="1.3.23-preview"/>
12+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.KeyVault" Version="1.3.23-preview"/>
13+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Monitor" Version="1.3.23-preview"/>
14+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Network" Version="1.3.23-preview"/>
15+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.PolicyInsights" Version="1.3.23-preview"/>
16+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.ResourceManager" Version="1.3.23-preview"/>
17+
<PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.3.23-preview"/>
18+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Storage.Management" Version="1.3.23-preview"/>
19+
<PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.3.23-preview"/>
20+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.3.23-preview"/>
3821
</ItemGroup>
3922
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
4023
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.4.0">
@@ -49,10 +32,7 @@
4932
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All" />
5033
</ItemGroup>
5134
<PropertyGroup>
52-
<!--
53-
<StorageToolsPath>$(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.22-preview\tools\</StorageToolsPath>
54-
-->
55-
<StorageToolsPath>$(NugetPackageRoot)\microsoft.azure.powershell.storage\1.0.0-preview\tools\</StorageToolsPath>
35+
<StorageToolsPath>$(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.23-preview\tools\</StorageToolsPath>
5636
</PropertyGroup>
5737
<ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
5838
<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.

0 commit comments

Comments
 (0)