summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-11-02 00:54:42 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-11-02 00:54:42 +0700
commitd775804e67e0c59956541cea55a159a4fe544c85 (patch)
tree82907d48eca27487f3b32201c28c56abfc13c0bc
parentFix test project (diff)
downloadBouncyCastle.NET-ed25519-d775804e67e0c59956541cea55a159a4fe544c85.tar.xz
Include TargetFramework in Title
-rw-r--r--crypto/src/BouncyCastle.Crypto.csproj2
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'">