File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ResourceManager/Websites/Commands.Websites Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<PropertyGroup >
6
6
<TargetFramework >netcoreapp2.0</TargetFramework >
7
7
<AssemblyName >Microsoft.Azure.Commands.Websites</AssemblyName >
8
- <RuntimeIdentifiers >win10-x64</RuntimeIdentifiers >
9
8
<RootNamespace >Microsoft.Azure.Commands.WebApps</RootNamespace >
10
9
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
11
10
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
27
26
<DefineConstants >TRACE;RELEASE;NETSTANDARD;SIGN</DefineConstants >
28
27
</PropertyGroup >
29
28
30
- <ItemGroup Condition = " '$(TargetFramework)' == 'netcoreapp2.0' " >
29
+ <ItemGroup >
31
30
<PackageReference Include =" Microsoft.Azure.Management.ResourceManager" Version =" 1.6.0-preview" />
32
31
<PackageReference Include =" Microsoft.Azure.Management.Websites" Version =" 1.7.1-preview" />
33
32
<PackageReference Include =" System.Collections.Specialized" Version =" 4.3.0" />
48
47
<ProjectReference Include =" ..\..\..\Common\Commands.Common\Common.Netcore.csproj" />
49
48
<ProjectReference Include =" ..\..\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />
50
49
<ProjectReference Include =" ..\..\Resources\Commands.Resources\Commands.Resources.Netcore.csproj" />
50
+ <ProjectReference Include =" ..\..\Common\Commands.Common.Strategies\Common.Strategies.Netcore.csproj" />
51
51
</ItemGroup >
52
52
53
53
<ItemGroup >
You can’t perform that action at this time.
0 commit comments