adoconnection / SevenZipExtractor

C# wrapper for 7z.dll
MIT License
306 stars 83 forks source link

NET6 support #59

Open mcpat-it opened 2 years ago

mcpat-it commented 2 years ago

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)]