We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在项目中引用'TencentCloudSDK 3.0.0 时,sdk依赖 Newtonsoft.Json (>= 11.0.1),但我的项目中依赖的是低版本“Newtonsoft.Json 7.0.1”,由于某种原因无法将本项目中的 Newtonsoft.Json 升级到高版本,在这种情况下考虑降低TencentCloudSDK依赖的Newtonsoft.Json 版本,TencentCloudSDK依赖的Newtonsoft.Json 版本必须要>= 11.0.1吗?该如何处理??
The text was updated successfully, but these errors were encountered:
下载源码后,TencentCloudSDK依赖的Newtonsoft.Json 版本降为7.0.1,重新编译版sdk会对现有功能有影响吗
Sorry, something went wrong.
我们并未测试过7.0.1的兼容性,但是你可以自行测试下:降低后重新编译,只要api请求发送能正常拿到返回解析出结果即可,例如参考示例代码中直接打印response
No branches or pull requests
在项目中引用'TencentCloudSDK 3.0.0 时,sdk依赖 Newtonsoft.Json (>= 11.0.1),但我的项目中依赖的是低版本“Newtonsoft.Json 7.0.1”,由于某种原因无法将本项目中的 Newtonsoft.Json 升级到高版本,在这种情况下考虑降低TencentCloudSDK依赖的Newtonsoft.Json 版本,TencentCloudSDK依赖的Newtonsoft.Json 版本必须要>= 11.0.1吗?该如何处理??
The text was updated successfully, but these errors were encountered: