Skip to content

Commit 627b791

Browse files
committed
CSHARP-4365: Fix Sandcastle warning regarding Microsoft.Extensions.Logging.Abstraction assembly.
1 parent fa38bc8 commit 627b791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Task("BuildArtifacts")
118118
fileNames.Add("DnsClient.dll");
119119
fileNames.Add("MongoDB.Libmongocrypt.dll");
120120
fileNames.Add("SharpCompress.dll");
121+
fileNames.Add("Microsoft.Extensions.Logging.Abstractions.dll");
121122
}
122123

123124
foreach (var fileName in fileNames)

0 commit comments

Comments
 (0)