File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1111 <SignAssembly >true</SignAssembly >
1212 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
1313 <PackageTags >serilog;aspnet;aspnetcore</PackageTags >
14+ <PackageIcon >serilog-extension-nuget.png</PackageIcon >
1415 <PackageIconUrl >https://serilog.net/images/serilog-extension-nuget.png</PackageIconUrl >
1516 <PackageProjectUrl >https://github.com/serilog/serilog-aspnetcore</PackageProjectUrl >
1617 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
2021 <RootNamespace >Serilog</RootNamespace >
2122 </PropertyGroup >
2223
24+ <ItemGroup >
25+ <None Include =" images/serilog-extension-nuget.png" Pack =" true" PackagePath =" /" />
26+ </ItemGroup >
27+
2328 <ItemGroup >
2429 <PackageReference Include =" Serilog" Version =" 2.9.0" />
2530 <PackageReference Include =" Serilog.Extensions.Hosting" Version =" 3.0.0" />
3843
3944 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
4045 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
46+
4147 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.*" />
4248 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.1.*" />
4349 </ItemGroup >
You can’t perform that action at this time.
0 commit comments