IdentityServer4.Templates
IdentityServer4.Templates copied to clipboard
Template relies on an uncompatible package Serilog.AspNetCore
We can only help you if you are on the latest version. Either use the latest 2.x or 3.x
Issue / Steps to reproduce the problem
Run:
dotnet add package Serilog.AspNetCore
... on a .NET Core 3.1 project
Relevant parts of the log file
error: Package Microsoft.Extensions.Options.ConfigurationExtensions 2.0.0 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.Extensions.Options.ConfigurationExtensions 2.0.0 does not support any target frameworks.
error: Package 'Serilog.AspNetCore' is incompatible with 'all' frameworks in project ...