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 f30044e commit c16bf51Copy full SHA for c16bf51
Directory.Build.props
@@ -15,8 +15,13 @@
15
<PublishRepositoryUrl>true</PublishRepositoryUrl>
16
<PackageLicenseExpression>PostgreSQL</PackageLicenseExpression>
17
<PackageProjectUrl>https://github.com/dotnetcore/EntityFrameworkCore.GaussDB</PackageProjectUrl>
18
+ <PackageIcon>icon.png</PackageIcon>
19
</PropertyGroup>
20
21
+ <ItemGroup>
22
+ <None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath="" />
23
+ </ItemGroup>
24
+
25
<ItemGroup>
26
<Using Include="System.Diagnostics" />
27
<Using Include="System.Linq.Expressions" />
icon.png
13.3 KB
0 commit comments