We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57fa5c commit b32ff96Copy full SHA for b32ff96
src/Lib/ContinuousIntegration.exe.config
@@ -30,6 +30,10 @@
30
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
31
<bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0" />
32
</dependentAssembly>
33
+ <dependentAssembly>
34
+ <assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
35
+ <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
36
+ </dependentAssembly>
37
</assemblyBinding>
38
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
39
<dependentAssembly>
0 commit comments