OpenIddict.Core
6.0.0-rc1.24608.69
Prefix Reserved
See the version list below for details.
dotnet add package OpenIddict.Core --version 6.0.0-rc1.24608.69
NuGet\Install-Package OpenIddict.Core -Version 6.0.0-rc1.24608.69
<PackageReference Include="OpenIddict.Core" Version="6.0.0-rc1.24608.69" />
paket add OpenIddict.Core --version 6.0.0-rc1.24608.69
#r "nuget: OpenIddict.Core, 6.0.0-rc1.24608.69"
// Install OpenIddict.Core as a Cake Addin #addin nuget:?package=OpenIddict.Core&version=6.0.0-rc1.24608.69&prerelease // Install OpenIddict.Core as a Cake Tool #tool nuget:?package=OpenIddict.Core&version=6.0.0-rc1.24608.69&prerelease
OpenIddict's core components, used to manage the applications, authorizations, scopes and tokens stored in the database.
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 was computed. 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. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. 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. |
-
.NETFramework 4.6.2
- BouncyCastle.Cryptography (>= 2.4.0)
- Microsoft.Extensions.Caching.Memory (>= 2.1.23)
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.Extensions.Options (>= 2.1.1)
- OpenIddict.Abstractions (>= 6.0.0-rc1.24608.69)
-
.NETFramework 4.7.2
- Microsoft.Extensions.Caching.Memory (>= 2.1.23)
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.Extensions.Options (>= 2.1.1)
- OpenIddict.Abstractions (>= 6.0.0-rc1.24608.69)
-
.NETFramework 4.8
- Microsoft.Extensions.Caching.Memory (>= 2.1.23)
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.Extensions.Options (>= 2.1.1)
- OpenIddict.Abstractions (>= 6.0.0-rc1.24608.69)
-
.NETStandard 2.0
- BouncyCastle.Cryptography (>= 2.3.1)
- Microsoft.Extensions.Caching.Memory (>= 2.1.23)
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.Extensions.Options (>= 2.1.1)
- OpenIddict.Abstractions (>= 6.0.0-rc1.24608.69)
-
.NETStandard 2.1
- Microsoft.Extensions.Caching.Memory (>= 3.1.32)
- Microsoft.Extensions.Logging (>= 3.1.32)
- Microsoft.Extensions.Options (>= 3.1.32)
- OpenIddict.Abstractions (>= 6.0.0-rc1.24608.69)
-
net6.0
- Microsoft.Extensions.Caching.Memory (>= 6.0.3)
- Microsoft.Extensions.Logging (>= 6.0.1)
- Microsoft.Extensions.Options (>= 6.0.1)
- OpenIddict.Abstractions (>= 6.0.0-rc1.24608.69)
-
net8.0
- Microsoft.Extensions.Caching.Memory (>= 8.0.1)
- Microsoft.Extensions.Logging (>= 8.0.1)
- Microsoft.Extensions.Options (>= 8.0.2)
- OpenIddict.Abstractions (>= 6.0.0-rc1.24608.69)
-
net9.0
- Microsoft.Extensions.Caching.Memory (>= 9.0.0)
- Microsoft.Extensions.Logging (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
- OpenIddict.Abstractions (>= 6.0.0-rc1.24608.69)
NuGet packages (29)
Showing the top 5 NuGet packages that depend on OpenIddict.Core:
Package | Downloads |
---|---|
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.EntityFrameworkCore
Entity Framework Core stores for OpenIddict. |
|
OpenIddict.Quartz
Quartz.NET integration package for OpenIddict. |
|
Volo.Abp.OpenIddict.Domain
Package Description |
|
OrchardCore.OpenId
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Provides OpenId Connect client, server and management features. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on OpenIddict.Core:
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. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
StarEliteCore/Nebula.Admin
Destiny.Core.Flow是基于.Net Core,VUE前后分离,开发的一个开源Admin管理框架目前有以下模块:菜单管理、用户管理、角色管理、用户角色、角色权限等功能。
|
Version | Downloads | Last updated | |
---|---|---|---|
6.0.0 | 16,302 | 12/17/2024 | |
6.0.0-rc1.24608.69 | 695 | 12/8/2024 | |
6.0.0-preview4.24563.42 | 3,836 | 11/13/2024 | |
6.0.0-preview3.24551.41 | 21,187 | 11/1/2024 | |
6.0.0-preview2.24522.58 | 552 | 10/22/2024 | |
6.0.0-preview1.24504.78 | 5,779 | 10/4/2024 | |
5.8.0 | 386,415 | 8/22/2024 | |
5.7.1 | 25,728 | 8/15/2024 | |
5.7.0 | 295,835 | 6/19/2024 | |
5.6.0 | 175,077 | 5/14/2024 | |
5.5.0 | 288,106 | 4/25/2024 | |
5.4.0 | 154,178 | 3/26/2024 | |
5.3.0 | 151,804 | 3/4/2024 | |
5.2.0 | 165,429 | 2/12/2024 | |
5.1.0 | 245,469 | 1/18/2024 | |
5.0.1 | 200,812 | 12/22/2023 | |
5.0.0 | 206,029 | 12/18/2023 | |
5.0.0-rc1.23614.58 | 1,459 | 12/14/2023 | |
5.0.0-preview3.23601.38 | 1,559 | 12/1/2023 | |
5.0.0-preview2.23564.72 | 1,968 | 11/14/2023 | |
5.0.0-preview1.23520.63 | 4,080 | 10/20/2023 | |
4.10.1 | 839,733 | 12/2/2023 | |
4.10.0 | 124,834 | 11/14/2023 | |
4.9.0 | 201,208 | 10/9/2023 | |
4.8.0 | 340,966 | 9/12/2023 | |
4.7.0 | 180,573 | 8/9/2023 | |
4.6.0 | 150,085 | 7/13/2023 | |
4.5.0 | 428,974 | 6/19/2023 | |
4.4.0 | 301,822 | 5/25/2023 | |
4.3.0 | 121,169 | 4/29/2023 | |
4.2.0 | 374,810 | 3/25/2023 | |
4.1.0 | 135,503 | 2/27/2023 | |
4.0.0 | 570,040 | 12/23/2022 | |
4.0.0-rc2.22614.58 | 1,572 | 12/14/2022 | |
4.0.0-rc1.22607.41 | 7,063 | 12/7/2022 | |
4.0.0-preview6.22566.67 | 3,054 | 11/16/2022 | |
4.0.0-preview5.22557.92 | 3,954 | 11/7/2022 | |
4.0.0-preview4.22517.68 | 6,961 | 10/17/2022 | |
4.0.0-preview3.22422.72 | 12,011 | 8/22/2022 | |
4.0.0-preview2.22368.68 | 66,305 | 7/18/2022 | |
4.0.0-preview1.22322.71 | 8,831 | 6/22/2022 | |
3.1.1 | 4,250,543 | 8/27/2021 | |
3.1.0 | 180,614 | 7/8/2021 | |
3.0.5 | 107,708 | 6/11/2021 | |
3.0.4 | 555,342 | 5/10/2021 | |
3.0.3 | 320,413 | 4/7/2021 | |
3.0.2 | 63,708 | 3/10/2021 | |
3.0.1 | 39,093 | 2/8/2021 | |
3.0.0 | 109,344 | 12/23/2020 | |
3.0.0-rc2.20607.88 | 6,037 | 12/7/2020 | |
3.0.0-rc1.20567.82 | 10,302 | 11/17/2020 | |
3.0.0-beta6.20527.75 | 10,949 | 10/27/2020 | |
3.0.0-beta5.20503.76 | 6,539 | 10/3/2020 | |
3.0.0-beta4.20502.55 | 570 | 10/2/2020 | |
3.0.0-beta3.20403.69 | 11,350 | 8/3/2020 | |
3.0.0-beta2.20358.71 | 6,560 | 7/8/2020 | |
3.0.0-beta1.20311.67 | 2,794 | 6/11/2020 | |
2.0.1 | 1,472,416 | 10/17/2019 | |
2.0.0 | 391,709 | 11/1/2018 | |
2.0.0-rc3-final | 139,402 | 6/19/2018 | |
2.0.0-rc2-final | 139,100 | 2/19/2018 | |
2.0.0-rc1-final | 77,932 | 10/20/2017 | |
1.0.0 | 14,778 | 11/1/2018 | |
1.0.0-rc3-final | 2,157 | 6/19/2018 | |
1.0.0-rc2-final | 2,566 | 2/19/2018 | |
1.0.0-rc1-final | 21,157 | 10/20/2017 |