Skip to content

Commit 5f5d836

Browse files
authored
Fix Logo reference (#915)
1 parent f726f2e commit 5f5d836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323
<!-- NuGet -->
2424
<PropertyGroup>
25-
<PackageIcon>logo.png</PackageIcon>
25+
<PackageIcon>$(MSBuildThisFileDirectory)..\documentation\readme\silkdotnet_v3.png</PackageIcon>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2727
<LangVersion>preview</LangVersion>
2828
<Authors>.NET Foundation and Contributors</Authors>

0 commit comments

Comments
 (0)