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

Commit 45f4ffb

Browse files
committed
Fix compression tests to bring in correct clrcompression.dll
We need to define a runtime to resolve for so that nuget emits the win7-x64 target to be used by the tests. This will resolve the clrcompression dependency from the System.IO.Compression package.
1 parent 3583b69 commit 45f4ffb

File tree

4 files changed

+928
-100
lines changed

4 files changed

+928
-100
lines changed

src/System.IO.Compression.ZipFile/tests/project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"System.Globalization": "4.0.10",
77
"System.IO": "4.0.10",
88
"System.IO.Compression": "4.0.0",
9-
"System.IO.Compression.clrcompression-x64": "1.0.0-prerelease",
109
"System.IO.Compression.TestData": "1.0.0-prerelease",
1110
"System.IO.FileSystem": "4.0.0",
1211
"System.IO.FileSystem.Primitives": "4.0.0",
@@ -25,5 +24,8 @@
2524
},
2625
"frameworks": {
2726
"dnxcore50": {}
27+
},
28+
"runtimes": {
29+
"win7-x64": {}
2830
}
2931
}

0 commit comments

Comments
 (0)