is there any cause for concern using log4net with .NET 3.5 and later
I have read this page and noticed that .NET 3.5 is not specific开发者_StackOverflowally listed. Is this cause for concern?
No, .NET 3.5 uses the same CLR version as .NET 2.0, so absolutely no cause for concern.
No worries at all. I'm using log4net in several 3.5 applications.
精彩评论