SyslogNet icon indicating copy to clipboard operation
SyslogNet copied to clipboard

Added support for .NET Framework 2.0

Open ststeiger opened this issue 4 years ago • 0 comments

Added support for Full .NET Framework 2.0. Added conditional compilation symbol, added missing dependencies conditionally if net20 (as internal), extension method for string.IsNullOrEmpty (internal)

Since the missing System.Linq and extension attribute files are compiled conditionally, they are not added to .NET 4.0 or NetStandard, only net20.

ststeiger avatar Feb 11 '21 09:02 ststeiger