Skip to content

Commit

Permalink
Merge pull request unoplatform#17917 from unoplatform/dev/ds/sdk-clea…
Browse files Browse the repository at this point in the history
…nup-typo

Typo in implicit packages remove item
  • Loading branch information
dansiegel authored Aug 14, 2024
2 parents c8a4fdb + f31c19a commit a9a9396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Sdk/targets/Uno.Implicit.Packages.targets
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</ImplicitPackagesResolver_v0>

<ItemGroup>
<_UnoProjectSystemPackageReference Remove="@(_UnoProjectSystemPackageReference" />
<_UnoProjectSystemPackageReference Remove="@(_UnoProjectSystemPackageReference)" />
<PackageVersion Remove="@(_UnoRemovePackageVersions)" />
<PackageReference Include="@(_UnoImplicitPackageReference)" />
<_UnoImplicitPackageReference Remove="@(_UnoImplicitPackageReference)" />
Expand Down

0 comments on commit a9a9396

Please sign in to comment.