IdentityServer4.Templates icon indicating copy to clipboard operation
IdentityServer4.Templates copied to clipboard

Template relies on an uncompatible package Serilog.AspNetCore

Open Banyc opened this issue 4 years ago • 0 comments

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 ...

Banyc avatar Sep 15 '20 14:09 Banyc