I have a C# .NET 4.6.2 project that references a Nuget package which adds 2 files, a .DLL and a .XML. The .XML file is actually not needed for deployment. How can I exclude that file from my build output?
For specifics, my project references ClosedXML, which in turn references DocumentFormat.OpenXml. That package adds DocumentFormat.OpenXml.dll and DocumentFormat.OpenXml.xml. The XML file is 15MB and optional.