Skip to content

Commit 05fc7f0

Browse files
committed
Fix for Netcore build in websites update
1 parent c3c2251 commit 05fc7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Websites/Commands.Websites/Commands.Websites.Netcore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<PropertyGroup>
66
<TargetFramework>netcoreapp2.0</TargetFramework>
77
<AssemblyName>Microsoft.Azure.Commands.Websites</AssemblyName>
8-
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
98
<RootNamespace>Microsoft.Azure.Commands.WebApps</RootNamespace>
109
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1110
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@@ -27,7 +26,7 @@
2726
<DefineConstants>TRACE;RELEASE;NETSTANDARD;SIGN</DefineConstants>
2827
</PropertyGroup>
2928

30-
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
29+
<ItemGroup>
3130
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" />
3231
<PackageReference Include="Microsoft.Azure.Management.Websites" Version="1.7.1-preview" />
3332
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
@@ -48,6 +47,7 @@
4847
<ProjectReference Include="..\..\..\Common\Commands.Common\Common.Netcore.csproj" />
4948
<ProjectReference Include="..\..\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />
5049
<ProjectReference Include="..\..\Resources\Commands.Resources\Commands.Resources.Netcore.csproj" />
50+
<ProjectReference Include="..\..\Common\Commands.Common.Strategies\Common.Strategies.Netcore.csproj" />
5151
</ItemGroup>
5252

5353
<ItemGroup>

0 commit comments

Comments
 (0)