I see that there is support for ASP.NET Core 3.0 but what about 3.1? I've tried with no luck. Not sure if I am doing something dumb or if it is not supported?
I've installed the latest Nuget Packages:
- Lamar 4.0.0
- Lamar.Microsoft.DependencyInjection 4.0.2
And I am using:
var builder = new WebHostBuilder();
builder.UseLamar()
The file includes using Lamar.Microsoft.DependencyInjection;
at the top.
But getting error: 'WebHostBuilder' does not contain a definition for 'UseLamar'.