Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit aeb07ce

Browse files
committed
Revert "Remove portable framework assemblies from nupkg dependencies"
This reverts commit 0024882.
1 parent 0024882 commit aeb07ce

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/Microsoft.Framework.Logging.Interfaces/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
".NETPortable,Version=v4.6,Profile=Profile151": {
1919
"frameworkAssemblies": {
20-
"System.Globalization": { "version": "", "type": "build" },
21-
"System.Runtime": { "version": "", "type": "build" },
22-
"System.Runtime.InteropServices": { "version": "", "type": "build" }
20+
"System.Globalization": "",
21+
"System.Runtime": "",
22+
"System.Runtime.InteropServices": ""
2323
}
2424
}
2525
}

src/Microsoft.Framework.Logging/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*"
3434
},
3535
"frameworkAssemblies": {
36-
"System.Collections": { "version": "", "type": "build" },
37-
"System.Globalization": { "version": "", "type": "build" },
38-
"System.Linq": { "version": "", "type": "build" },
39-
"System.Runtime": { "version": "", "type": "build" },
40-
"System.Runtime.Extensions": { "version": "", "type": "build" },
41-
"System.Runtime.InteropServices": { "version": "", "type": "build" },
42-
"System.Threading": { "version": "", "type": "build" }
36+
"System.Globalization": "",
37+
"System.Runtime": "",
38+
"System.Runtime.Extensions": "",
39+
"System.Runtime.InteropServices": "",
40+
"System.Linq": "",
41+
"System.Collections": "",
42+
"System.Threading": ""
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)