.NET Core 运行时向后兼容性

.NET Core Runtime backward compatibility

我需要在 Windows Server 2012 上为使用 1.1 版编写的 Web 应用程序安装 .NET Core 运行时。我可以安装 .NET Core Runtime 2.0 吗?

我的问题没有找到明确的答案。 这里有人提出了类似的问题 https://github.com/dotnet/docs/issues/4241

这里是关于运行时版本控制的官方 .NET Core 指南 https://docs.microsoft.com/en-us/dotnet/core/versions/

根据 documentation,.NET Core 版本可以并排安装:

While there is a single host, most of the other components are in versioned directories (2,3,5,6). These means multiple versions can be present on the system since they are installed side-by-side.