File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Common/Commands.Common.Strategies Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\..\..\tools\Common.Netcore.Dependencies.targets" />
4
+
5
+ <PropertyGroup >
6
+ <TargetFramework >netcoreapp2.0</TargetFramework >
7
+ <AssemblyName >Microsoft.Azure.Commands.Common.Strategies</AssemblyName >
8
+ <RuntimeIdentifiers >win10-x64</RuntimeIdentifiers >
9
+ <RootNamespace >Microsoft.Azure.Commands.Common.Strategies</RootNamespace >
10
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
11
+ </PropertyGroup >
12
+
13
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
14
+ <SignAssembly >True</SignAssembly >
15
+ <DelaySign >True</DelaySign >
16
+ <AssemblyOriginatorKeyFile >MSSharedLibKey.snk</AssemblyOriginatorKeyFile >
17
+ <DefineConstants >TRACE;RELEASE;NETSTANDARD;SIGN</DefineConstants >
18
+ </PropertyGroup >
19
+
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
21
+ <DefineConstants >TRACE;DEBUG;NETSTANDARD</DefineConstants >
22
+ <DelaySign >false</DelaySign >
23
+ </PropertyGroup >
24
+
25
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >
26
+ <PackageReference Include =" Microsoft.Azure.Management.ResourceManager" Version =" 1.6.0-preview" />
27
+ <PackageReference Include =" Microsoft.Azure.Management.Compute" Version =" 16.3.0" />
28
+ <PackageReference Include =" Microsoft.Azure.Management.Network" Version =" 10.1.0-preview" />
29
+ </ItemGroup >
30
+ </Project >
Original file line number Diff line number Diff line change 140
140
<ProjectReference Include =" ..\..\..\Common\Commands.Common.Storage\Common.Storage.Netcore.csproj" />
141
141
<ProjectReference Include =" ..\..\..\Common\Commands.Common\Common.Netcore.csproj" />
142
142
<ProjectReference Include =" ..\..\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />
143
+ <ProjectReference Include =" ..\..\Common\Commands.Common.Strategies\Common.Strategies.Netcore.csproj" />
143
144
<ProjectReference Include =" ..\..\..\Common\Commands.Common.Network\Common.Network.Netcore.csproj" />
144
145
</ItemGroup >
145
146
You can’t perform that action at this time.
0 commit comments