From c17f87911c8490e70cfec43c6681e19ec48b519b Mon Sep 17 00:00:00 2001 From: Jason Finch Date: Sun, 15 May 2022 16:05:43 +1000 Subject: [PATCH] Embed license in nuget package so that tools like https://fossa.com/ can detect the project's license. --- src/GuardClauses/GuardClauses.csproj | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/GuardClauses/GuardClauses.csproj b/src/GuardClauses/GuardClauses.csproj index 0eb1d064..f3b95f6c 100644 --- a/src/GuardClauses/GuardClauses.csproj +++ b/src/GuardClauses/GuardClauses.csproj @@ -1,5 +1,10 @@  - + + LICENSE + + + + netstandard2.0;net451;net60 Ardalis.GuardClauses