Skip to content

Commit 35650b8

Browse files
Bump Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, System.Runtime.CompilerServices.Unsafe, System.Threading.Tasks.Extensions and System.ValueTuple (#128)
Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime), [Microsoft.Bcl.TimeProvider](https://github.com/dotnet/runtime), System.Runtime.CompilerServices.Unsafe, System.Threading.Tasks.Extensions and System.ValueTuple. These dependencies needed to be updated together. Updates `Microsoft.Bcl.AsyncInterfaces` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) Updates `Microsoft.Bcl.TimeProvider` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) 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 Updates `System.ValueTuple` from 4.5.0 to 4.5.0 --- updated-dependencies: - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Bcl.TimeProvider 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 - dependency-name: System.ValueTuple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ee5bc5 commit 35650b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
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.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
71-
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
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>
7272
<Private>True</Private>
7373
</Reference>
74-
<Reference Include="Microsoft.Bcl.TimeProvider, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
75-
<HintPath>..\packages\Microsoft.Bcl.TimeProvider.9.0.1\lib\net462\Microsoft.Bcl.TimeProvider.dll</HintPath>
74+
<Reference Include="Microsoft.Bcl.TimeProvider, Version=9.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
75+
<HintPath>..\packages\Microsoft.Bcl.TimeProvider.9.0.2\lib\net462\Microsoft.Bcl.TimeProvider.dll</HintPath>
7676
<Private>True</Private>
7777
</Reference>
7878
<Reference Include="Microsoft.CSharp" />

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.1" targetFramework="net48" />
6-
<package id="Microsoft.Bcl.TimeProvider" version="9.0.1" targetFramework="net48" />
5+
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.2" targetFramework="net48" />
6+
<package id="Microsoft.Bcl.TimeProvider" version="9.0.2" targetFramework="net48" />
77
<package id="Microsoft.IdentityModel.Abstractions" version="8.4.0" targetFramework="net48" />
88
<package id="Microsoft.IdentityModel.Logging" version="8.4.0" targetFramework="net48" />
99
<package id="Microsoft.IdentityModel.Tokens" version="8.2.1" targetFramework="net48" />

0 commit comments

Comments
 (0)