microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
dotnet/agentLauncher/src/app.config
14lines · modecode
| 1 | <?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="Microsoft.Windows.SDK.NET" |
| 7 | publicKeyToken="31bf3856ad364e35" |
| 8 | culture="neutral" /> |
| 9 | <bindingRedirect oldVersion="0.0.0.0-10.0.26100.65535" |
| 10 | newVersion="10.0.26100.79" /> |
| 11 | </dependentAssembly> |
| 12 | </assemblyBinding> |
| 13 | </runtime> |
| 14 | </configuration> |
| 15 | |