Skip to content

Commit

Permalink
chore: Adjust TFM target for libraries
Browse files Browse the repository at this point in the history
(cherry picked from commit 281bf25)
  • Loading branch information
jeromelaban authored and mergify[bot] committed Nov 20, 2024
1 parent 897adba commit 7bc7fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Sdk/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Copyright (C) Uno Platform Inc. All rights reserved.

<!-- Replacement for restore targets for Wasm when an explicit RID is specified -->
<Import Project="$(_UnoSdkTargetsDirectory)Uno.Wasm.UnsupportedRid.targets"
Condition=" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'browserwasm' AND '$(RuntimeIdentifier)' != 'browser-wasm' "/>
Condition=" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'browserwasm' AND '$(RuntimeIdentifier)' != '' AND '$(RuntimeIdentifier)' != 'browser-wasm' "/>

<!-- Targets and props to be executed last after the default .NET SDK has been imported -->
<Import Project="$(_UnoSdkTargetsDirectory)Uno.Sdk.After.targets" />
Expand Down

0 comments on commit 7bc7fa5

Please sign in to comment.