Revize cb0b7cb9
Přidáno uživatelem Alex Konig před téměř 4 roky(ů)
Server/ServerApp/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 | 2 |
<configuration> |
3 | 3 |
<startup> |
4 | 4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> |
5 | 5 |
</startup> |
6 |
<runtime> |
|
7 |
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|
8 |
<dependentAssembly> |
|
9 |
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
|
10 |
<bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" /> |
|
11 |
</dependentAssembly> |
|
12 |
<dependentAssembly> |
|
13 |
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> |
|
14 |
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" /> |
|
15 |
</dependentAssembly> |
|
16 |
</assemblyBinding> |
|
17 |
</runtime> |
|
6 | 18 |
</configuration> |
Také k dispozici: Unified diff
re #8683 Fixing project dependencies problems