summary refs log tree commit diff
path: root/crypto/src/BouncyCastle.Crypto.csproj
diff options
context:
space:
mode:
authorMarius Thesing <marius.thesing@gmail.com>2023-06-25 11:12:40 +0200
committerMarius Thesing <marius.thesing@gmail.com>2023-06-25 11:12:40 +0200
commitd591ba4afbfd043fe2c17007a9278a530a0c9c9e (patch)
tree274b74c8c7f53095d4deaa8a4854d49fe04f160d /crypto/src/BouncyCastle.Crypto.csproj
parentFix renegotiation after resumption handshakes (diff)
downloadBouncyCastle.NET-ed25519-d591ba4afbfd043fe2c17007a9278a530a0c9c9e.tar.xz
Use expression instead of file for NuGet license
You can't set both and expressions are better because
it allows tools like SBOM generators to automatically
determine the license.
Diffstat (limited to 'crypto/src/BouncyCastle.Crypto.csproj')
-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 b85462278..80cfedf8d 100644
--- a/crypto/src/BouncyCastle.Crypto.csproj
+++ b/crypto/src/BouncyCastle.Crypto.csproj
@@ -16,7 +16,7 @@
     <PackageIcon>packageIcon.png</PackageIcon>
     <PackageIconUrl>https://www.bouncycastle.org/images/nuget_packageIcon.png</PackageIconUrl>
     <PackageId>BouncyCastle.Cryptography</PackageId>
-    <PackageLicenseFile>LICENSE.md</PackageLicenseFile>
+    <PackageLicenseExpression>MIT</PackageLicenseExpression>
     <PackageProjectUrl>https://www.bouncycastle.org/csharp/</PackageProjectUrl>
     <PackageReadmeFile>README.md</PackageReadmeFile>
     <PackageReleaseNotes>https://www.bouncycastle.org/csharp/</PackageReleaseNotes>