src/helpers/LoadAssembly.ps1

if ($PSVersionTable.PSVersion.Major -lt 6) {
    [Reflection.Assembly]::LoadWithPartialName("System.Xml.Linq")
    
}