Skip to content

Commit 63168d9

Browse files
committed
[COMMIT] The proj files have been updated to enable SourceLink [NETCore.Encrypt.csproj]
1 parent 19d5c86 commit 63168d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/NETCore.Encrypt/NETCore.Encrypt.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,16 @@
1818
<PackageReleaseNotes>1: Add OutofMaxlengthException for rsa encrypt.
1919
2: Add test about rsa OutofMaxlengthException.
2020
</PackageReleaseNotes>
21+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22+
<IncludeSymbols>true</IncludeSymbols>
23+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2124
</PropertyGroup>
2225

26+
<ItemGroup>
27+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
28+
</ItemGroup>
29+
30+
2331
<ItemGroup>
2432
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
2533
</ItemGroup>

0 commit comments

Comments
 (0)