diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2022-09-04 05:04:04 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-09-04 05:04:04 -0400 |
| commit | f914e816092f02a4bbed779ad91a6641e7cc2122 (patch) | |
| tree | 1c7dd2f7f2946ac4d80cb6f3147cbd5ec0b2b4af /support/userinfo/UserInfo.exe.config | |
| parent | 869200611b92f0dee181a89ffb8f3f9123794d43 (diff) | |
add rooms
Diffstat (limited to '')
| -rw-r--r-- | support/userinfo/UserInfo.exe.config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/support/userinfo/UserInfo.exe.config b/support/userinfo/UserInfo.exe.config new file mode 100644 index 0000000..489d582 --- /dev/null +++ b/support/userinfo/UserInfo.exe.config @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
+ </startup>
+ <runtime>
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <dependentAssembly>
+ <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" 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 |
