Skip to content

Commit 1f82e04

Browse files
Bump DocumentFormat.OpenXml (#91)
Bumps [DocumentFormat.OpenXml](https://github.com/dotnet/Open-XML-SDK) from 2.20.0 to 3.1.1. - [Release notes](https://github.com/dotnet/Open-XML-SDK/releases) - [Changelog](https://github.com/dotnet/Open-XML-SDK/blob/main/CHANGELOG.md) - [Commits](dotnet/Open-XML-SDK@v2.20.0...v3.1.1) --- updated-dependencies: - dependency-name: DocumentFormat.OpenXml 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 33b4848 commit 1f82e04

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/App.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
<assemblyIdentity name="Microsoft.Office.Interop.Graph" publicKeyToken="71e9bce111e9429c" culture="neutral" />
5151
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
5252
</dependentAssembly>
53+
<dependentAssembly>
54+
<assemblyIdentity name="DocumentFormat.OpenXml" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
55+
<bindingRedirect oldVersion="0.0.0.0-3.1.1.0" newVersion="3.1.1.0" />
56+
</dependentAssembly>
5357
</assemblyBinding>
5458
</runtime>
5559
</configuration>

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,13 @@
4242
<WarningLevel>4</WarningLevel>
4343
</PropertyGroup>
4444
<ItemGroup>
45-
<Reference Include="DocumentFormat.OpenXml, Version=2.20.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
46-
<HintPath>..\packages\DocumentFormat.OpenXml.2.20.0\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
45+
<Reference Include="DocumentFormat.OpenXml, Version=3.1.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
46+
<HintPath>..\packages\DocumentFormat.OpenXml.3.1.1\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
47+
<Private>True</Private>
48+
</Reference>
49+
<Reference Include="DocumentFormat.OpenXml.Framework, Version=3.1.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
50+
<HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.1.1\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
51+
<Private>True</Private>
4752
</Reference>
4853
<Reference Include="Fiddler, Version=5.0.20194.41348, Culture=neutral, processorArchitecture=MSIL">
4954
<SpecificVersion>False</SpecificVersion>

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DocumentFormat.OpenXml" version="2.20.0" targetFramework="net461" />
3+
<package id="DocumentFormat.OpenXml" version="3.1.1" targetFramework="net48" />
4+
<package id="DocumentFormat.OpenXml.Framework" version="3.1.1" targetFramework="net48" />
45
<package id="Microsoft.IdentityModel.Abstractions" version="8.2.1" targetFramework="net48" />
56
<package id="Microsoft.IdentityModel.Logging" version="6.19.0" targetFramework="net461" />
67
<package id="Microsoft.IdentityModel.Tokens" version="6.19.0" targetFramework="net461" />

0 commit comments

Comments
 (0)