All apps published cross-platform? Framework-dependent?

Is a Framework-Dependent Deployment Cross-Platform in .NET Core?

In .NET Core, there are two modes to publish applications: self-contained and framework-dependent. While self-contained deployments are cross-platform, the same is not necessarily true for framework-dependent deployments. So, is the statement “Apps published as framework-dependent are cross-platform” true?

No, the statement “Apps published as framework-dependent are cross-platform” is not true. Framework-dependent deployments in .NET Core are not guaranteed to be cross-platform.