I have an application that was upgraded to .NET 5. However, the OsiSoft AF SDK is still compiled in .NET. I'm getting errors as such:
Method not found: 'System.Security.AccessControl.DirectorySecurity System.IO.DirectoryInfo.GetAccessControl()'.
Is there a way to run AF SDK .NET in .NET Core/.NET 5 applications ? My understanding is AF SDK does not support .NET Core/.NET 5 as of yet.