aswi2021tri-musketyri-gitlab/Server/ServerAppTests/app.config @ 5e6dbc33
1 | 74bb2a59 | Roman Kalivoda | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <configuration>
|
||
3 | <runtime>
|
||
4 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||
5 | <dependentAssembly>
|
||
6 | <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
||
7 | <bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" /> |
||
8 | </dependentAssembly>
|
||
9 | </assemblyBinding>
|
||
10 | </runtime>
|
||
11 | </configuration>
|