Skip to content

Commit ca2f72b

Browse files
committed
Only use MSBuild Extras on UAP
1 parent 49f9814 commit ca2f72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ToolkitComponent.SampleProject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Set up the MultiTarget system -->
77
<Import Project="$(ToolingDirectory)\MultiTarget\Library.props" />
88

9-
<Sdk Condition="'$(IsUwp)' == 'true'" Name="MSBuild.Sdk.Extras" Version="3.0.23" />
9+
<Sdk Condition="'$(IsUwp)' == 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) != 'windows'" Name="MSBuild.Sdk.Extras" Version="3.0.23" />
1010

1111
<!-- Import this component's source project -->
1212
<ItemGroup>

0 commit comments

Comments
 (0)