File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <!-- Embed the README in every package (path relative to each project) -->
2121 <PackageReadmeFile >README.md</PackageReadmeFile >
2222
23+ <!-- NuGet package icon -->
24+ <PackageIcon >logo.svg</PackageIcon >
25+
2326 <!-- Deterministic builds for reproducibility -->
2427 <Deterministic >true</Deterministic >
2528
3235 <ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true'" >true</ContinuousIntegrationBuild >
3336 </PropertyGroup >
3437
35- <!-- Include README in every package -->
38+ <!-- Include README and icon in every package -->
3639 <ItemGroup >
3740 <None Include =" $(MSBuildThisFileDirectory)README.md" Pack =" true" PackagePath =" \" />
41+ <None Include =" $(MSBuildThisFileDirectory)images/logo.svg" Pack =" true" PackagePath =" \" />
3842 </ItemGroup >
3943
4044 <!-- SourceLink for GitHub (requires Microsoft.SourceLink.GitHub package) -->
You can’t perform that action at this time.
0 commit comments