Make Mono.Posix usage conditional on .NET Core

This commit is contained in:
flightlevel
2019-03-06 21:16:20 +11:00
parent a5f0e2b5db
commit a25f2016dc
7 changed files with 71 additions and 23 deletions

View File

@@ -19,7 +19,6 @@
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="MimeMapping" Version="1.0.1.12" />
<!--<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />-->
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="NLog" Version="4.5.11" />
<PackageReference Include="SharpZipLib" Version="1.1.0" />