We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5e755 commit 324bdf7Copy full SHA for 324bdf7
InvoicePDFSample/InvoicePDFSample/InvoicePDFSample.csproj
@@ -2,13 +2,13 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="Syncfusion.Pdf.Net.Core" Version="20.4.0.53" />
+ <PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
12
</ItemGroup>
13
14
</Project>
0 commit comments