GoomiiV2 / Meldii

Melder V2
MIT License
11 stars 7 forks source link

Check to see if we are running on the .NET 4.5 framework. #12

Closed LoneBoco closed 9 years ago

LoneBoco commented 9 years ago

This is the best way. System.Environment.Version was not working on my system (it was returning a revision of 0), so checking to see if a .NET 4.5 class exists is the best option.