Skip to content

Commit dc1e369

Browse files
Bump Microsoft.IdentityModel.Abstractions (#89)
Bumps [Microsoft.IdentityModel.Abstractions](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.19.0 to 8.2.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/dev/CHANGELOG.md) - [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@6.19.0...8.2.1) --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36f7e54 commit dc1e369

File tree

3 files changed

+38
-29
lines changed

3 files changed

+38
-29
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/App.config

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,53 @@
33
<!-- Note: Property values are case-insensitive unless otherwise specified.-->
44
<appSettings>
55
<!-- The browser used to access the site. The value should be one of following: IE32, IE64, Chrome, Firefox.-->
6-
<add key="Browser" value="ie32"/>
7-
<add key="UserName" value=""/>
8-
<add key="Password" value=""/>
9-
<add key="OtherUserName" value=""/>
10-
<add key="OtherPassword" value=""/>
11-
<add key="BaseAddress" value="http://sut02"/>
12-
<add key="DocumentAddress" value="http://sut02/Shared%20Documents/Forms/AllItems.aspx"/>
13-
<add key="Excel" value="..\..\..\Resource\Excel.xlsx"/>
14-
<add key="Word" value="..\..\..\Resource\Doc.docx"/>
15-
<add key="OneWithFileData" value="..\..\..\Resource\OneWithFileData.one"/>
16-
<add key="OneWithoutFileData" value="..\..\..\Resource\OneWithoutFileData.one"/>
17-
<add key="NotebookTableOfContents" value="..\..\..\Resource\Open Notebook.onetoc2"/>
18-
<add key="OneEncryption" value="..\..\..\Resource\Encryption.one"/>
6+
<add key="Browser" value="ie32" />
7+
<add key="UserName" value="" />
8+
<add key="Password" value="" />
9+
<add key="OtherUserName" value="" />
10+
<add key="OtherPassword" value="" />
11+
<add key="BaseAddress" value="http://sut02" />
12+
<add key="DocumentAddress" value="http://sut02/Shared%20Documents/Forms/AllItems.aspx" />
13+
<add key="Excel" value="..\..\..\Resource\Excel.xlsx" />
14+
<add key="Word" value="..\..\..\Resource\Doc.docx" />
15+
<add key="OneWithFileData" value="..\..\..\Resource\OneWithFileData.one" />
16+
<add key="OneWithoutFileData" value="..\..\..\Resource\OneWithoutFileData.one" />
17+
<add key="NotebookTableOfContents" value="..\..\..\Resource\Open Notebook.onetoc2" />
18+
<add key="OneEncryption" value="..\..\..\Resource\Encryption.one" />
1919
<!-- The default wait time when finding element.-->
20-
<add key="DefaultWaitTime" value="30"/>
21-
<add key="UIWaitTime" value="15"/>
20+
<add key="DefaultWaitTime" value="30" />
21+
<add key="UIWaitTime" value="15" />
2222
<!-- The capture tool setting.-->
23-
<add key="StartScriptPath" value="..\..\..\Resource\StartRemoteRun.ps1"/>
24-
<add key="StopScriptPath" value="..\..\..\Resource\StopRemoteRun.ps1"/>
25-
<add key="Powershell_Path" value="%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe"/>
26-
<add key="path" value="\\SUT02\Wenbo\aa.cap"/>
27-
<add key="defaultUserNameForFiddler" value="plugdevuser19"/>
28-
<add key="FiddlerPath" value="C:\Users\plugdevuser19\AppData\Local\Programs\Fiddler"/>
29-
<add key="BatPath" value="..\..\..\Resource\Converter.bat"/>
30-
<add key="ClientSettingsProvider.ServiceUri" value=""/>
23+
<add key="StartScriptPath" value="..\..\..\Resource\StartRemoteRun.ps1" />
24+
<add key="StopScriptPath" value="..\..\..\Resource\StopRemoteRun.ps1" />
25+
<add key="Powershell_Path" value="%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe" />
26+
<add key="path" value="\\SUT02\Wenbo\aa.cap" />
27+
<add key="defaultUserNameForFiddler" value="plugdevuser19" />
28+
<add key="FiddlerPath" value="C:\Users\plugdevuser19\AppData\Local\Programs\Fiddler" />
29+
<add key="BatPath" value="..\..\..\Resource\Converter.bat" />
30+
<add key="ClientSettingsProvider.ServiceUri" value="" />
3131
</appSettings>
3232
<startup>
33-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
33+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
3434
</startup>
3535
<system.web>
3636
<membership defaultProvider="ClientAuthenticationMembershipProvider">
3737
<providers>
38-
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
38+
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
3939
</providers>
4040
</membership>
4141
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
4242
<providers>
43-
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
43+
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
4444
</providers>
4545
</roleManager>
4646
</system.web>
47+
<runtime>
48+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
49+
<dependentAssembly>
50+
<assemblyIdentity name="Microsoft.Office.Interop.Graph" publicKeyToken="71e9bce111e9429c" culture="neutral" />
51+
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
52+
</dependentAssembly>
53+
</assemblyBinding>
54+
</runtime>
4755
</configuration>

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@
6363
<HintPath>..\ExternalReference\ionic.zip.reduced.dll</HintPath>
6464
</Reference>
6565
<Reference Include="Microsoft.CSharp" />
66-
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=6.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67-
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.19.0\lib\net461\Microsoft.IdentityModel.Abstractions.dll</HintPath>
66+
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
67+
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.2.1\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
68+
<Private>True</Private>
6869
</Reference>
6970
<Reference Include="Microsoft.IdentityModel.Logging, Version=6.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7071
<HintPath>..\packages\Microsoft.IdentityModel.Logging.6.19.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath>

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="DocumentFormat.OpenXml" version="2.20.0" targetFramework="net461" />
4-
<package id="Microsoft.IdentityModel.Abstractions" version="6.19.0" targetFramework="net461" />
4+
<package id="Microsoft.IdentityModel.Abstractions" version="8.2.1" targetFramework="net48" />
55
<package id="Microsoft.IdentityModel.Logging" version="6.19.0" targetFramework="net461" />
66
<package id="Microsoft.IdentityModel.Tokens" version="6.19.0" targetFramework="net461" />
77
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />

0 commit comments

Comments
 (0)