I believe this functionality was added to 4.6. My project is using this framework for a targeted version but it's throwing simple illegal tokens errors.
public String Text {get; set;} = "This is a test";
I am wondering if there is anything else I am missing that I need to modify to make my project compliant.
Thank you