Skip to content
Merged

main #325

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ await Pipeline

---

## 🎯 Target Frameworks
## 🎯 Supported Frameworks

| Framework | Versions |
|-----------|----------|
| .NET Framework | 4.6.2, 4.7.2, 4.8, 4.8.1 |
| .NET Standard | 2.0 |
| .NET | 5.0, 6.0, 7.0, 8.0, 9.0, 10.0 |
This library targets:

---
- **.NET Framework:** 4.6.2, 4.7.2, 4.8, 4.8.1
- **.NET Standard:** 2.0
- **.NET:** 5.0, 6.0, 7.0, 8.0, 9.0, 10.0

See the [NuGet package page](https://www.nuget.org/packages/Wolfgang.Etl.Abstractions/) for the authoritative per-TFM compatibility matrix.

## 🔍 Code Quality & Static Analysis

Expand Down
Loading