From e72e3a8a96b0cd4e83d51f5b4ae83bc520c4c894 Mon Sep 17 00:00:00 2001 From: Claire Novotny Date: Sun, 29 Mar 2020 18:58:52 -0400 Subject: enable deterministic builds --- Directory.Build.targets | 10 ++++++++++ crypto/src/crypto.csproj | 17 +++++++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 Directory.Build.targets diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 000000000..1543cb15b --- /dev/null +++ b/Directory.Build.targets @@ -0,0 +1,10 @@ + + + + $([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)')) + + + + + diff --git a/crypto/src/crypto.csproj b/crypto/src/crypto.csproj index 0fc60462d..7a890a497 100644 --- a/crypto/src/crypto.csproj +++ b/crypto/src/crypto.csproj @@ -8,22 +8,26 @@ Bouncy Castle for .NET ($(TargetFramework)) © 2000-2020 Legion of the Bouncy Castle Inc. The Legion of the Bouncy Castle Inc. - Oren Novotny + Claire Novotny Bouncy Castle Portable Portable.BouncyCastle - BouncyCastle portable version with support for .NET 4, .NET Standard 2.0, .NET Core + BouncyCastle portable version with support for .NET 4, .NET Standard 2.0 embedded https://www.bouncycastle.org/csharp/licence.html https://www.bouncycastle.org/csharp/ - https://www.bouncycastle.org/csharp/#RELEASENOTES186 - git - https://github.com/onovotny/bc-csharp + https://www.bouncycastle.org/csharp/#RELEASENOTES186 https://www.bouncycastle.org/images/csharp_logo.gif bouncycastle cryptography encryption security true true 1591;618;672 + + + true + true + + true @@ -33,10 +37,11 @@ $(DefineConstants);PORTABLE;NO_THREADS;NEW_REFLECTION;SYS_RUNTIME;DOTNET + - + -- cgit 1.4.1