Skip to content
Discussion options

You must be logged in to vote

@nextalk-com Are you getting any specific error when adding the Duende.IdentityServer.Storage package? Or do you have a dependency on an older version of Microsoft.AspNetCore.DataProtection.Abstractions?

The .NET *.Abstractionspackages are generally safe to add across different versions of the .NET runtime. They are meant to contain code that isn’t dependent on which version of .NET the code is running on. Interfaces, abstract classes, exceptions, utilities, etc. I was able to create an ASP.NET Core 8.0 app and add the latest version of Duende.IdentityServer.Storage. The app compiled and ran successfully. Below is my .csproj file.

<Project Sdk="Microsoft.NET.Sdk.Web">
  <PropertyGroup>
    <

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wcabus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants