Fix DownloadDependency task for VS2017 RC

This commit is contained in:
Ted John 2016-12-17 02:58:19 +00:00
parent c0f79b4f62
commit d0b4af8b3d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
<OutputDirectory Required="true" ParameterType="System.String" />
</ParameterGroup>
<Task>
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression, Version=4.0.0.0" />
<Reference Include="System.IO.Compression.FileSystem" />
<Using Namespace="System"/>
<Using Namespace="System.IO"/>