We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b889a12 commit 8c068e9Copy full SHA for 8c068e9
Directory.Build.props
@@ -10,11 +10,15 @@
10
11
<PackageLicenseExpression>PostgreSQL</PackageLicenseExpression>
12
<PackageProjectUrl>https://www.npgsql.org</PackageProjectUrl>
13
- <PackageIconUrl>https://www.npgsql.org/img/postgresql.gif</PackageIconUrl>
+ <PackageIcon>postgresql.png</PackageIcon>
14
15
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
16
<NoWarn>NU5105</NoWarn>
17
</PropertyGroup>
18
+
19
+ <ItemGroup>
20
+ <None Include="$(MSBuildThisFileDirectory)postgresql.png" Pack="true" PackagePath="" />
21
+ </ItemGroup>
22
23
<!-- Language configuration -->
24
<PropertyGroup>
postgresql.png
9.45 KB
0 commit comments