switch to Microsoft SourceLink
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/src/crypto.csproj b/crypto/src/crypto.csproj
index c03c1dc88..c282dcc87 100644
--- a/crypto/src/crypto.csproj
+++ b/crypto/src/crypto.csproj
@@ -20,6 +20,8 @@
<RepositoryUrl>https://github.com/onovotny/bc-csharp</RepositoryUrl>
<PackageIconUrl>https://www.bouncycastle.org/images/csharp_logo.gif</PackageIconUrl>
<PackageTags>bouncycastle cryptography encryption security</PackageTags>
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -38,7 +40,7 @@
<Compile Include="..\bzip2\src\**\*.cs" LinkBase="bzip2" />
<None Include="..\..\BouncyCastle.snk" />
<PackageReference Include="NerdBank.GitVersioning" Version="2.1.23" PrivateAssets="All" />
- <PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.0" PrivateAssets="All" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62925-02" PrivateAssets="All"/>
</ItemGroup>
<Target Name="SetBuildVer" AfterTargets="GetBuildVersion" BeforeTargets="SetCloudBuildVersionVars;SetCloudBuildNumberWithVersion">
|