(no message)
diff --git a/PokemonGo.RocketAPI.Logic/app.config b/PokemonGo.RocketAPI.Logic/app.config
new file mode 100644
index 0000000..8460dd4
--- /dev/null
+++ b/PokemonGo.RocketAPI.Logic/app.config
@@ -0,0 +1,11 @@
+<?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-9.0.0.0" newVersion="9.0.0.0" />
+ </dependentAssembly>
+ </assemblyBinding>
+ </runtime>
+</configuration>
\ No newline at end of file
You may download the files in Public Git.