Skip to content

Commit 2c66fb9

Browse files
authored
Update ClosedXML package to version 0.104.2 (#894)
## Motivation and Context (Why the change? What's the scenario?) **ClosedXML 0.104.2** solves a vulnerability issue in **System.IO.Packaging**: https://github.com/ClosedXML/ClosedXML/releases/tag/0.104.2
1 parent 16ab19d commit 2c66fb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</ItemGroup>
4949
<!-- Missing Strong Name (CS8002) -->
5050
<ItemGroup>
51-
<PackageVersion Include="ClosedXML" Version="0.104.1" />
51+
<PackageVersion Include="ClosedXML" Version="0.104.2" />
5252
<PackageVersion Include="LLamaSharp" Version="0.18.0" />
5353
<PackageVersion Include="LLamaSharp.Backend.Cpu" Version="0.18.0" />
5454
<PackageVersion Include="Pgvector" Version="0.3.0" />

service/tests/Core.FunctionalTests/DataFormats/Office/MsExcelDecoderTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public MsExcelDecoderTest(IConfiguration cfg, ITestOutputHelper output) : base(c
1616
[Fact]
1717
[Trait("Category", "UnitTest")]
1818
[Trait("Category", "DataFormats")]
19+
[Trait("Category", "Excel")]
1920
public async Task ItExtractsAllTypes()
2021
{
2122
// Arrange

0 commit comments

Comments
 (0)