summary refs log tree commit diff
path: root/crypto/src/crypto.csproj
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-03-08 10:00:38 -0500
committerOren Novotny <oren@novotny.org>2017-03-08 10:00:38 -0500
commit7c03fa37be1c3b9eb20dff622878073a11c9354c (patch)
treec03e5ba04e0354d1a70151782c8926ab17968c46 /crypto/src/crypto.csproj
parentfix artifact path (diff)
downloadBouncyCastle.NET-ed25519-7c03fa37be1c3b9eb20dff622878073a11c9354c.tar.xz
use sourcelink
Diffstat (limited to '')
-rw-r--r--crypto/src/crypto.csproj3
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