NetCore8583 2.2.0
See the version list below for details.
dotnet add package NetCore8583 --version 2.2.0
NuGet\Install-Package NetCore8583 -Version 2.2.0
<PackageReference Include="NetCore8583" Version="2.2.0" />
<PackageVersion Include="NetCore8583" Version="2.2.0" />
<PackageReference Include="NetCore8583" />
paket add NetCore8583 --version 2.2.0
#r "nuget: NetCore8583, 2.2.0"
#:package NetCore8583@2.2.0
#addin nuget:?package=NetCore8583&version=2.2.0
#tool nuget:?package=NetCore8583&version=2.2.0
NetCore8583 is a library that helps parse/read and generate ISO 8583 messages. It does not handle sending or reading them over a network connection, but it does parse the data you have read and can generate the data you need to write over a network connection.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 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 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 was computed. 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. |
-
net6.0
- Serilog.AspNetCore (>= 8.0.1)
- Serilog.Extensions.Logging (>= 8.0.0)
- Serilog.Extensions.Logging.File (>= 3.0.0)
- Serilog.Settings.Configuration (>= 8.0.0)
- Serilog.Sinks.Console (>= 5.0.1)
- System.Text.Encoding.CodePages (>= 8.0.0)
-
net7.0
- Serilog.AspNetCore (>= 8.0.1)
- Serilog.Extensions.Logging (>= 8.0.0)
- Serilog.Extensions.Logging.File (>= 3.0.0)
- Serilog.Settings.Configuration (>= 8.0.0)
- Serilog.Sinks.Console (>= 5.0.1)
- System.Text.Encoding.CodePages (>= 8.0.0)
-
net8.0
- Serilog.AspNetCore (>= 8.0.1)
- Serilog.Extensions.Logging (>= 8.0.0)
- Serilog.Extensions.Logging.File (>= 3.0.0)
- Serilog.Settings.Configuration (>= 8.0.0)
- Serilog.Sinks.Console (>= 5.0.1)
- System.Text.Encoding.CodePages (>= 8.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NetCore8583:
| Package | Downloads |
|---|---|
|
Iso8583.Common
Shared types, configuration, and message factory for ISO 8583 financial messaging in .NET. Used by Iso8583.Client and Iso8583.Server. |
|
|
Iso8583.Client
High-performance async TCP client for ISO 8583 financial messaging. Features request/response correlation, auto-reconnection with exponential backoff, TLS/mTLS, idle keepalive, and composable message handlers. |
|
|
Iso8583.Server
High-performance async TCP server for ISO 8583 financial messaging. Features connection tracking, max connection enforcement, TLS/mTLS, idle keepalive, graceful shutdown with drain, and composable message handlers. |
GitHub repositories
This package is not used by any popular GitHub repositories.