Target .NET Core for executables that can be deployed on linux, mac + Windows.
Target .NET Framework if you’re in a Windows-only environment or need to use Windows-specific functionality (like the UI, or Active Directory)
Where possible, target .NET Standard for common code libraries (can be used by both .NET Core (all versions) and .NET Framework (v.4.6.2+)
get yourself on the email list