Skip to content

Commit 0a3456f

Browse files
Bump Microsoft.IdentityModel.Abstractions and Microsoft.IdentityModel.Logging (#181)
Bumps [Microsoft.IdentityModel.Abstractions](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) and [Microsoft.IdentityModel.Logging](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet). These dependencies needed to be updated together. Updates `Microsoft.IdentityModel.Abstractions` from 8.7.0 to 8.9.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.7.0...8.9.0) Updates `Microsoft.IdentityModel.Logging` from 8.4.0 to 8.9.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.9.0) --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.IdentityModel.Logging dependency-version: 8.9.0 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 960dec7 commit 0a3456f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</dependentAssembly>
6161
<dependentAssembly>
6262
<assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" culture="neutral" />
63-
<bindingRedirect oldVersion="0.0.0.0-8.4.0.0" newVersion="8.4.0.0" />
63+
<bindingRedirect oldVersion="0.0.0.0-8.9.0.0" newVersion="8.9.0.0" />
6464
</dependentAssembly>
6565
<dependentAssembly>
6666
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
<Private>True</Private>
7777
</Reference>
7878
<Reference Include="Microsoft.CSharp" />
79-
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
80-
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.7.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
79+
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
80+
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.9.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
8181
<Private>True</Private>
8282
</Reference>
83-
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
84-
<HintPath>..\packages\Microsoft.IdentityModel.Logging.8.4.0\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
83+
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
84+
<HintPath>..\packages\Microsoft.IdentityModel.Logging.8.9.0\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
8585
<Private>True</Private>
8686
</Reference>
8787
<Reference Include="Microsoft.IdentityModel.Tokens, Version=8.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<package id="DocumentFormat.OpenXml.Framework" version="3.3.0" targetFramework="net48" />
55
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.4" targetFramework="net48" />
66
<package id="Microsoft.Bcl.TimeProvider" version="9.0.4" targetFramework="net48" />
7-
<package id="Microsoft.IdentityModel.Abstractions" version="8.7.0" targetFramework="net48" />
8-
<package id="Microsoft.IdentityModel.Logging" version="8.4.0" targetFramework="net48" />
7+
<package id="Microsoft.IdentityModel.Abstractions" version="8.9.0" targetFramework="net48" />
8+
<package id="Microsoft.IdentityModel.Logging" version="8.9.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" />
1111
<package id="Selenium.Support" version="2.52.0" targetFramework="net461" />

0 commit comments

Comments
 (0)