qualisys / qualisys_dotnet_sdk

C# (.NET) implementation of the real-time protocol for Qualisys Track Manager
MIT License
8 stars 5 forks source link

Made all the projects use target framework 4.6.2 #26

Closed qjgn closed 2 years ago

qjgn commented 2 years ago

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