Skip to content

Commit

Permalink
CSHARP-4365: Fix Sandcastle warning regarding Microsoft.Extensions.Lo…
Browse files Browse the repository at this point in the history
…gging.Abstraction assembly.
  • Loading branch information
rstam committed Oct 14, 2022
1 parent fa38bc8 commit 627b791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Task("BuildArtifacts")
fileNames.Add("DnsClient.dll");
fileNames.Add("MongoDB.Libmongocrypt.dll");
fileNames.Add("SharpCompress.dll");
fileNames.Add("Microsoft.Extensions.Logging.Abstractions.dll");
}

foreach (var fileName in fileNames)
Expand Down

0 comments on commit 627b791

Please sign in to comment.