jlennox / HeartRate

Bluetooth heart rate monitor
MIT License
109 stars 35 forks source link

SLN file is for VS 2017 but VS 2019 (C# v8.0) required #21

Closed patrickmdnet closed 3 years ago

patrickmdnet commented 3 years ago

I noticed that the SLN file is for VS version 15 (2017), but the code requires C# v8.0 features which are only present in VS 2019. I suggest changing the SLN file to trigger launching VS version 16 (2019) instead. I will submit a pull for this.

jlennox commented 3 years ago

Thanks for the PR.