VS 2017 - .Net Core 的解决方案迁移事故

VS 2017 - Solution Migration mishap with .Net Core

将我的解决方案从 VS 2015 迁移到 VS 2017 时,我的 .Net Core 库也从 .Net Core 迁移到 .Net 4.6。如何让 lib 指向 .Net Core?

VS 2017 可以做到这一点,如果您的项目即使创建时指向 Core,在您转换时也只指向常规框架...