Describe the Bug
System.Runtime.CompilerServices.Unsafe.dll and System.Threading.Tasks.Extensions.dll appear in the build output folder, even though they aren't referenced in my project.
Steps to Reproduce
Create a new .NET project.
Add GitInfo nuget package, any version between 3.2.0 and 3.6.0.
Build the project.
Check the bin/Debug folder.
Expected Behavior
I expect not to have any additional dlls in the build folder.
Version Info
This behavior started in version 3.2.0.

