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

dont enumerate runtimes in project.json file

parent f4a1e198
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,10 @@ ...@@ -14,8 +14,10 @@
"portable-net45" "portable-net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0", "Microsoft.NETCore.App": {
"NETStandard.Library": "1.6.0" "type": "platform",
"version": "1.0.0"
}
} }
} }
} }
......
...@@ -27,8 +27,10 @@ ...@@ -27,8 +27,10 @@
"portable-net45" "portable-net45"
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": "1.0.0", "Microsoft.NETCore.App": {
"NETStandard.Library": "1.6.0", "type": "platform",
"version": "1.0.0"
},
"System.Linq.Expressions": "4.1.0" "System.Linq.Expressions": "4.1.0"
} }
} }
......
...@@ -52,8 +52,3 @@ ...@@ -52,8 +52,3 @@
} }
}, },
%endif %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