Skip to content

Commit

Permalink
Update Nuget package - fix #38
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lacasa committed Dec 12, 2023
1 parent 8e8fd67 commit 8b79772
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Pericia.DataExport/Pericia.DataExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="2.11.3" />
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 8b79772

Please sign in to comment.