The projects use different versions of the .net framework.
The solution does not compile out of the box using c# 7.0.
Solution
This pull request unifies the target framework dependencies by changing the .csproj files to target .net framework v4.6.2.
It also includes a small code change to make it compile using c# 7.0
Problem
The projects use different versions of the .net framework. The solution does not compile out of the box using c# 7.0.
Solution
This pull request unifies the target framework dependencies by changing the .csproj files to target .net framework v4.6.2. It also includes a small code change to make it compile using c# 7.0