Skip to content

Commit aedca2c

Browse files
Merge pull request #4 from SyncfusionExamples/915138_docker
915138_docker Upgrade GitHub demo samples to the latest .net version [PDF Library]
2 parents 16047c9 + a0bccae commit aedca2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PDFCompression/PDFCompression.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<UserSecretsId>b67e9578-acf6-4e63-bb4a-4f5359ec7803</UserSecretsId>
66
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
77
</PropertyGroup>
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.7.9" />
11-
<PackageReference Include="Syncfusion.Pdf.Imaging.Net.Core" Version="18.2.0.44" />
11+
<PackageReference Include="Syncfusion.Pdf.Imaging.Net.Core" Version="*" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)