Skip to content

Commit 60c7688

Browse files
committed
BS-4116: version update in app.config
1 parent b20d0e7 commit 60c7688

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

  • UnitTesting/T280/PhoneRepairShop_Code/PhoneRepairShop_Code.Tests

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
77
<bindingRedirect oldVersion="0.0.0.0-8.1.1.0" newVersion="8.1.1.0" />
88
</dependentAssembly>
9+
<dependentAssembly>
10+
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
11+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.5" newVersion="10.0.0.5" />
12+
</dependentAssembly>
13+
<dependentAssembly>
14+
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
15+
<bindingRedirect oldVersion="0.0.0.0-4.2.4.0" newVersion="4.2.4.0" />
16+
</dependentAssembly>
17+
<dependentAssembly>
18+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
19+
<bindingRedirect oldVersion="0.0.0.0-6.0.3.0" newVersion="6.0.3.0" />
20+
</dependentAssembly>
921
</assemblyBinding>
1022
</runtime>
11-
</configuration>
23+
</configuration>

0 commit comments

Comments
 (0)