diff options
| author | Michael <[email protected]> | 2017-02-12 12:11:28 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-12 12:11:33 -0500 |
| commit | 9f782550b571912c1450f94100c372c60ecd1881 (patch) | |
| tree | 76b93d6a7c328cdada4f2d792e884974f8a99fbc /ModLauncher/App.config | |
| parent | 092b3b49c174e6dfbb350bf60faf07da6cddd095 (diff) | |
| download | shiftos_thereturn-9f782550b571912c1450f94100c372c60ecd1881.tar.gz shiftos_thereturn-9f782550b571912c1450f94100c372c60ecd1881.tar.bz2 shiftos_thereturn-9f782550b571912c1450f94100c372c60ecd1881.zip | |
Chat protocol work
Diffstat (limited to 'ModLauncher/App.config')
| -rw-r--r-- | ModLauncher/App.config | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ModLauncher/App.config b/ModLauncher/App.config index 88fa402..71a06ba 100644 --- a/ModLauncher/App.config +++ b/ModLauncher/App.config @@ -1,6 +1,14 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> </startup> + <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 |
