diff options
| author | Michael <[email protected]> | 2017-07-04 10:07:20 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-04 10:07:20 -0400 |
| commit | 5515881e922de087f4e0f5db51ae681bcd7f70d6 (patch) | |
| tree | f13826872c1fad3fb204fddcbe63fba996664e54 /ShiftOS.Frontend/app.config | |
| parent | 3e65bf26fd69ed5cd9ed9c49b20ab5182c098430 (diff) | |
| download | shiftos_thereturn-5515881e922de087f4e0f5db51ae681bcd7f70d6.tar.gz shiftos_thereturn-5515881e922de087f4e0f5db51ae681bcd7f70d6.tar.bz2 shiftos_thereturn-5515881e922de087f4e0f5db51ae681bcd7f70d6.zip | |
import terminal commands from shiftos.winforms
Diffstat (limited to 'ShiftOS.Frontend/app.config')
| -rw-r--r-- | ShiftOS.Frontend/app.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/app.config b/ShiftOS.Frontend/app.config new file mode 100644 index 0000000..dde2c3c --- /dev/null +++ b/ShiftOS.Frontend/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-10.0.0.0" newVersion="10.0.0.0" /> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration>
\ No newline at end of file |
