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 68e45d9 commit 2e63232Copy full SHA for 2e63232
2 files changed
Directory.Build.props
@@ -21,7 +21,7 @@
21
<PackageReadmeFile>README.md</PackageReadmeFile>
22
23
<!-- NuGet package icon -->
24
- <PackageIcon>logo.svg</PackageIcon>
+ <PackageIcon>logo.png</PackageIcon>
25
26
<!-- Deterministic builds for reproducibility -->
27
<Deterministic>true</Deterministic>
@@ -38,7 +38,7 @@
38
<!-- Include README and icon in every package -->
39
<ItemGroup>
40
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="\"/>
41
- <None Include="$(MSBuildThisFileDirectory)images/logo.svg" Pack="true" PackagePath="\"/>
+ <None Include="$(MSBuildThisFileDirectory)images/logo.png" Pack="true" PackagePath="\"/>
42
</ItemGroup>
43
44
<!-- SourceLink for GitHub (requires Microsoft.SourceLink.GitHub package) -->
images/logo.png
12.7 KB
0 commit comments