问题
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