Navigation Menu

Skip to content

Commit

Permalink
Upgrade minimum required version of System.IO.Packaging dependency du…
Browse files Browse the repository at this point in the history
…e to a threading bug.
  • Loading branch information
jahav committed Nov 12, 2022
1 parent 35a2fca commit ba68e7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ClosedXML/ClosedXML.csproj
Expand Up @@ -31,7 +31,8 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta18" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.IO.Packaging" Version="4.7.0" />
<!-- Pre-6.0.0 System.IO.Packaging has a race condition https://github.com/dotnet/runtime/issues/43012 -->
<PackageReference Include="System.IO.Packaging" Version="6.0.0" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="XLParser" Version="1.5.2" />
</ItemGroup>
Expand Down

0 comments on commit ba68e7e

Please sign in to comment.