1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildThisFileDirectory)\Common.Netcore.Dependencies.Shared.targets" />
4
3
<ItemGroup >
4
+ <PackageReference Include =" Microsoft.Rest.ClientRuntime" Version =" 2.4.0" />
5
+ <PackageReference Include =" Microsoft.Rest.ClientRuntime.Azure" Version =" 3.4.0" />
6
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Aks" Version =" 1.0.0" />
7
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Authentication" Version =" 1.0.0" />
8
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Authentication.Abstractions" Version =" 1.0.0" />
9
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Authentication.ResourceManager" Version =" 1.0.0" />
10
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Authorization" Version =" 1.0.0" />
11
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Common" Version =" 1.0.0" />
12
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Compute" Version =" 1.0.0" />
13
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Graph.Rbac" Version =" 1.0.0" />
14
+ <PackageReference Include =" Microsoft.Azure.PowerShell.KeyVault" Version =" 1.0.0" />
15
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Network" Version =" 1.0.0" />
16
+ <PackageReference Include =" Microsoft.Azure.PowerShell.ResourceManager" Version =" 1.0.0" />
17
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Storage" Version =" 1.0.0-preview" />
18
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Storage.Management" Version =" 1.0.0-preview" />
19
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Strategies" Version =" 1.0.0-preview" />
20
+ <PackageReference Include =" Microsoft.Azure.PowerShell.Websites" Version =" 1.0.0" />
21
+ </ItemGroup >
22
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
23
+ <PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.4.0" />
24
+ <PackageReference Include =" Microsoft.Azure.Common" Version =" 2.2.0" />
25
+ <PackageReference Include =" Hyak.Common" Version =" 1.2.0" />
26
+ <PackageReference Include =" PowerShellStandard.Library" Version =" 5.1.0-preview-06" PrivateAssets =" All" />
27
+ </ItemGroup >
28
+ <PropertyGroup >
29
+ <!-- <StorageToolsPath>$(MSBuildThisFileDirectory)..\src\packages\Microsoft.Azure.PowerShell.Storage.1.0.0-preview\tools\</StorageToolsPath> -->
30
+ <StorageToolsPath >$(MSBuildThisFileDirectory)..\src\Common\Commands.Common.Storage\</StorageToolsPath >
31
+ </PropertyGroup >
32
+ <ItemGroup Condition =' $(OmitJsonPackage)' != ' true' " " >
5
33
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
6
34
</ItemGroup >
7
35
</Project >
0 commit comments