Reputation: 241
I am trying to change the target version to .NET 3.5.
The project I'm using was created by Unity, the game engine. I'm doing this so I can install nuget dependencies
But when I try to open the properties menu, either the screen flashes white and nothing happens, or a window appears which looks significantly different than the one pictured in the instructions. This is the properties menu I'm seeing:
This is what I'm clicking on to get the properties not found dialogue:
Thanks!
Upvotes: 1
Views: 277
Reputation: 5250
You aren't changing the project properties, you are looking at one individual class properties page.
You need to right click on the Project, and select properties as demonstrated below.
That will open up this page.
Upvotes: 4
Reputation: 2440
Right Click your project and click properties or in visual studio Project->ProjectName Properties... at the bottom. Then on the Application tag or tab, there will be Target Framework: Change this to .NET Framework 3.5
.
Upvotes: 0