Skip to content

Commit bccc042

Browse files
Bump Microsoft.Bcl.AsyncInterfaces, System.Runtime.CompilerServices.Unsafe and System.Threading.Tasks.Extensions (#146)
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.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) 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 4ff4ffb commit bccc042

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
71-
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.2\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
70+
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.3, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
71+
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.3\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
7272
<Private>True</Private>
7373
</Reference>
7474
<Reference Include="Microsoft.Bcl.TimeProvider, Version=9.0.0.2, 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.3.0" targetFramework="net48" />
44
<package id="DocumentFormat.OpenXml.Framework" version="3.3.0" targetFramework="net48" />
5-
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.2" targetFramework="net48" />
5+
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.3" targetFramework="net48" />
66
<package id="Microsoft.Bcl.TimeProvider" version="9.0.2" targetFramework="net48" />
77
<package id="Microsoft.IdentityModel.Abstractions" version="8.6.0" targetFramework="net48" />
88
<package id="Microsoft.IdentityModel.Logging" version="8.4.0" targetFramework="net48" />

0 commit comments

Comments
 (0)