Service Binder 异常:找不到方法

Service Binder exception: method not found

尝试启动此程序:https://github.com/celery94/GrpcHostServer 在 Visual Studio 16.7.6 上出现以下异常:

System.MissingMethodException: 'Method not found: 'Microsoft.AspNetCore.Builder.IEndpointConventionBuilder Microsoft.AspNetCore.Builder.RoutingEndpointConventionBuilderExtensions.WithDisplayName(Microsoft.AspNetCore.Builder.IEndpointConventionBuilder, System.String)'.'

是什么原因造成的,我该如何解决?

更新 Nuget 包解决了这个问题