Skip to content

Commit

Permalink
Fix DownloadDependency task for VS2017 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Dec 17, 2016
1 parent c0f79b4 commit d0b4af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrct2.targets
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit d0b4af8

Please sign in to comment.