Newtonsoft.Json assembly reference.
authorCryptoManiac <balthazar@yandex.ru>
Sat, 5 Sep 2015 17:17:10 +0000 (20:17 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Sat, 5 Sep 2015 17:17:10 +0000 (20:17 +0300)
Novacoin/app.config [new file with mode: 0644]

diff --git a/Novacoin/app.config b/Novacoin/app.config
new file mode 100644 (file)
index 0000000..4429813
--- /dev/null
@@ -0,0 +1,11 @@
+\feff<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <runtime>
+    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+      <dependentAssembly>
+        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
+        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
+      </dependentAssembly>
+    </assemblyBinding>
+  </runtime>
+</configuration>
\ No newline at end of file