Code: Select all
int age = 5;
string greeting = $"You are {age} years old";
At least in my Project > Properties > Compiling I see only 4.5.2 and 5.0 as the maximum I can go on Ranorex Studio 6.1.0
Based on the SharpDevelop website http://www.icsharpcode.net/OpenSource/SD/Changes.aspx they
don't seems to have any strict dependence on framework version.
Does it mean that I can somehow install newer .net framework on my machine and point Ranorex Studio to the location of framework?