mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Make everything compile with .NET Core 2.2.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user