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 7
7
<Description >dotnet custom extension library</Description >
8
8
<PackageLicenseExpression >MIT</PackageLicenseExpression >
9
9
<PackageProjectUrl >https://github.com/AngeloDotNet/NET6CustomLibrary</PackageProjectUrl >
10
+ <PackageIcon >LibraryTools.png</PackageIcon >
10
11
<PackageTags >csharp net6 custom extensions library</PackageTags >
11
12
<RepositoryType >git</RepositoryType >
12
13
<RepositoryUrl >https://github.com/AngeloDotNet/NET6CustomLibrary.git</RepositoryUrl >
18
19
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 7.0.0" />
19
20
<PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 7.0.0" />
20
21
<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 >
25
22
<PackageReference Include =" RabbitMQ.Client" Version =" 6.4.0" />
26
23
<PackageReference Include =" Serilog.AspNetCore" Version =" 6.1.0" />
27
24
<PackageReference Include =" Serilog.Settings.Configuration" Version =" 3.4.0" />
36
33
</ItemGroup >
37
34
38
35
<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 =" \" />
40
41
</ItemGroup >
41
42
42
43
</Project >
You can’t perform that action at this time.
0 commit comments