1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/src/crypto.csproj b/crypto/src/crypto.csproj
index 6175a6db2..fb4541070 100644
--- a/crypto/src/crypto.csproj
+++ b/crypto/src/crypto.csproj
@@ -9,6 +9,7 @@
<Copyright>Copyright (C) 2000-2017</Copyright>
<Company>The Legion of the Bouncy Castle Inc.</Company>
<Description>Bouncy Castle Cryptography API</Description>
+ <DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -31,6 +32,8 @@
<None Include="..\..\BouncyCastle.snk" />
<PackageReference Include="GitVersionTask" Version="4.0.0-beta0011" PrivateAssets="All" />
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.0.0-rc4-31" PrivateAssets="All" />
+ <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.0.0" />
+ <PackageReference Include="SourceLink.Create.GitHub" Version="2.0.0" PrivateAssets="all" />
</ItemGroup>
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
</Project>
\ No newline at end of file
|