Skip to content

Commit ed82215

Browse files
Merge pull request #67 from JTOne123/master
[PR] The proj files have been updated to enable SourceLink
2 parents 2b699f3 + 4088476 commit ed82215

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

WebPush/WebPush.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,16 @@
1212
<PackageProjectUrl>https://github.com/web-push-libs/web-push-csharp/</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/web-push-libs/web-push-csharp/</RepositoryUrl>
1414
<PackageTags>web push notifications vapid</PackageTags>
15+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
16+
<IncludeSymbols>true</IncludeSymbols>
17+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1518
</PropertyGroup>
1619

20+
<ItemGroup>
21+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
22+
</ItemGroup>
23+
24+
1725
<ItemGroup>
1826
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
1927
<PackageReference Include="Portable.BouncyCastle" Version="1.8.1.3" />

0 commit comments

Comments
 (0)