We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f726f2e commit 5f5d836Copy full SHA for 5f5d836
src/Directory.Build.props
@@ -22,7 +22,7 @@
22
</PropertyGroup>
23
<!-- NuGet -->
24
<PropertyGroup>
25
- <PackageIcon>logo.png</PackageIcon>
+ <PackageIcon>$(MSBuildThisFileDirectory)..\documentation\readme\silkdotnet_v3.png</PackageIcon>
26
<PackageLicenseExpression>MIT</PackageLicenseExpression>
27
<LangVersion>preview</LangVersion>
28
<Authors>.NET Foundation and Contributors</Authors>
0 commit comments