Logitar.Identity.Infrastructure
3.0.5
dotnet add package Logitar.Identity.Infrastructure --version 3.0.5
NuGet\Install-Package Logitar.Identity.Infrastructure -Version 3.0.5
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="Logitar.Identity.Infrastructure" Version="3.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Logitar.Identity.Infrastructure --version 3.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Logitar.Identity.Infrastructure, 3.0.5"
#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 Logitar.Identity.Infrastructure as a Cake Addin #addin nuget:?package=Logitar.Identity.Infrastructure&version=3.0.5 // Install Logitar.Identity.Infrastructure as a Cake Tool #tool nuget:?package=Logitar.Identity.Infrastructure&version=3.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Logitar.Identity.Infrastructure
Provides an abstraction of a data store to be used with the Identity API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Logitar.EventSourcing.Infrastructure (>= 7.0.1)
- Logitar.Identity.Core (>= 3.0.5)
- MediatR (>= 12.4.1)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 9.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Logitar.Identity.Infrastructure:
Package | Downloads |
---|---|
Logitar.Identity.EntityFrameworkCore.Relational
Provides an abstraction of a relational event store to be used with Identity management platform and Entity Framework Core. |
|
Logitar.Portal.Infrastructure
Infrastructure logic of the Portal system. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.5 | 603 | 12/28/2024 |
3.0.4 | 100 | 12/27/2024 |
3.0.3 | 98 | 12/27/2024 |
3.0.2 | 98 | 12/27/2024 |
3.0.1 | 138 | 12/24/2024 |
3.0.0 | 144 | 12/23/2024 |
2.0.0 | 1,208 | 6/7/2024 |
1.0.0 | 517 | 3/26/2024 |
0.12.0 | 498 | 3/5/2024 |
0.11.4 | 330 | 2/11/2024 |
0.11.3 | 265 | 1/24/2024 |
0.11.1 | 181 | 1/23/2024 |
0.11.0 | 243 | 1/22/2024 |
0.10.0 | 162 | 1/12/2024 |
0.7.1 | 166 | 8/20/2023 |
0.7.0 | 186 | 8/20/2023 |
0.6.0 | 211 | 8/13/2023 |
0.5.0 | 201 | 8/12/2023 |
Event handlers are now idempotent.