Skip to content
Snippets Groups Projects
Commit 08ac1d4b authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

dont enumerate runtimes in project.json file

parent 47b29616
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,10 @@
"portable-net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
}
}
}
}
......
......@@ -27,8 +27,10 @@
"portable-net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
},
"System.Linq.Expressions": "4.1.0"
}
}
......
......@@ -52,8 +52,3 @@
}
},
%endif
"runtimes": {
"win7-x64": { },
"debian.8-x64": { },
"osx.10.11-x64": { }
},
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment