Can you please add NET6 support? I tried to compile your source, works great (but I prefer the nuget packages to be uptodate). Only added net6.0-windows in target frameworks, hope this is the golden line.
Only one change necessary to prevent warnings during compilation time in file SafeLibraryHandle.cs, but it's only cosmetical thing I suppose (see also here).
Remove this line:
[ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
Can you please add NET6 support? I tried to compile your source, works great (but I prefer the nuget packages to be uptodate). Only added
net6.0-windowsin target frameworks, hope this is the golden line.Only one change necessary to prevent warnings during compilation time in file
SafeLibraryHandle.cs, but it's only cosmetical thing I suppose (see also here).Remove this line: