Skip to content

Commit

Permalink
#2220 ClosedXML is not compatible with DocumentFormat.OpenXml v3.0.0 …
Browse files Browse the repository at this point in the history
…yet. Without explicit range of accepted versions, there is no warning if user has explicitely declared dependency on both v3.0 and ClosedXML 0.102*.
  • Loading branch information
jahav committed Jan 5, 2024
1 parent 2d5af0e commit fab87af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ClosedXML/ClosedXML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="2.16.0" />
<PackageReference Include="DocumentFormat.OpenXml" Version="[2.16.0,3.0.0)" />
<PackageReference Include="ExcelNumberFormat" Version="1.1.0" />
<PackageReference Include="Fody" Version="6.3.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.102.1</Version>
<Version>0.102.2</Version>
</PropertyGroup>

<!-- Set common properties regarding assembly information and nuget packages -->
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.102.1.{build}
version: 0.102.2.{build}

os: Visual Studio 2019
image: Visual Studio 2019
Expand Down

0 comments on commit fab87af

Please sign in to comment.