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.
2 parents c9636ce + 69ee85f commit 3d6ee2dCopy full SHA for 3d6ee2d
docs/images/nuget.png
28.6 KB
src/Directory.Build.props
@@ -11,7 +11,7 @@
11
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
12
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13
<PackageProjectUrl>https://github.com/CommunityToolkit/Aspire</PackageProjectUrl>
14
- <!-- <PackageIcon>logo.jpeg</PackageIcon> -->
+ <PackageIcon>nuget.png</PackageIcon>
15
<RepositoryUrl>https://github.com/CommunityToolkit/Aspire</RepositoryUrl>
16
<VersionPrefix>$(AspireVersion).0</VersionPrefix>
17
@@ -41,5 +41,9 @@
41
<Pack>true</Pack>
42
<PackagePath>/</PackagePath>
43
</None>
44
+ <None Include="../../docs/images/nuget.png">
45
+ <Pack>true</Pack>
46
+ <PackagePath>/</PackagePath>
47
+ </None>
48
</ItemGroup>
49
</Project>
0 commit comments