Skip to content

Commit

Permalink
Disable MSBuild.Extras for UWP .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Dec 26, 2024
1 parent b121eb5 commit 93931e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ToolkitComponent.SourceProject.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageId Condition="'$(PackageId)' == ''">$(PackageIdPrefix).$(PackageIdVariant).$(ToolkitComponentName)</PackageId>
</PropertyGroup>

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

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

0 comments on commit 93931e0

Please sign in to comment.