We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1039bee commit 99e071cCopy full SHA for 99e071c
assets/serilog-sink-nuget.png
20.4 KB
src/Serilog.Sinks.Async/Serilog.Sinks.Async.csproj
@@ -15,7 +15,7 @@
15
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
16
<PackageId>Serilog.Sinks.Async</PackageId>
17
<PackageTags>serilog;async</PackageTags>
18
- <PackageIconUrl>https://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
+ <PackageIcon>serilog-sink-nuget.png</PackageIcon>
19
<PackageProjectUrl>https://serilog.net</PackageProjectUrl>
20
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
21
<RepositoryUrl>https://github.com/serilog/serilog-sinks-async</RepositoryUrl>
@@ -37,4 +37,11 @@
37
<Reference Include="Microsoft.CSharp" />
38
</ItemGroup>
39
40
+ <ItemGroup>
41
+ <None Include="..\..\assets\serilog-sink-nuget.png">
42
+ <Pack>True</Pack>
43
+ <PackagePath></PackagePath>
44
+ </None>
45
+ </ItemGroup>
46
+
47
</Project>
0 commit comments