OpenIddict.Abstractions
4.8.0
dotnet add package OpenIddict.Abstractions --version 4.8.0
NuGet\Install-Package OpenIddict.Abstractions -Version 4.8.0
<PackageReference Include="OpenIddict.Abstractions" Version="4.8.0" />
paket add OpenIddict.Abstractions --version 4.8.0
#r "nuget: OpenIddict.Abstractions, 4.8.0"
// Install OpenIddict.Abstractions as a Cake Addin
#addin nuget:?package=OpenIddict.Abstractions&version=4.8.0
// Install OpenIddict.Abstractions as a Cake Tool
#tool nuget:?package=OpenIddict.Abstractions&version=4.8.0
Abstractions and primitives used by the OpenIddict components.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.32)
- Microsoft.Extensions.Primitives (>= 3.1.32)
- Microsoft.IdentityModel.Tokens (>= 6.25.1)
-
.NETFramework 4.6.1
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Primitives (>= 2.1.6)
- Microsoft.IdentityModel.Tokens (>= 6.25.1)
- System.Collections.Immutable (>= 1.7.1)
- System.Text.Encodings.Web (>= 4.7.2)
- System.Text.Json (>= 4.7.2)
-
.NETFramework 4.7.2
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Primitives (>= 2.1.6)
- Microsoft.IdentityModel.Tokens (>= 6.25.1)
- System.Collections.Immutable (>= 1.7.1)
- System.Text.Encodings.Web (>= 4.7.2)
- System.Text.Json (>= 4.7.2)
-
.NETFramework 4.8
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Primitives (>= 2.1.6)
- Microsoft.IdentityModel.Tokens (>= 6.25.1)
- System.Collections.Immutable (>= 1.7.1)
- System.Text.Encodings.Web (>= 4.7.2)
- System.Text.Json (>= 4.7.2)
-
.NETStandard 2.0
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Primitives (>= 2.1.6)
- Microsoft.IdentityModel.Tokens (>= 6.25.1)
- System.Collections.Immutable (>= 1.7.1)
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Text.Encodings.Web (>= 4.7.2)
- System.Text.Json (>= 4.7.2)
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.32)
- Microsoft.Extensions.Primitives (>= 3.1.32)
- Microsoft.IdentityModel.Tokens (>= 6.25.1)
- System.Collections.Immutable (>= 1.7.1)
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Text.Encodings.Web (>= 4.7.2)
- System.Text.Json (>= 4.7.2)
-
net6.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Primitives (>= 6.0.0)
- Microsoft.IdentityModel.Tokens (>= 6.25.1)
-
net7.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Primitives (>= 7.0.0)
- Microsoft.IdentityModel.Tokens (>= 6.25.1)
NuGet packages (23)
Showing the top 5 NuGet packages that depend on OpenIddict.Abstractions:
Package | Downloads |
---|---|
OpenIddict.Core
OpenIddict's core components, used to manage the applications, authorizations, scopes and tokens stored in the database. |
|
OpenIddict.Server
OpenIddict authorization server services. Note: this package only contains the generic/host-agnostic server components. To use the server feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Server.AspNetCore or OpenIddict.Server.Owin package. |
|
OpenIddict.Validation
OpenIddict token validation services. Note: this package only contains the generic/host-agnostic validation components. To use the validation feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Validation.AspNetCore or OpenIddict.Validation.Owin package. |
|
OpenIddict
Versatile OpenID Connect stack for .NET. Note: this metapackage only references the generic core, client, server and validation packages. To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the OpenIddict.AspNetCore or OpenIddict.Owin package. |
|
OpenIddict.Client
OpenIddict authorization client services. Note: this package only contains the generic/host-agnostic client components. To use the client feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Client.AspNetCore or OpenIddict.Client.Owin package. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on OpenIddict.Abstractions:
Repository | Stars |
---|---|
abpframework/abp
Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
|
|
umbraco/Umbraco-CMS
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites
|
|
fullstackhero/dotnet-microservices-boilerplate
The Ultimate Microservices Starter Kit for .NET Developers!
|
|
thomasduft/openiddict-ui
A headless UI for the OpenIddict-Core stack.
|
Version | Downloads | Last updated | |
---|---|---|---|
4.8.0 | 8,227 | 9/12/2023 | |
4.7.0 | 48,061 | 8/9/2023 | |
4.6.0 | 81,797 | 7/13/2023 | |
4.5.0 | 117,148 | 6/19/2023 | |
4.4.0 | 104,482 | 5/25/2023 | |
4.3.0 | 84,398 | 4/29/2023 | |
4.2.0 | 232,478 | 3/25/2023 | |
4.1.0 | 95,363 | 2/27/2023 | |
4.0.0 | 407,213 | 12/23/2022 | |
4.0.0-rc2.22614.58 | 1,697 | 12/14/2022 | |
4.0.0-rc1.22607.41 | 6,566 | 12/7/2022 | |
4.0.0-preview6.22566.67 | 4,019 | 11/16/2022 | |
4.0.0-preview5.22557.92 | 5,318 | 11/7/2022 | |
4.0.0-preview4.22517.68 | 7,438 | 10/17/2022 | |
4.0.0-preview3.22422.72 | 8,970 | 8/22/2022 | |
4.0.0-preview2.22368.68 | 43,214 | 7/18/2022 | |
4.0.0-preview1.22322.71 | 9,682 | 6/22/2022 | |
3.1.1 | 3,365,256 | 8/27/2021 | |
3.1.0 | 160,553 | 7/8/2021 | |
3.0.5 | 111,316 | 6/11/2021 | |
3.0.4 | 461,890 | 5/10/2021 | |
3.0.3 | 168,302 | 4/7/2021 | |
3.0.2 | 68,557 | 3/10/2021 | |
3.0.1 | 43,549 | 2/8/2021 | |
3.0.0 | 103,149 | 12/23/2020 | |
3.0.0-rc2.20607.88 | 5,953 | 12/7/2020 | |
3.0.0-rc1.20567.82 | 10,292 | 11/17/2020 | |
3.0.0-beta6.20527.75 | 11,068 | 10/27/2020 | |
3.0.0-beta5.20503.76 | 6,424 | 10/3/2020 | |
3.0.0-beta4.20502.55 | 533 | 10/2/2020 | |
3.0.0-beta3.20403.69 | 25,190 | 8/3/2020 | |
3.0.0-beta2.20358.71 | 6,431 | 7/8/2020 | |
3.0.0-beta1.20311.67 | 18,057 | 6/11/2020 | |
2.0.1 | 1,777,758 | 10/17/2019 | |
2.0.0 | 376,308 | 11/1/2018 | |
2.0.0-rc3-final | 126,755 | 6/19/2018 | |
1.0.0 | 9,225 | 11/1/2018 | |
1.0.0-rc3-final | 1,666 | 6/19/2018 |