Reputation: 1
I'm trying to change the language version in Visual Studio 15.8.2. I've done this before, but after recently updating, the settings seem to have changed. I've tried going to project properties, but the only menu options are Common Properties and Configuration Properties. I've also looked in the Configuration Manager under the Build menu, but no luck. Am I missing something?
Upvotes: 0
Views: 518
Reputation: 1
I found the solution! I was selecting the project file but, for some reason, it doesn't allow you to access Unity properties by default. In case anyone else has this issue:
Tools -> Options -> Tools for Unity -> General, change access to project properties to true, and restart.
Thanks for the help, everyone!
Upvotes: 0
Reputation: 843
You can select the C# language version for each project under Properties > Build > Advanced > Language version
Upvotes: 1
Reputation: 310
try to go under Tools->Options->Enviroment->Internationals Settings.
Also there's a textbox named Search Options up to option tabs.
There are's options under Project tab, Debug and Tools.
Upvotes: -1
Reputation: 4207
You can change the C# Language version from project properties under Build / Advanced:
Upvotes: 1