Skip to content

Commit 324bdf7

Browse files
committed
915138_sharp Upgrade GitHub demo samples to the latest .net version [PDF Library]
1 parent da5e755 commit 324bdf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InvoicePDFSample/InvoicePDFSample/InvoicePDFSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="20.4.0.53" />
11+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)