diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-12 19:45:04 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-12 19:45:04 -0500 |
| commit | 1f58603725b3266dbf8584e664c64d7d6aeb3d0f (patch) | |
| tree | 60010df420b7ad41ad4b05dda065d2a86248688c /Microbit.Kernel/app.config | |
| parent | 3c4859d1c7eb811debad3e438bc528104471976a (diff) | |
| download | Microbit-1f58603725b3266dbf8584e664c64d7d6aeb3d0f.tar.gz Microbit-1f58603725b3266dbf8584e664c64d7d6aeb3d0f.tar.bz2 Microbit-1f58603725b3266dbf8584e664c64d7d6aeb3d0f.zip | |
Diffstat (limited to 'Microbit.Kernel/app.config')
| -rw-r--r-- | Microbit.Kernel/app.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Microbit.Kernel/app.config b/Microbit.Kernel/app.config new file mode 100644 index 0000000..e936cc1 --- /dev/null +++ b/Microbit.Kernel/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-12.0.0.0" newVersion="12.0.0.0" /> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration>
\ No newline at end of file |
