Skip to content

Commit e9fe868

Browse files
authored
Refactor requirements table in README.md
Updated the requirements table format in README.md for better readability. Signed-off-by: CØDE N!NJΔ <najaf.shaikh@gmail.com>
1 parent bced945 commit e9fe868

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,13 @@ ActiveForge streamlines data-centric development with a cohesive approach to ent
7575
---
7676

7777
## Requirements
78-
┌────────────┬──────────────────────────────────────────────────────────────────────────────────────────────┐
79-
│ Project │ Targets │
80-
├────────────┼──────────────────────────────────────────────────────────────────────────────────────────────┤
81-
│ Core │ net8.0;net9.0;net10.0;net472;netstandard2.0;netstandard2.1 │
82-
├────────────┼──────────────────────────────────────────────────────────────────────────────────────────────┤
83-
│ SqlServer │ net8.0;net9.0;net10.0;net472;netstandard2.0;netstandard2.1 │
84-
├────────────┼──────────────────────────────────────────────────────────────────────────────────────────────┤
85-
│ PostgreSQL │ net8.0;net9.0;net10.0 — Npgsql 8 limits this │
86-
├────────────┼──────────────────────────────────────────────────────────────────────────────────────────────┤
87-
│ SQLite │ net8.0;net9.0;net10.0;netstandard2.0;netstandard2.1 — net472 excluded (native binaries risk) │
88-
├────────────┼──────────────────────────────────────────────────────────────────────────────────────────────┤
89-
│ MongoDB │ net8.0;net9.0;net10.0;net472;netstandard2.0;netstandard2.1 │
90-
└────────────┴──────────────────────────────────────────────────────────────────────────────────────────────┘
78+
| Project | Targets |
79+
|---------|---------|
80+
| Core | net8.0; net9.0; net10.0; net472; netstandard2.0; netstandard2.1 |
81+
| SqlServer | net8.0; net9.0; net10.0; net472; netstandard2.0; netstandard2.1 |
82+
| PostgreSQL | net8.0; net9.0; net10.0 — Npgsql 8 limits this |
83+
| SQLite | net8.0; net9.0; net10.0; netstandard2.0; netstandard2.1 — net472 excluded (native binaries risk) |
84+
| MongoDB | net8.0; net9.0; net10.0; net472; netstandard2.0; netstandard2.1 |
9185

9286
---
9387

0 commit comments

Comments
 (0)