Browse Source

Sign an Jint version 2.10 with a Strong Name (#339)

Andrey Taritsyn 8 years ago
parent
commit
01154f70f0
1 changed files with 7 additions and 4 deletions
  1. 7 4
      Jint/project.json

+ 7 - 4
Jint/project.json

@@ -13,6 +13,9 @@
       "url": "git://github.com/sebastienros/jint"
       "url": "git://github.com/sebastienros/jint"
     }
     }
   },
   },
+  "buildOptions": {
+    "keyFile": "Jint.snk"
+  },
   "frameworks": {
   "frameworks": {
     "net45": {
     "net45": {
       "dependencies": {
       "dependencies": {
@@ -20,10 +23,10 @@
       }
       }
     },
     },
     ".NETPortable,Version=v4.0,Profile=Profile328": {
     ".NETPortable,Version=v4.0,Profile=Profile328": {
-     "buildOptions": {
-       "define": [
-         "PORTABLE"
-       ]
+      "buildOptions": {
+        "define": [
+          "PORTABLE"
+        ]
      },
      },
      "frameworkAssemblies": {
      "frameworkAssemblies": {
        "mscorlib": "",
        "mscorlib": "",