Skip to content

Commit

Permalink
Test special case relationships recovered types
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Sep 16, 2022
1 parent d50ffc8 commit f158103
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -8,7 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="2.18.0" />
<PackageReference Include="System.IO.Packaging" Version="6.0.0" />
<Reference Include="DocumentFormat.OpenXml">
<HintPath>DocumentFormat.OpenXml.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f158103

Please sign in to comment.