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.
<PackageVersion Include="Logitar.Identity.Infrastructure" Version="3.0.5" />
<PackageReference Include="Logitar.Identity.Infrastructure" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Logitar.Identity.Infrastructure&version=3.0.5
#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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 | 735 | 12/28/2024 |
3.0.4 | 127 | 12/27/2024 |
3.0.3 | 126 | 12/27/2024 |
3.0.2 | 127 | 12/27/2024 |
3.0.1 | 166 | 12/24/2024 |
3.0.0 | 172 | 12/23/2024 |
2.0.0 | 1,226 | 6/7/2024 |
1.0.0 | 541 | 3/26/2024 |
0.12.0 | 522 | 3/5/2024 |
0.11.4 | 350 | 2/11/2024 |
0.11.3 | 283 | 1/24/2024 |
0.11.1 | 200 | 1/23/2024 |
0.11.0 | 264 | 1/22/2024 |
0.10.0 | 180 | 1/12/2024 |
0.7.1 | 185 | 8/20/2023 |
0.7.0 | 200 | 8/20/2023 |
0.6.0 | 228 | 8/13/2023 |
0.5.0 | 218 | 8/12/2023 |
Event handlers are now idempotent.