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 9856770 commit 3305d2bCopy full SHA for 3305d2b
src/SocketLabs.EventWebhooks.Extensions/SocketLabs.EventWebhooks.Extensions.csproj
@@ -16,6 +16,21 @@
16
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
17
18
</PropertyGroup>
19
+
20
+ <ItemGroup>
21
+ <None Include="..\..\icon.png">
22
+ <Pack>True</Pack>
23
+ <PackagePath>\</PackagePath>
24
+ </None>
25
+ <None Include="..\..\LICENSE.md">
26
27
28
29
+ <None Include="..\..\README.md">
30
31
32
33
+ </ItemGroup>
34
35
<ItemGroup>
36
<FrameworkReference Include="Microsoft.AspNetCore.App" />
0 commit comments