Scripting in VS 2015 for Unity 5.5.2 project, needing to upgrade to C# v.6+ I have VS community 2015 version 14 update 3. I am working in Unity 5.5.2 and trying to learn the game engine. I am trying to create some scripts which opens up into VS. Upon trying to add default initializers for properties of my class it gives an error. For some reason the program loads using C# version 4. I would like to upgrade this to version 6, but when I have read other solutions to change the C# version it has always been going to the projects property page.
Snesh Prajapati's example doesn't work as the property page didn't have those options.
After trying David De Sloovere's solution some reason (maybe being a Unity project) the screen just flashes and no page is loaded when I try to bring up the projects property page. I even went and deleted the project.config file that was created, to not luck to get the properties page back displaying.