This repository was archived by the owner on Apr 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 >
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" />
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 >
You can’t perform that action at this time.
0 commit comments