当我尝试在.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
有没有人有同样的问题,知道如何解决这个问题?