Skip to content

Commit ae14c35

Browse files
Bump DocumentFormat.OpenXml.Framework (#140)
Bumps [DocumentFormat.OpenXml.Framework](https://github.com/dotnet/Open-XML-SDK) 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) --- updated-dependencies: - 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 c68683f commit ae14c35

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/App.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
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>
77+
<dependentAssembly>
78+
<assemblyIdentity name="DocumentFormat.OpenXml.Framework" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
79+
<bindingRedirect oldVersion="0.0.0.0-3.3.0.0" newVersion="3.3.0.0" />
80+
</dependentAssembly>
7781
</assemblyBinding>
7882
</runtime>
7983
</configuration>

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<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.2.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
50-
<HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.2.0\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
49+
<Reference Include="DocumentFormat.OpenXml.Framework, Version=3.3.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17">
50+
<HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.3.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: 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="3.2.0" targetFramework="net48" />
4-
<package id="DocumentFormat.OpenXml.Framework" version="3.2.0" targetFramework="net48" />
4+
<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" />
77
<package id="Microsoft.IdentityModel.Abstractions" version="8.6.0" targetFramework="net48" />

0 commit comments

Comments
 (0)