IczpNet.OpenIddict.Domain
0.1.3
.NET 7.0
This package targets .NET 7.0. The package is compatible with this framework or higher.
.NET Standard 2.1
This package targets .NET Standard 2.1. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package IczpNet.OpenIddict.Domain --version 0.1.3
NuGet\Install-Package IczpNet.OpenIddict.Domain -Version 0.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IczpNet.OpenIddict.Domain" Version="0.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IczpNet.OpenIddict.Domain --version 0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IczpNet.OpenIddict.Domain, 0.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IczpNet.OpenIddict.Domain as a Cake Addin #addin nuget:?package=IczpNet.OpenIddict.Domain&version=0.1.3 // Install IczpNet.OpenIddict.Domain as a Cake Tool #tool nuget:?package=IczpNet.OpenIddict.Domain&version=0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
IczpNet.OpenIddict
An abp module that provides standard tree structure entity implement.
Create project by Abp Cli
abp new IczpNet.OpenIddict -t module --no-ui -v 7.3.0
Add Moudule Volo.OpenIddict
abp add-module Volo.OpenIddict
FluentValidation 集成
abp add-package Volo.Abp.FluentValidation
Build
dotnet build --configuration Release
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build
Public to Nuget.org
dotnet nuget push "src/*/bin/Release/*0.1.1.nupkg" --skip-duplicate -k {APIKEY} --source https://api.nuget.org/v3/index.json
Usage
Api : xxx.HttpApi.Host/xxHttpApiHostModule
Configure<AbpAspNetCoreMvcOptions>(options =>
{
options.ConventionalControllers.Create(typeof(OpenIddictApplicationModule).Assembly);
});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net8.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- IczpNet.AbpCommons.Domain (>= 0.1.9)
- IczpNet.OpenIddict.Domain.Shared (>= 0.1.3)
- Volo.Abp.Ddd.Domain (>= 7.3.0)
- Volo.Abp.OpenIddict.Domain (>= 7.3.0)
- Volo.Abp.PermissionManagement.Domain.OpenIddict (>= 7.3.0)
-
net7.0
- IczpNet.AbpCommons.Domain (>= 0.1.9)
- IczpNet.OpenIddict.Domain.Shared (>= 0.1.3)
- Volo.Abp.Ddd.Domain (>= 7.3.0)
- Volo.Abp.OpenIddict.Domain (>= 7.3.0)
- Volo.Abp.PermissionManagement.Domain.OpenIddict (>= 7.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on IczpNet.OpenIddict.Domain:
Package | Downloads |
---|---|
IczpNet.OpenIddict.MongoDB
OpenIddict management for abpVnext8.2 |
|
IczpNet.OpenIddict.EntityFrameworkCore
OpenIddict management for abpVnext8.2 |
|
IczpNet.OpenIddict.Application
OpenIddict management for abpVnext8.2 |
GitHub repositories
This package is not used by any popular GitHub repositories.