问题 We are in the process of building an service fabric application and have run into a bit of a issue, whenever you user Visual studio to create a new service fabric app and you specify to use a .Net core app, the app/api that is create is a .Net framework app and not .Net core. <TargetFramework>net452</TargetFramework> Instead of: <TargetFramework>netcoreapp2.0</TargetFramework> Does anyone know the reason for this, or is this intended behavior? Regards 回答1: You need to use the preview tools to