aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-06 13:09:21 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-06 13:09:21 -0500
commit86c0532edc0042b26dda5f1ca41abdf80db46414 (patch)
treed415be3b7fcf06577e76ee8ff22a3c76c9b65387 /README.md
parentc7cbe768eb153efd61568178b3b9d0b4f50e20a7 (diff)
initial migration to .net 8.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index abf5a13..e2cb063 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,8 @@ Again, go to my website below, my email address is available, go ahead and send
### .NET Version Notice
I prefer sticking with lts .NET versions and 8 just released, so I will likely be upgrading once its "stable" and I have the time to port and test everything. Core libraries will be first then downstream packages.
+**Update** Upgrades to .NET 8 have started and breaking changes/obsolete apis have been addressed. Futher updates and improvements will be made to make use of new features and apis.
+
## Index/NameSpaces
**VNLib.**
- [Utils](lib/Utils/#) - A mutli-use library focused on reducing complexity for working with native resources, memory, asynchronous patterns and data-structures, object/resource pooling, critical resource handling, and common logging abstractions.