Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 13b98aa

Browse files
author
Matt Cohn
committed
Move System.IO.Compression in ProjectK from closed to open source implementation.
Improvements in open source implemenation include - Fix DD1178196 bug in DeflateStream causes assert in DeflaterZLib.IDeflater.Finish - Performance improvements for asynchronous operations - Unix support [tfs-changeset: 1494471]
1 parent 6e5d09b commit 13b98aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/System.IO.Compression/src/System.IO.Compression.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
3+
<PropertyGroup>
4+
<!-- Required due to https://github.com/dotnet/corefx/issues/2171 -->
5+
<AssemblyKeyType>ECMA</AssemblyKeyType>
6+
</PropertyGroup>
37
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
48
<PropertyGroup>
59
<Configuration Condition="'$(Configuration)' == ''">Windows_Debug</Configuration>
610
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
711
<AssemblyName>System.IO.Compression</AssemblyName>
12+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
813
<OutputType>Library</OutputType>
914
<ProjectGuid>{5471BFE8-8071-466F-838E-5ADAA779E742}</ProjectGuid>
1015
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)