Change .NET project target from .net framework 4.5 to .net core

谁都会走 提交于 2019-12-11 04:29:21

问题


I need to change a project to target .net core instead of .net 4.5 (as it's to now be used in a lambda function).

I followed the instructions here: https://docs.microsoft.com/en-us/dotnet/core/porting/ And analysed the project for dependencies etc. But there is no instructions on how to actually change the target framework. When I look at the properties of the project it only gives me the option to change the target framework to other versions of the .net framework, not .net core.

I installed .net core from here: https://www.microsoft.com/net/download/windows

来源:https://stackoverflow.com/questions/48310854/change-net-project-target-from-net-framework-4-5-to-net-core

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!