Skip to content

Commit e2b8c7d

Browse files
Bump Microsoft.IdentityModel.Abstractions (#113)
Bumps [Microsoft.IdentityModel.Abstractions](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 8.2.1 to 8.3.1. - [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/8.3.1/CHANGELOG.md) - [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.2.1...8.3.1) --- 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 c67335b commit e2b8c7d

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.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
80-
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.2.1\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
79+
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
80+
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.3.1\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
8181
<Private>True</Private>
8282
</Reference>
8383
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.2.1.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.1" targetFramework="net48" />
66
<package id="Microsoft.Bcl.TimeProvider" version="9.0.1" targetFramework="net48" />
7-
<package id="Microsoft.IdentityModel.Abstractions" version="8.2.1" targetFramework="net48" />
7+
<package id="Microsoft.IdentityModel.Abstractions" version="8.3.1" targetFramework="net48" />
88
<package id="Microsoft.IdentityModel.Logging" version="8.2.1" 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)