Skip to content

Commit 4830983

Browse files
Bump netframework target for itext.commons module to net461
DEVSIX-5706
1 parent 64a084b commit 4830983

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

itext.tests/itext.commons.tests/itext.commons.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<AssemblyName>itext.commons.tests</AssemblyName>
11-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<ProductVersion>8.0.30703</ProductVersion>
1414
<SchemaVersion>2.0</SchemaVersion>

itext.tests/itext.commons.tests/itext.commons.tests.netstandard.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<WarningLevel>4</WarningLevel>
66
</PropertyGroup>
77
<PropertyGroup>
8-
<TargetFrameworks>netcoreapp2.0;net45</TargetFrameworks>
8+
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
99
</PropertyGroup>
10-
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
10+
<PropertyGroup Condition=" '$(TargetFramework)' == 'net461' ">
1111
<OutputType>library</OutputType>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">

itext/itext.commons/itext.commons.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<AssemblyName>itext.commons</AssemblyName>
11-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<TargetFrameworkProfile />
1414
<ProductVersion>8.0.30703</ProductVersion>
@@ -38,7 +38,7 @@
3838
<DocumentationFile>bin\Release\itext.commons.xml</DocumentationFile>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="Common.Logging, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e">
41+
<Reference Include="Common.Logging, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e">
4242
<HintPath>$(SolutionDir)\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll</HintPath>
4343
</Reference>
4444
<Reference Include="Common.Logging.Core, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e">

itext/itext.commons/itext.commons.netstandard.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<WarningLevel>4</WarningLevel>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
9+
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
1010
</PropertyGroup>
1111
<PropertyGroup>
1212
<OutputType>library</OutputType>
@@ -22,7 +22,7 @@
2222
<PropertyGroup>
2323
<NoWarn>1701;1702;1591;1570;1572;1573;1574;1580;1584;1658</NoWarn>
2424
</PropertyGroup>
25-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
25+
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
2626
<Reference Include="System" />
2727
<Reference Include="System.Core" />
2828
</ItemGroup>

itext/itext.commons/itext7-commons.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<language>en-US</language>
1818
<tags>itext itext7 itextsharp c# .net csharp</tags>
1919
<dependencies>
20-
<group targetFramework="net45">
20+
<group targetFramework="net461">
2121
<dependency id="Common.Logging" version="3.4.1" />
2222
</group>
2323
<group targetFramework="netstandard2.0">
@@ -26,8 +26,8 @@
2626
</dependencies>
2727
</metadata>
2828
<files>
29-
<file src="bin\Release\net45\itext.commons.dll" target="lib\net45" />
30-
<file src="bin\Release\net45\itext.commons.xml" target="lib\net45" />
29+
<file src="bin\Release\net461\itext.commons.dll" target="lib\net461" />
30+
<file src="bin\Release\net461\itext.commons.xml" target="lib\net461" />
3131
<file src="bin\Release\netstandard2.0\itext.commons.dll" target="lib\netstandard2.0" />
3232
<file src="bin\Release\netstandard2.0\itext.commons.xml" target="lib\netstandard2.0" />
3333
<file src="..\..\ITSC-avatar.png" target="" />

itext/itext.pdftest/itext.pdftest.netstandard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333
<ItemGroup>
3434
<PackageReference Include="NUnit" Version="3.7.1" />
35-
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
35+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
3636
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
3737
</ItemGroup>
3838
<PropertyGroup>

itext/itext.pdftest/itext7-pdftest.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<file src="bin\Release\net461\itext.pdftest.xml" target="lib\net461" />
2323
<file src="bin\Release\netstandard2.0\itext.pdftest.dll" target="lib\netstandard2.0" />
2424
<file src="bin\Release\netstandard2.0\itext.pdftest.xml" target="lib\netstandard2.0" />
25-
<file src="lib\verapdf\VeraPDF_license.txt" target="Build\lib\verapdf" />
26-
<file src="lib\verapdf\greenfield-apps-1.18.5.jar" target="Build\lib\verapdf" />
27-
<file src="itext7.pdftest.props" target="Build" />
25+
<file src="lib\verapdf\VeraPDF_license.txt" target="Build\lib\verapdf" />
26+
<file src="lib\verapdf\greenfield-apps-1.18.5.jar" target="Build\lib\verapdf" />
27+
<file src="itext7.pdftest.props" target="Build" />
2828
<file src="..\..\gnu-agpl-v3.0.md" target="" />
2929
<file src="..\..\LICENSE.md" target="" />
30-
<file src="..\..\ITSC-avatar.png" target="" />
30+
<file src="..\..\ITSC-avatar.png" target="" />
3131
</files>
3232
</package>

itext/itext.styledxmlparser/itext.styledxmlparser.netstandard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232
<ItemGroup>
3333
<ProjectReference Include="..\itext.io\itext.io.netstandard.csproj" />
34-
<ProjectReference Include="..\itext.kernel\itext.kernel.netstandard.csproj" />
34+
<ProjectReference Include="..\itext.kernel\itext.kernel.netstandard.csproj" />
3535
<ProjectReference Include="..\itext.layout\itext.layout.netstandard.csproj" />
3636
</ItemGroup>
3737
<ItemGroup>

0 commit comments

Comments
 (0)