File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
11
<SignAssembly >true</SignAssembly >
12
12
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
13
13
<PackageTags >serilog;aspnet;aspnetcore</PackageTags >
14
- <PackageIcon >serilog-extension-nuget.png</PackageIcon >
15
- <PackageIconUrl >https://serilog.net/images/serilog-extension-nuget.png</PackageIconUrl >
14
+ <PackageIcon >icon.png</PackageIcon >
16
15
<PackageProjectUrl >https://github.com/serilog/serilog-aspnetcore</PackageProjectUrl >
17
16
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
18
17
<RepositoryUrl >https://github.com/serilog/serilog-aspnetcore</RepositoryUrl >
22
21
</PropertyGroup >
23
22
24
23
<ItemGroup >
25
- <None Include =" images/serilog-extension-nuget. png" Pack =" true" PackagePath =" / " />
24
+ <None Include =" ..\..\assets\icon. png" Pack =" true" Visible = " false " PackagePath =" " />
26
25
</ItemGroup >
27
-
26
+
28
27
<ItemGroup >
29
28
<PackageReference Include =" Serilog" Version =" 2.10.0" />
30
29
<PackageReference Include =" Serilog.Extensions.Hosting" Version =" 4.0.0" />
You can’t perform that action at this time.
0 commit comments