Skip to content

Commit 93931e0

Browse files
committed
Disable MSBuild.Extras for UWP .NET 9
1 parent b121eb5 commit 93931e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ToolkitComponent.SourceProject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageId Condition="'$(PackageId)' == ''">$(PackageIdPrefix).$(PackageIdVariant).$(ToolkitComponentName)</PackageId>
1414
</PropertyGroup>
1515

16-
<Sdk Condition="'$(IsUwp)' == 'true'" Name="MSBuild.Sdk.Extras" Version="3.0.23" />
16+
<Sdk Condition="'$(IsUwp)' == 'true' AND '$(MultiTargetPlatformIdentifier)' != 'windows'" Name="MSBuild.Sdk.Extras" Version="3.0.23" />
1717

1818
<PropertyGroup>
1919
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>

0 commit comments

Comments
 (0)