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?
CodePudding user response:
Updating the Nuget packages fixed the issue