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

@@ -73,7 +73,7 @@ namespace Aaru.CommonTypes.Interop
{
get
{
if(!RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
if(!OperatingSystem.IsWindows())
return Environment.UserName == "root";
bool isAdmin;