Make everything compile with .NET Core 2.2.

This commit is contained in:
2019-10-25 23:20:16 +01:00
parent 1a5e9c8827
commit c37477c9fb
21 changed files with 71 additions and 219 deletions

View File

@@ -377,7 +377,7 @@ namespace DiscImageChef.Filters
baseStream.Write(buffer, offset, count);
}
#if !NETSTANDARD2_0
#if !NETSTANDARD2_0 && !NETCOREAPP
public OffsetStream(string path, FileMode mode, FileSystemRights rights, FileShare share,
int bufferSize,
FileOptions options, long start, long end)