Skip to content

Commit 9883a1b

Browse files
committed
Only 10, 9, and 8 are supported
1 parent 4e8a38d commit 9883a1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ The AuthP is an open-source library under the MIT licence (and remain as a open-
1010

1111
## List of versions and which .NET framework they support
1212

13-
- Version 10.?.? supports NET 10 only (simpler to update to next NET release)
13+
- Version 10.?.? NET 10 only (simpler to update to next NET release)
1414
- Version 9.?.? supports NET 9 only (simpler to update to next NET release)
1515
- Version 8.?.? supports NET 8 only (simpler to update to next NET release)
1616

1717

1818
If you have already built your application using an older version, then you need to look at the following "how up update" documents
1919

2020
- For AuthPermissions.AspNetCore versions below 9 see [UpdateToVersion9.md](https://github.com/JonPSmith/AuthPermissions.AspNetCore/blob/main/UpdateToVersion9.md)
21-
- From Migrating from AuthPermissions.AspNetCore 3, 4, 5 to 6.1 see [UpdateToVersion620.md](https://github.com/JonPSmith/AuthPermissions.AspNetCore/blob/main/UpdateToVersion620.md). NOTE: you only need to do this if you are using the "Sign up for a new tenant, with versioning" (shortened to "Sign up Tenant") feature **AND** your multi-tenant uses [sharding](https://github.com/JonPSmith/AuthPermissions.AspNetCore/wiki/Sharding-explained).
22-
- From Migrating from AuthPermissions.AspNetCore 3, 4, 5 to 6.0 see [UpdateToVersion6.md](https://github.com/JonPSmith/AuthPermissions.AspNetCore/blob/main/UpdateToVersion5.md)
2321

2422
The AuthP library also:
2523

0 commit comments

Comments
 (0)