Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manish.sinha@xamarin.com>2019-07-26 20:00:01 +0300
committerManish Sinha <manish.sinha@xamarin.com>2019-07-26 20:00:01 +0300
commit260979f12f9e396391fec5ab31dc8bcced7655d7 (patch)
tree6b9bbfc18902541a359248a1ef0a239ea7a6863c /main/msbuild
parentc44c7ef3d2c25de94a3eb5d7c29d04c26866e272 (diff)
[MSBuild] Explicity add System.IO.Compression for msbuild .NET 4.7.2 target framework
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/MDBuildTasks/MDBuildTasks.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/msbuild/MDBuildTasks/MDBuildTasks.csproj b/main/msbuild/MDBuildTasks/MDBuildTasks.csproj
index 43aa67701f..4c6f94e140 100644
--- a/main/msbuild/MDBuildTasks/MDBuildTasks.csproj
+++ b/main/msbuild/MDBuildTasks/MDBuildTasks.csproj
@@ -5,6 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.9.20" />
+ <PackageReference Include="System.IO.Compression" />
</ItemGroup>
<ItemGroup>
<None Include="..\MDBuildTasks.targets">