Language, language version, and OS: C#, netcoreapp3.1, Azure Function V3 (both on MacOS and Windows Azure Functions)
Issue description
When using Microsoft.NET.Sdk.Functions 3.0.7+ SDK throw "Could not load file or assembly 'System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified."
Downgrading to Microsoft.NET.Sdk.Functions 3.0.3 the library works fine.
I haven't tested with other versions in between 3.0.3 and 3.0.7.
General information
Issue description
When using Microsoft.NET.Sdk.Functions 3.0.7+ SDK throw "Could not load file or assembly 'System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified."
Downgrading to Microsoft.NET.Sdk.Functions 3.0.3 the library works fine.
I haven't tested with other versions in between 3.0.3 and 3.0.7.