A set of technologies in the .NET Framework for building web applications and XML web services.
So the method is not in the 3.1 DLL. Just how are you seeing this exception in your code? Show the code....
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am upgrading .net core web api 2.2 to .net core 3.1 while runtime i am getting error like ,
'Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.AuthorizationServiceCollectionExtensions.AddAuthorization(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Action`1<Microsoft.AspNetCore.Authorization.AuthorizationOptions>)'.
A set of technologies in the .NET Framework for building web applications and XML web services.
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
So the method is not in the 3.1 DLL. Just how are you seeing this exception in your code? Show the code....