IdentityServer / IdentityServer4.Templates

dotnet new templates for IdentityServer4
Apache License 2.0
695 stars 229 forks source link

Template relies on an uncompatible package Serilog.AspNetCore #87

Closed Banyc closed 1 year ago

Banyc commented 4 years ago

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