diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-02 00:54:42 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-02 00:54:42 +0700 |
commit | d775804e67e0c59956541cea55a159a4fe544c85 (patch) | |
tree | 82907d48eca27487f3b32201c28c56abfc13c0bc | |
parent | Fix test project (diff) | |
download | BouncyCastle.NET-ed25519-d775804e67e0c59956541cea55a159a4fe544c85.tar.xz |
Include TargetFramework in Title
-rw-r--r-- | crypto/src/BouncyCastle.Crypto.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj index 3ef720228..05abc2efe 100644 --- a/crypto/src/BouncyCastle.Crypto.csproj +++ b/crypto/src/BouncyCastle.Crypto.csproj @@ -24,7 +24,7 @@ <Product>BouncyCastle.NET</Product> <RepositoryType>git</RepositoryType> <RepositoryUrl>https://github.com/bcgit/bc-csharp</RepositoryUrl> - <Title>BouncyCastle.NET Cryptography</Title> + <Title>BouncyCastle.NET Cryptography ($(TargetFramework))</Title> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |