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 2b699f3 + 4088476 commit ed82215Copy full SHA for ed82215
WebPush/WebPush.csproj
@@ -12,8 +12,16 @@
12
<PackageProjectUrl>https://github.com/web-push-libs/web-push-csharp/</PackageProjectUrl>
13
<RepositoryUrl>https://github.com/web-push-libs/web-push-csharp/</RepositoryUrl>
14
<PackageTags>web push notifications vapid</PackageTags>
15
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
16
+ <IncludeSymbols>true</IncludeSymbols>
17
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
18
</PropertyGroup>
19
20
+ <ItemGroup>
21
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
22
+ </ItemGroup>
23
+
24
25
<ItemGroup>
26
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
27
<PackageReference Include="Portable.BouncyCastle" Version="1.8.1.3" />
0 commit comments