From d591ba4afbfd043fe2c17007a9278a530a0c9c9e Mon Sep 17 00:00:00 2001 From: Marius Thesing Date: Sun, 25 Jun 2023 11:12:40 +0200 Subject: 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. --- crypto/src/BouncyCastle.Crypto.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') 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.png https://www.bouncycastle.org/images/nuget_packageIcon.png BouncyCastle.Cryptography - LICENSE.md + MIT https://www.bouncycastle.org/csharp/ README.md https://www.bouncycastle.org/csharp/ -- cgit 1.4.1