Skip to content

Commit 27fb4b2

Browse files
committed
BS-4116: Microsoft.Bcl.AsyncInterfaces version updated in app.config
1 parent ad727c7 commit 27fb4b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • UnitTesting/T280/PhoneRepairShop_Code/PhoneRepairShop_Code.Tests

UnitTesting/T280/PhoneRepairShop_Code/PhoneRepairShop_Code.Tests/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
66
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
7+
<bindingRedirect oldVersion="0.0.0.0-6.1.2" newVersion="6.1.2" />
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
@@ -16,7 +16,7 @@
1616
</dependentAssembly>
1717
<dependentAssembly>
1818
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
19-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.2" newVersion="9.0.0.2" />
19+
<bindingRedirect oldVersion="0.0.0.0-10.0.5" newVersion="10.0.5" />
2020
</dependentAssembly>
2121
</assemblyBinding>
2222
</runtime>

0 commit comments

Comments
 (0)