Changing target framework in visual studio

27,447

You don't need to worry about these warnings, they usually don't cause a problem for you, stick with the framework that you prefer. Especially when using quickly changing frameworks you get these warnings all the time: just ignore them

If they still cause you trouble just

  • Alt+Enter on the project
  • Select "Application" on the sidebar
  • Choose your preferred framework version form the combo-box
Share:
27,447
user
Author by

user

I believe in : "God helps those who help themselves."

Updated on July 09, 2022

Comments

  • user
    user almost 2 years

    I am getting this following warning while building an app in xamarin: " Package 'SQLite.Net-PCL 3.1.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project."

    So, I installed .net framework 4.6 developer pack

    Now, when I try to change the target framework in Properties->Applications,

    I dont find 4.6 framework. What did I miss here?