Skip to content

Commit c68683f

Browse files
Bump Microsoft.IdentityModel.Abstractions (#139)
Bumps [Microsoft.IdentityModel.Abstractions](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 8.4.0 to 8.6.0. - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.4.0...8.6.0) --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Abstractions 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 3df0eac commit c68683f

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
@@ -76,8 +76,8 @@
7676
<Private>True</Private>
7777
</Reference>
7878
<Reference Include="Microsoft.CSharp" />
79-
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
80-
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.4.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
79+
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
80+
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.6.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
8181
<Private>True</Private>
8282
</Reference>
8383
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="DocumentFormat.OpenXml.Framework" version="3.2.0" targetFramework="net48" />
55
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.2" targetFramework="net48" />
66
<package id="Microsoft.Bcl.TimeProvider" version="9.0.2" targetFramework="net48" />
7-
<package id="Microsoft.IdentityModel.Abstractions" version="8.4.0" targetFramework="net48" />
7+
<package id="Microsoft.IdentityModel.Abstractions" version="8.6.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" />
1010
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />

0 commit comments

Comments
 (0)