Update winfsp-netcore to .NET 5.

This commit is contained in:
2020-12-21 01:37:00 +00:00
parent 197c86fb22
commit c39ebc5bca
6 changed files with 35 additions and 21 deletions

View File

@@ -4,6 +4,7 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using System.Security.AccessControl;
using Fsp;
using Fsp.Interop;
@@ -12,6 +13,7 @@ using FileInfo = Fsp.Interop.FileInfo;
namespace RomRepoMgr.Core.Filesystem
{
[SupportedOSPlatform("windows")]
public class Winfsp : FileSystemBase
{
readonly Vfs _vfs;