Convert .Net Core to .Net Framework

后端 未结 8 1423
小蘑菇
小蘑菇 2020-12-08 06:18

I have a .Net Core project web project, and for various reasons want to convert it to a .Net Framework project.

Is there an easy way to do this, or do I have to star

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 06:36

    In my version of Visual Studio 2017 (15.6.2) after 'Unloading the Project', right-clicking and selecting 'Edit , I had to:

    1. Add the node:

      v4.5.2

    2. Delete the nodes:

      UAP

      10.0.16299.0

      10.0.16299.0

      {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}

提交回复
热议问题