How to set the default .NET framework for new projects in VS2013?

后端 未结 1 1479
遥遥无期
遥遥无期 2021-02-12 23:54

I\'m working on a project that targets .net 4.0, It won\'t be changing to 4.5 in a hurry.

When I create a new project it defaults to .net 4.5. Is there anyway I can defa

相关标签:
1条回答
  • 2021-02-12 23:57

    The easiest way is to just change the default .Net Framework version in the new project dialog.

    • Go to File -> New Project
    • At the top middle switch ".Net Framework 4.5" to ".Net Framework 4"
    • Click the project you want

    From that point on the "New Project" dialog will default to ".Net Framework 4"

    0 讨论(0)
提交回复
热议问题