Skip to content

Commit 896effd

Browse files
authored
Merge pull request #848 from 7474/dependabot/nuget/SRC.Sharp/SRCSharpFormTestWinAppDriver/Microsoft.Bcl.AsyncInterfaces-10.0.4
Bump Microsoft.Bcl.AsyncInterfaces from 10.0.3 to 10.0.4
2 parents d866209 + a545679 commit 896effd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

SRC.Sharp/SRCSharpFormTestWinAppDriver/SRCSharpFormTestWinAppDriver.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
<HintPath>..\packages\Microsoft.ApplicationInsights.3.0.0\lib\net462\Microsoft.ApplicationInsights.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
68-
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=10.0.0.3, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
69-
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.3\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
68+
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=10.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
69+
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.4\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
7272
<Reference Include="Microsoft.Extensions.Configuration, Version=10.0.0.3, Culture=neutral, PublicKeyToken=adb9793829ddae60">

SRC.Sharp/SRCSharpFormTestWinAppDriver/app.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<assemblyIdentity name="MSTest.TestFramework.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
2727
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
2828
</dependentAssembly>
29+
<dependentAssembly>
30+
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
31+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.4" newVersion="10.0.0.4" />
32+
</dependentAssembly>
2933
</assemblyBinding>
3034
</runtime>
3135
</configuration>

SRC.Sharp/SRCSharpFormTestWinAppDriver/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package id="Castle.Core" version="5.2.1" targetFramework="net472" />
77
<package id="DotNetSeleniumExtras.PageObjects" version="3.11.0" targetFramework="net472" />
88
<package id="Microsoft.ApplicationInsights" version="3.0.0" targetFramework="net472" />
9-
<package id="Microsoft.Bcl.AsyncInterfaces" version="10.0.3" targetFramework="net472" />
9+
<package id="Microsoft.Bcl.AsyncInterfaces" version="10.0.4" targetFramework="net472" />
1010
<package id="Microsoft.Extensions.Configuration" version="10.0.3" targetFramework="net472" />
1111
<package id="Microsoft.Extensions.Configuration.Abstractions" version="10.0.3" targetFramework="net472" />
1212
<package id="Microsoft.Extensions.Configuration.Binder" version="10.0.3" targetFramework="net472" />

0 commit comments

Comments
 (0)