Skip to content

Commit

Permalink
_SdkImplicitReference needs to be earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Dec 12, 2018
1 parent 4cea3a6 commit 9d0ed92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Source/MSBuild.Sdk.Extras/Build/Platforms/Windows.targets
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@
<ImplicitlyExpandTargetPlatform>false</ImplicitlyExpandTargetPlatform>
</PropertyGroup>


<ItemGroup Condition="'$(DisableImplicitFrameworkReferences)' != 'true' AND '$(WindowsWinmdFile)' != '' ">
<_SdkImplicitReference Include="Windows" Private="false" HintPath="$(WindowsWinmdFile)" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@
<PackageReference Update="Tizen.NET" PrivateAssets="All" Condition="'$(ExtrasImplicitPlatformPackageIsPrivate)' == 'true'"/>
</ItemGroup>

<ItemGroup Condition="'$(DisableImplicitFrameworkReferences)' != 'true' AND '$(WindowsWinmdFile)' != '' ">
<_SdkImplicitReference Include="Windows" Private="false" HintPath="$(WindowsWinmdFile)" />
</ItemGroup>


</Project>

0 comments on commit 9d0ed92

Please sign in to comment.