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.
2 parents 16047c9 + a0bccae commit aedca2cCopy full SHA for aedca2c
PDFCompression/PDFCompression.csproj
@@ -1,14 +1,14 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
- <TargetFramework>netcoreapp3.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
<UserSecretsId>b67e9578-acf6-4e63-bb4a-4f5359ec7803</UserSecretsId>
6
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
7
</PropertyGroup>
8
9
<ItemGroup>
10
<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" />
+ <PackageReference Include="Syncfusion.Pdf.Imaging.Net.Core" Version="*" />
12
</ItemGroup>
13
14
0 commit comments