I am working on an old project that was initially .net framework 4.5, but when I opened it with Visual Studio 2022, it made me update to .net framework 4.8
Based on log4net, and Microsoft.Extensions.Logger, it does not support net framework 4.8
and only supports 4.5 and 4.6.2
What can I use for a logger for .net framework 4.8 for server side so in case of an error, I can view the logs.
Currently the old project was setup with log4net but I am guessing the logger doesnt create the log file because of the update to 4.8