Skip to content

Commit

Permalink
Added missing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Garderoben committed Mar 19, 2024
1 parent af793d0 commit 0b738ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/MudBlazor.Templates.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- The package metadata. Fill in the properties marked as TODO below -->
Expand Down Expand Up @@ -29,16 +29,17 @@

<PropertyGroup>
<LocalizeTemplates>false</LocalizeTemplates>
<PackageIcon>Nuget.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.TemplateEngine.Tasks" Version="*" PrivateAssets="all" IsImplicitlyDefined="true"/>
<PackageReference Include="Microsoft.TemplateEngine.Tasks" Version="*" PrivateAssets="all" IsImplicitlyDefined="true" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="" />
<None Include="..\LICENSE" Pack="true" Visible="false" PackagePath="" />
<None Include="..\content\Nuget.png" Pack="true" Visible="false" PackagePath="" />
<None Include="..\content\Nuget.png" Pack="true" Visible="false" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0b738ee

Please sign in to comment.