ASP.NET 核心自包含兼容性?

ASP.NET Core self-contained compatibility?

我一直在尝试使用自包含和便携式平台在多个操作系统上部署我的 .NET Core 应用程序。

正如预期的那样,运行在 Windows 8.1、Windows 10 和 OSX 上没问题。

我还有一个带有 IIS7 的 2008 Windows 服务器,这导致了一些问题。我尝试 运行 自包含的可执行文件但是 returns procedure entry point kernel32.dll 错误,这显然意味着我在我的 project.json 文件中选择了错误的 运行 时间。

从哪里可以得到兼容 ASP.NET Core 运行 次的列表?

我认为可移植的 .NET Core 应用 与 IIS7 兼容,因为 AspNetCoreModules 需要 IIS7.5,是否正确?

The article Publishing to IIS on ASP.NET Core docs 表示需要 Windows Server 2008 R2