Target Framework questionSolved

The vb.net sample project in TurboActivate/API uses Target Framework of .NET Framework 2.0.My program that I want to integrate TurboActivate into uses .NET Framework 4.5.2If I switch the target framework to 4.5.2 will this cause any problems?

, edited

I went ahead and tried it and everything seems to still be working OK.

Yep, the TurboActivate Library itself runs with any programming language.

The TurboActivate class for .NET (C# and VB.NET) are written to support .NET Framework 2.0 and newer.

The newer versions of the .NET Framework are a superset of .NET 2.0 (meaning they add new features while largely not breaking any backwards compatibility).