Skip to content

Commit 4ff4ffb

Browse files
Bump DocumentFormat.OpenXml and DocumentFormat.OpenXml.Framework (#143)
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.2.0 to 3.3.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.2.0...v3.3.0) Updates `DocumentFormat.OpenXml.Framework` from 3.3.0 to 3.3.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.3.0...v3.3.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-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd7bbed commit 4ff4ffb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2.0.0" newVersion="3.2.0.0" />
55+
<bindingRedirect oldVersion="0.0.0.0-3.3.0.0" newVersion="3.3.0.0" />
5656
</dependentAssembly>
5757
<dependentAssembly>
5858
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<WarningLevel>4</WarningLevel>
4343
</PropertyGroup>
4444
<ItemGroup>
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>
45+
<Reference Include="DocumentFormat.OpenXml, Version=3.3.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
46+
<HintPath>..\packages\DocumentFormat.OpenXml.3.3.0\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="DocumentFormat.OpenXml.Framework, Version=3.3.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DocumentFormat.OpenXml" version="3.2.0" targetFramework="net48" />
3+
<package id="DocumentFormat.OpenXml" version="3.3.0" targetFramework="net48" />
44
<package id="DocumentFormat.OpenXml.Framework" version="3.3.0" targetFramework="net48" />
55
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.2" targetFramework="net48" />
66
<package id="Microsoft.Bcl.TimeProvider" version="9.0.2" targetFramework="net48" />

0 commit comments

Comments
 (0)