.Net framework 4.5.1 Nuget 问题与 MassTransit

.Net framework 4.5.1 Nuget issue with MassTransit

当我尝试在 .Net Framework 4.5.1 Asp.Net Web 应用程序中通过 Nuget 安装 MassTransit 时,显示以下错误:

Install failed. Rolling back...
Install-Package : Could not install package 'MassTransit 3.3.5'. You are trying to install this package into a project that 
targets '.NETFramework,Version=v4.5.1', but the package does not contain any assembly references or content files that are 
compatible with that framework. For more information, contact the package author.
At line:1 char:1

有没有人遇到同样的问题并且知道如何解决这个问题?

.NET 4.5.1 is unsupported 并且 MassTransit 不再支持它。升级到 v4.5.2+。