microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
cleanup/test-consolelogs

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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