Skip to content

Commit bbc6969

Browse files
Bump DocumentFormat.OpenXml from 3.4.1 to 3.5.1 (#282)
--- updated-dependencies: - dependency-name: DocumentFormat.OpenXml dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fe996d commit bbc6969

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/App.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,31 @@
5252
</dependentAssembly>
5353
<dependentAssembly>
5454
<assemblyIdentity name="DocumentFormat.OpenXml" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
55-
<bindingRedirect oldVersion="0.0.0.0-3.4.1.0" newVersion="3.4.1.0" />
55+
<bindingRedirect oldVersion="0.0.0.0-3.5.1.0" newVersion="3.5.1.0" />
5656
</dependentAssembly>
5757
<dependentAssembly>
5858
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
5959
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
6060
</dependentAssembly>
6161
<dependentAssembly>
6262
<assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" culture="neutral" />
63-
<bindingRedirect oldVersion="0.0.0.0-8.9.0.0" newVersion="8.9.0.0" />
63+
<bindingRedirect oldVersion="0.0.0.0-8.16.0.0" newVersion="8.16.0.0" />
6464
</dependentAssembly>
6565
<dependentAssembly>
6666
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
6767
<bindingRedirect oldVersion="0.0.0.0-6.0.3.0" newVersion="6.0.3.0" />
6868
</dependentAssembly>
6969
<dependentAssembly>
7070
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" />
71-
<bindingRedirect oldVersion="0.0.0.0-8.9.0.0" newVersion="8.9.0.0" />
71+
<bindingRedirect oldVersion="0.0.0.0-8.16.0.0" newVersion="8.16.0.0" />
7272
</dependentAssembly>
7373
<dependentAssembly>
7474
<assemblyIdentity name="Microsoft.Office.Interop.OneNote" publicKeyToken="71e9bce111e9429c" culture="neutral" />
7575
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
7676
</dependentAssembly>
7777
<dependentAssembly>
7878
<assemblyIdentity name="DocumentFormat.OpenXml.Framework" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
79-
<bindingRedirect oldVersion="0.0.0.0-3.4.1.0" newVersion="3.4.1.0" />
79+
<bindingRedirect oldVersion="0.0.0.0-3.5.1.0" newVersion="3.5.1.0" />
8080
</dependentAssembly>
8181
<dependentAssembly>
8282
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
<WarningLevel>4</WarningLevel>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<Reference Include="DocumentFormat.OpenXml, Version=3.4.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
47-
<HintPath>..\packages\DocumentFormat.OpenXml.3.4.1\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
46+
<Reference Include="DocumentFormat.OpenXml, Version=3.5.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
47+
<HintPath>..\packages\DocumentFormat.OpenXml.3.5.1\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
50-
<Reference Include="DocumentFormat.OpenXml.Framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
51-
<HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.4.1\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
50+
<Reference Include="DocumentFormat.OpenXml.Framework, Version=3.5.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
51+
<HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.5.1\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
5252
<Private>True</Private>
5353
</Reference>
5454
<Reference Include="Fiddler, Version=5.0.20194.41348, Culture=neutral, processorArchitecture=MSIL">

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DocumentFormat.OpenXml" version="3.4.1" targetFramework="net48" />
4-
<package id="DocumentFormat.OpenXml.Framework" version="3.4.1" targetFramework="net48" />
3+
<package id="DocumentFormat.OpenXml" version="3.5.1" targetFramework="net48" />
4+
<package id="DocumentFormat.OpenXml.Framework" version="3.5.1" targetFramework="net48" />
55
<package id="Microsoft.Bcl.AsyncInterfaces" version="10.0.5" targetFramework="net48" />
66
<package id="Microsoft.Bcl.Memory" version="10.0.5" targetFramework="net48" />
77
<package id="Microsoft.Bcl.TimeProvider" version="10.0.5" targetFramework="net48" />

0 commit comments

Comments
 (0)