Skip to content

Commit

Permalink
fix: Add missing package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Feb 14, 2024
1 parent 3b2cffb commit 0e1547e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Uno.Sdk/Uno.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
<PackageType>MSBuildSdk</PackageType>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<Description>Provides a base SDK for Uno Platform projects.</Description>
<PackageIcon>uno.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<SdkFile Include="Sdk\**\*.targets;Sdk\**\*.props" />
<TargetFile Include="targets\**\*.props;targets\**\*.targets" />

<None Include="..\Common\uno.png" Pack="true" PackagePath=""/>
</ItemGroup>

<Target Name="CopySdkFiles" BeforeTargets="Pack;ReplacePackageVersion">
Expand Down

0 comments on commit 0e1547e

Please sign in to comment.