Erp.Shared.Infrastructure
1.2.1
dotnet add package Erp.Shared.Infrastructure --version 1.2.1
NuGet\Install-Package Erp.Shared.Infrastructure -Version 1.2.1
<PackageReference Include="Erp.Shared.Infrastructure" Version="1.2.1" />
<PackageVersion Include="Erp.Shared.Infrastructure" Version="1.2.1" />
<PackageReference Include="Erp.Shared.Infrastructure" />
paket add Erp.Shared.Infrastructure --version 1.2.1
#r "nuget: Erp.Shared.Infrastructure, 1.2.1"
#:package Erp.Shared.Infrastructure@1.2.1
#addin nuget:?package=Erp.Shared.Infrastructure&version=1.2.1
#tool nuget:?package=Erp.Shared.Infrastructure&version=1.2.1
Infrastructure services for ERP microservices including Redis caching and message queuing.
| 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. |
-
net9.0
- Erp.Shared.Application (>= 1.1.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- StackExchange.Redis (>= 2.7.17)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Erp.Shared.Infrastructure:
| Package | Downloads |
|---|---|
|
Erp.Shared.API
Shared API components and extensions for ERP microservices including service registration, middleware, API versioning, and MassTransit integration event publisher registration. |
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.1.6:
- Updated RedisKeys.Metadata.FiscalYears to use correct CachedFiscalYear type from Metadata namespace
- Requires Erp.Shared.Application v1.0.7 or higher
v1.1.1:
- Added RedisKeys.Metadata.FiscalYears.ByBranchId for fiscal year caching
- Includes all metadata Redis key structures
v1.1.0:
- Fixed assembly version to match package version
- Ensures compatibility with Erp.Shared.API v1.1.0 and Erp.Shared.Contracts v1.1.0