Skip to content

Commit 74919d5

Browse files
committed
Fix AppServices build
1 parent 9ae5fba commit 74919d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/AppServices/src/CommunityToolkit.AppServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<!-- Add the Desktop Extension SDK when on UWP-->
40-
<ItemGroup Condition="'$(IsUwp)' == 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) != 'windows'">
40+
<ItemGroup Condition="'$(IsUwp)' == 'true' AND '$(MultiTargetPlatformIdentifier)' != 'windows'">
4141
<SDKReference Include="WindowsDesktop, Version=$(TargetPlatformVersion)">
4242
<Name>Windows Desktop Extensions for the UWP</Name>
4343
</SDKReference>

tooling

0 commit comments

Comments
 (0)