mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Update winfsp-netcore to .NET 5.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user