Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit c942128

Browse files
committed
Aggiunta icona pacchetto Nuget
1 parent f848d5e commit c942128

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

LibraryTools.png

10.1 KB
Loading

src/NET6CustomLibrary/NET6CustomLibrary.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Description>dotnet custom extension library</Description>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<PackageProjectUrl>https://github.com/AngeloDotNet/NET6CustomLibrary</PackageProjectUrl>
10+
<PackageIcon>LibraryTools.png</PackageIcon>
1011
<PackageTags>csharp net6 custom extensions library</PackageTags>
1112
<RepositoryType>git</RepositoryType>
1213
<RepositoryUrl>https://github.com/AngeloDotNet/NET6CustomLibrary.git</RepositoryUrl>
@@ -18,10 +19,6 @@
1819
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
1920
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
2021
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
21-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.119">
22-
<PrivateAssets>all</PrivateAssets>
23-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
24-
</PackageReference>
2522
<PackageReference Include="RabbitMQ.Client" Version="6.4.0" />
2623
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />
2724
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0" />
@@ -36,7 +33,11 @@
3633
</ItemGroup>
3734

3835
<ItemGroup>
39-
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
36+
<None Include="..\..\LibraryTools.png">
37+
<Pack>True</Pack>
38+
<PackagePath></PackagePath>
39+
</None>
40+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
4041
</ItemGroup>
4142

4243
</Project>

0 commit comments

Comments
 (0)