Open mores opened 3 years ago
got the same issue. and I need to change this to make it build.
However, seems I cannot push my fix to this repo due to permission.
got the same issue. and I need to change this to make it build. However, seems I cannot push my fix to this repo due to permission.
Can you submit a PR? I just have not had any time to work on this project, so I always welcome any PR's. Thank you!
@brentkrueger seems I don't have permission:
During the compilation of my project I see the following warning:
1> No way to resolve conflict between "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" and "Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed". Choosing "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" arbitrarily.
But packages.config show:
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net47" />
And web.config shows: `
And Package Visualizer shows:
How can I visualize where version 4.5 or version 6.0 is being sourced from ?