0

Attempt to launch this: https://github.com/celery94/GrpcHostServer on Visual Studio 16.7.6 gave me following exception:

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

What's causing it and how do I fix it?

Jack J Jun
  • 5,633
  • 1
  • 9
  • 27

1 Answers1

0

Updating the Nuget packages fixed the issue