Skip to content

Commit 900ee6b

Browse files
842226-ExcelToPdfLinuxExample
1 parent e851266 commit 900ee6b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Getting Started/Linux/Convert Excel to PDF/Convert Excel to PDF/Convert Excel to PDF.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.XlsIORenderer.Net.Core" Version="29.1.41" />
12+
<PackageReference Include="Syncfusion.XlsIORenderer.Net.Core" Version="*" />
13+
</ItemGroup>
14+
15+
<ItemGroup>
16+
<None Update="Output\*">
17+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
18+
</None>
1319
</ItemGroup>
1420

1521
</Project>

0 commit comments

Comments
 (0)