Project: Convert to .NET 5.0

This commit is contained in:
Gus
2021-02-08 17:50:27 +01:00
parent 8630a89553
commit 0ea33ff35c
10 changed files with 136 additions and 1068 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
// ICoder.h
using System;
using System.Threading;
namespace SevenZip
{
@@ -58,7 +59,7 @@ namespace SevenZip
/// if input stream is not valid
/// </exception>
void Code(System.IO.Stream inStream, System.IO.Stream outStream,
Int64 inSize, Int64 outSize, ICodeProgress progress);
Int64 inSize, Int64 outSize, ICodeProgress progress, CancellationToken? token = null);
};
/*