<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0-rc.1.22426.10" />

StringMarshalling

Specifies how strings should be marshalled for generated p/invokes
namespace System.Runtime.InteropServices { internal enum StringMarshalling { Custom, Utf8, Utf16 } }