Skip to content

Commit 00e7713

Browse files
Bump DocumentFormat.OpenXml and DocumentFormat.OpenXml.Framework (#97)
Bumps [DocumentFormat.OpenXml](https://github.com/dotnet/Open-XML-SDK) and [DocumentFormat.OpenXml.Framework](https://github.com/dotnet/Open-XML-SDK). These dependencies needed to be updated together. Updates `DocumentFormat.OpenXml` from 3.1.1 to 3.2.0 - [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@v3.1.1...v3.2.0) Updates `DocumentFormat.OpenXml.Framework` from 3.1.1 to 3.2.0 - [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@v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: DocumentFormat.OpenXml dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: DocumentFormat.OpenXml.Framework 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 40c32cd commit 00e7713

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
@@ -52,7 +52,7 @@
5252
</dependentAssembly>
5353
<dependentAssembly>
5454
<assemblyIdentity name="DocumentFormat.OpenXml" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
55-
<bindingRedirect oldVersion="0.0.0.0-3.1.1.0" newVersion="3.1.1.0" />
55+
<bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" />
5656
</dependentAssembly>
5757
<dependentAssembly>
5858
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
<WarningLevel>4</WarningLevel>
4343
</PropertyGroup>
4444
<ItemGroup>
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>
45+
<Reference Include="DocumentFormat.OpenXml, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
46+
<HintPath>..\packages\DocumentFormat.OpenXml.3.2.0\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
4747
<Private>True</Private>
4848
</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>
49+
<Reference Include="DocumentFormat.OpenXml.Framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
50+
<HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.2.0\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
5353
<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.1.1" targetFramework="net48" />
4-
<package id="DocumentFormat.OpenXml.Framework" version="3.1.1" targetFramework="net48" />
3+
<package id="DocumentFormat.OpenXml" version="3.2.0" targetFramework="net48" />
4+
<package id="DocumentFormat.OpenXml.Framework" version="3.2.0" targetFramework="net48" />
55
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.0" targetFramework="net48" />
66
<package id="Microsoft.Bcl.TimeProvider" version="9.0.0" targetFramework="net48" />
77
<package id="Microsoft.IdentityModel.Abstractions" version="8.2.1" targetFramework="net48" />

0 commit comments

Comments
 (0)