BingAds/BingAds-dotNet-SDK

Add multi targeting platforms support for net461

Closed this issue · 7 comments

Hi
Could you please add support target framework version net461?
Because have problem with netstandard2.0 on visual studio 2015 pro.

qitia commented

Per doc here, netframework 4.6.1 can be supported by netstandard2.0. The constraint is that you need to upgrade to VS2017, or upgrade tooling if you have to stick to vs2015, did you try that? @myatyga

Thanks, I will try to resolve conflicts.

After installing Bing SDK have problems like this:

CSC : error CS1703: Multiple assemblies with equivalent identity have been imported: 'C:\Program Files (x86)\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll' and 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll'. Remove one of the duplicate references.

Have a idea to resolve problem?

qitia commented

no idea on this. Could this help?

Thanks, but this not help for me.
I think one right way to use VS 2017.

qitia commented

@myatyga May I know if upgrade to 2017 works for you?

qitia commented

@myatyga I close this issue and let me know if you have further question.