Skip to content

Commit 6734f3d

Browse files
Bump Microsoft.Bcl.AsyncInterfaces, System.Runtime.CompilerServices.Unsafe and System.Threading.Tasks.Extensions (#108)
Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime), System.Runtime.CompilerServices.Unsafe and System.Threading.Tasks.Extensions. These dependencies needed to be updated together. Updates `Microsoft.Bcl.AsyncInterfaces` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `System.Runtime.CompilerServices.Unsafe` from 6.1.0 to 4.5.3 Updates `System.Threading.Tasks.Extensions` from 4.6.0 to 4.5.4 --- updated-dependencies: - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Runtime.CompilerServices.Unsafe dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Threading.Tasks.Extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e7b7f9 commit 6734f3d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/App.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
5959
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
6060
</dependentAssembly>
61+
<dependentAssembly>
62+
<assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" culture="neutral" />
63+
<bindingRedirect oldVersion="0.0.0.0-8.2.1.0" newVersion="8.2.1.0" />
64+
</dependentAssembly>
6165
</assemblyBinding>
6266
</runtime>
6367
</configuration>

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
<Reference Include="ionic.zip.reduced">
6868
<HintPath>..\ExternalReference\ionic.zip.reduced.dll</HintPath>
6969
</Reference>
70-
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
71-
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
70+
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
71+
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
7272
<Private>True</Private>
7373
</Reference>
7474
<Reference Include="Microsoft.Bcl.TimeProvider, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="DocumentFormat.OpenXml" version="3.2.0" targetFramework="net48" />
44
<package id="DocumentFormat.OpenXml.Framework" version="3.2.0" targetFramework="net48" />
5-
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.0" targetFramework="net48" />
5+
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.1" targetFramework="net48" />
66
<package id="Microsoft.Bcl.TimeProvider" version="9.0.0" targetFramework="net48" />
77
<package id="Microsoft.IdentityModel.Abstractions" version="8.2.1" targetFramework="net48" />
88
<package id="Microsoft.IdentityModel.Logging" version="8.2.1" targetFramework="net48" />

0 commit comments

Comments
 (0)