summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/NETCore/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/SOS/NETCore/project.json')
-rw-r--r--src/ToolBox/SOS/NETCore/project.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ToolBox/SOS/NETCore/project.json b/src/ToolBox/SOS/NETCore/project.json
index 7a3cf4fe1d..6b2061a577 100644
--- a/src/ToolBox/SOS/NETCore/project.json
+++ b/src/ToolBox/SOS/NETCore/project.json
@@ -6,7 +6,11 @@
"System.Reflection.Metadata": "1.4.1"
},
"frameworks": {
- "netcoreapp1.0": {}
+ "netcoreapp1.0": {
+ "imports": [
+ "portable-net45+win8"
+ ]
+ }
},
"runtimes": {
"win7-x86": {},