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 d30ab39 + a29e5e1 commit 2811597Copy full SHA for 2811597
PPTtoPDF.csproj
@@ -1,13 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
- <TargetFramework>net7.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <PackageReference Include="Syncfusion.PresentationRenderer.Net.Core" Version="22.2.12" />
+ <PackageReference Include="Syncfusion.PresentationRenderer.Net.Core" Version="*" />
11
</ItemGroup>
12
13
</Project>
PPTtoPDF.csproj.user
0 commit comments