Skip to content

Commit

Permalink
chore: Adjust removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Feb 11, 2025
1 parent 99998da commit 7279e22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,8 @@
This change is done manually here to avoid
-->
<ItemGroup>
<PackageReference Update="Uno.WinUI.Runtime.WebAssembly"
Condition="'$(IsUnoHead)' != 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'browserwasm'"
ExcludeAssets="all"
PrivateAssets="all" />
<PackageReference Remove="Uno.WinUI.Runtime.WebAssembly"
Condition="'$(IsUnoHead)' != 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'browserwasm'" />
</ItemGroup>
</Target>

Expand Down
2 changes: 2 additions & 0 deletions src/Uno.Extensions.Core.UI/Uno.Extensions.Core.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@
<ItemGroup>
<InternalsVisibleTo Include="Uno.Extensions.Hosting.UWP" />
<InternalsVisibleTo Include="Uno.Extensions.Hosting.WinUI" />

<PackageReference Include="Uno.WinUI" />
</ItemGroup>
</Project>

0 comments on commit 7279e22

Please sign in to comment.