R3
R3 copied to clipboard
Adds support for threading lock in .NET 9 and C# 13
Adds support using System.Threading.Lock on platforms that support .NET 9 and C# 13. For older platforms that do not support the Lock object, I have integrated a polyfill of the lock object.
All unit tests continue to pass.