File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "sdk" : {
3
+ "version" : " 9.0.0" ,
4
+ "rollForward" : " latestMajor" ,
5
+ "allowPrerelease" : false
6
+ }
7
+ }
Original file line number Diff line number Diff line change 5
5
<DefaultClientScript >JScript</DefaultClientScript >
6
6
<DefaultHTMLPageLayout >Grid</DefaultHTMLPageLayout >
7
7
<DefaultTargetSchema >IE50</DefaultTargetSchema >
8
- <TargetFramework >netstandard2.0</ TargetFramework >
8
+ <TargetFrameworks >net6.0;net7.0;net8.0;net9.0;</ TargetFrameworks >
9
9
<AssemblyTitle >iTextSharp</AssemblyTitle >
10
10
<Description >iTextSharp 4.1.6 with added support for tables and images</Description >
11
11
<Copyright >Copyright (C) 1999-2009 by Bruno Lowagie and Paulo Soares. All Rights Reserved.</Copyright >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.1 </TargetFramework >
4
+ <TargetFramework >net9.0 </TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments