From 0e3621a929071db75697c78c5aec7717e3f90d45 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Tue, 1 Jun 2021 22:06:12 +0200 Subject: [PATCH] Add the netcoreapp3.1 TFM and bump Mono.Unix version --- LibZipSharp.props | 4 ++-- LibZipSharp/libZipSharp.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LibZipSharp.props b/LibZipSharp.props index a65c8e53..de6683ba 100644 --- a/LibZipSharp.props +++ b/LibZipSharp.props @@ -1,9 +1,9 @@ - <_LibZipSharpNugetVersion>2.0.0-alpha2 + <_LibZipSharpNugetVersion>2.0.0-alpha4 <_NativeBuildDir>$(MSBuildThisFileDirectory)lzsbuild <_ExternalDir>$(MSBuildThisFileDirectory)external - <_MonoPosixNugetVersion>7.0.0-alpha.21276.2 + <_MonoPosixNugetVersion>7.0.0-alpha8.21302.6 false diff --git a/LibZipSharp/libZipSharp.csproj b/LibZipSharp/libZipSharp.csproj index 8a1031be..4053cf87 100644 --- a/LibZipSharp/libZipSharp.csproj +++ b/LibZipSharp/libZipSharp.csproj @@ -6,7 +6,7 @@ libZipSharp libZipSharp - netstandard2.0;net45 + netcoreapp3.1;netstandard2.0;net45 true false Xamarin.Tools.Zip