Search code examples
macosvisual-studio-mac

Why can I not always change Target Framework in Visual Studio for Mac?


I just downloaded Visual Studio for Mac and for some reason in some projects I've made, I can change the target framework, but most of the time it's greyed out:

enter image description here

Does anyone know how to always be able to change the target framework?


Solution

  • It turns out I had used the wrong template when I was first creating the solution. I should have used this one:

    enter image description here

    When used, it allows me to select the proper Target Framework.