Skip to content

Commit 610e002

Browse files
authored
Add the netcoreapp3.1 TFM and bump Mono.Unix version (#93)
1 parent 633d09d commit 610e002

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LibZipSharp.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<_LibZipSharpNugetVersion>2.0.0-alpha2</_LibZipSharpNugetVersion>
3+
<_LibZipSharpNugetVersion>2.0.0-alpha4</_LibZipSharpNugetVersion>
44
<_NativeBuildDir>$(MSBuildThisFileDirectory)lzsbuild</_NativeBuildDir>
55
<_ExternalDir>$(MSBuildThisFileDirectory)external</_ExternalDir>
6-
<_MonoPosixNugetVersion>7.0.0-alpha.21276.2</_MonoPosixNugetVersion>
6+
<_MonoPosixNugetVersion>7.0.0-alpha8.21302.6</_MonoPosixNugetVersion>
77
<UseXZ Condition=" '$(UseXZ)' == '' ">false</UseXZ>
88
</PropertyGroup>
99
</Project>

LibZipSharp/libZipSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<AssemblyName>libZipSharp</AssemblyName>
88
<AssemblyTitle>libZipSharp</AssemblyTitle>
9-
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
9+
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net45</TargetFrameworks>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1111
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1212
<RootNamespace>Xamarin.Tools.Zip</RootNamespace>

0 commit comments

Comments
 (0)