netstandard2.0版本的sdk中有 Encoding.GetEncoding("GBK")的代码,但.net core项目使用的时候会报错。是否考虑引入System.Text.Encoding.CodePages?