diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 0000000000..1543cb15b2 --- /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 0fc60462dd..7a890a497e 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 + - +