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

Commit 294e7ad

Browse files
committed
Fix project.json files to include correct version references
1 parent ff3c7e8 commit 294e7ad

File tree

4 files changed

+2317
-17
lines changed

4 files changed

+2317
-17
lines changed

src/System.IO.Packaging/src/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"System.Collections": "4.0.10-beta-23008",
4-
"System.Diagnostics.Debug": "4.0.10-beta-23008",
5-
"System.IO.Compression": "4.0.0-beta-23008",
6-
"System.IO.FileSystem": "4.0.0-beta-23008",
7-
"System.IO.FileSystem.Primitives": "4.0.0-beta-23008",
8-
"System.Runtime": "4.0.20-beta-23008",
9-
"System.Xml.ReaderWriter": "4.0.0-beta-23008",
3+
"System.Collections": "4.0.10",
4+
"System.Diagnostics.Debug": "4.0.10",
5+
"System.IO.Compression": "4.0.0",
6+
"System.IO.FileSystem": "4.0.0",
7+
"System.IO.FileSystem.Primitives": "4.0.0",
8+
"System.Runtime": "4.0.20",
9+
"System.Xml.ReaderWriter": "4.0.0",
1010
},
1111
"frameworks": {
1212
"dnxcore50": {}

0 commit comments

Comments
 (0)