Remove versions from frameworkAssemblies

It is odd, but they're unsupported here. If a version is given, it
causes every build/publish to think it needs to be restored again,
because the lock file doesn't end up with a version.
This commit is contained in:
Andrew Schwartzmeyer 2016-02-12 10:32:59 -08:00
parent d3d82175b9
commit cc64b31741

View file

@ -27,8 +27,8 @@
"dnx451": {
"frameworkAssemblies": {
"System.ServiceProcess": "",
"System.Windows.Forms": "4.0.0.0",
"System.Drawing": "4.0.0.0",
"System.Windows.Forms": "",
"System.Drawing": "",
"System.Web.Services": ""
},
"dependencies": {