Browse Source

Replace `dependencies` section by `frameworkAssemblies` in `net45` target (#340)

Andrey Taritsyn 8 years ago
parent
commit
9371178b31
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jint/project.json

+ 2 - 2
Jint/project.json

@@ -20,8 +20,8 @@
   },
   "frameworks": {
     "net45": {
-      "dependencies": {
-        "System.Diagnostics.Contracts": "4.0.0"
+      "frameworkAssemblies": {
+        "System.Diagnostics.Contracts": "4.0.0.0"
       }
     },
     ".NETPortable,Version=v4.0,Profile=Profile328": {