Skip to content

Commit 25e2d01

Browse files
EvgenyB1001iText-CI
authored andcommitted
Drop .NET Framework 4.0 support in favor of 4.5 in itextcore modules
DEVSIX-5153
1 parent 948880d commit 25e2d01

File tree

58 files changed

+120
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+120
-120
lines changed

itext.tests/itext.barcodes.tests/itext.barcodes.tests.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.barcodes.tests</AssemblyName>
11-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<TargetFrameworkProfile />
1414
<ProductVersion>8.0.30703</ProductVersion>
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="nunit.framework, Version=3.7.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
40-
<HintPath>$(SolutionDir)\packages\NUnit.3.7.1\lib\net40\nunit.framework.dll</HintPath>
40+
<HintPath>$(SolutionDir)\packages\NUnit.3.7.1\lib\net45\nunit.framework.dll</HintPath>
4141
</Reference>
4242
<Reference Include="System" />
4343
<Reference Include="System.Core" />

itext.tests/itext.barcodes.tests/itext.barcodes.tests.netstandard.csproj

Lines changed: 3 additions & 3 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;net40</TargetFrameworks>
8+
<TargetFrameworks>netcoreapp2.0;net45</TargetFrameworks>
99
</PropertyGroup>
10-
<PropertyGroup Condition=" '$(TargetFramework)' == 'net40' ">
10+
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
1111
<OutputType>library</OutputType>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
@@ -28,7 +28,7 @@
2828
<PropertyGroup>
2929
<NoWarn>1701;1702;1591;1570;1572;1573;1574;1580;1584;1658</NoWarn>
3030
</PropertyGroup>
31-
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
31+
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
3232
<Reference Include="System" />
3333
<Reference Include="System.Core" />
3434
</ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="3.7.1" targetFramework="net40" />
3+
<package id="NUnit" version="3.7.1" targetFramework="net45" />
44
</packages>

itext.tests/itext.forms.tests/itext.forms.tests.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.forms.tests</AssemblyName>
11-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<ProductVersion>8.0.30703</ProductVersion>
1414
<SchemaVersion>2.0</SchemaVersion>
@@ -36,7 +36,7 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="nunit.framework, Version=3.7.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
39-
<HintPath>$(SolutionDir)\packages\NUnit.3.7.1\lib\net40\nunit.framework.dll</HintPath>
39+
<HintPath>$(SolutionDir)\packages\NUnit.3.7.1\lib\net45\nunit.framework.dll</HintPath>
4040
</Reference>
4141
<Reference Include="System" />
4242
<Reference Include="System.Core" />

itext.tests/itext.forms.tests/itext.forms.tests.netstandard.csproj

Lines changed: 3 additions & 3 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;net40</TargetFrameworks>
8+
<TargetFrameworks>netcoreapp2.0;net45</TargetFrameworks>
99
</PropertyGroup>
10-
<PropertyGroup Condition=" '$(TargetFramework)' == 'net40' ">
10+
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
1111
<OutputType>library</OutputType>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
@@ -28,7 +28,7 @@
2828
<PropertyGroup>
2929
<NoWarn>1701;1702;1591;1570;1572;1573;1574;1580;1584;1658</NoWarn>
3030
</PropertyGroup>
31-
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
31+
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
3232
<Reference Include="System" />
3333
<Reference Include="System.Core" />
3434
<Reference Include="System.Xml" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="3.7.1" targetFramework="net40" />
3+
<package id="NUnit" version="3.7.1" targetFramework="net45" />
44
</packages>

itext.tests/itext.io.tests/itext.io.tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<AssemblyName>itext.io.tests</AssemblyName>
12-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SignAssembly>true</SignAssembly>
1515
<AssemblyOriginatorKeyFile>itext.snk</AssemblyOriginatorKeyFile>
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<Reference Include="nunit.framework, Version=3.7.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
38-
<HintPath>$(SolutionDir)\packages\NUnit.3.7.1\lib\net40\nunit.framework.dll</HintPath>
38+
<HintPath>$(SolutionDir)\packages\NUnit.3.7.1\lib\net45\nunit.framework.dll</HintPath>
3939
</Reference>
4040
<Reference Include="System" />
4141
<Reference Include="System.Core" />

itext.tests/itext.io.tests/itext.io.tests.netstandard.csproj

Lines changed: 3 additions & 3 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;net40</TargetFrameworks>
8+
<TargetFrameworks>netcoreapp2.0;net45</TargetFrameworks>
99
</PropertyGroup>
10-
<PropertyGroup Condition=" '$(TargetFramework)' == 'net40' ">
10+
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
1111
<OutputType>library</OutputType>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
@@ -33,7 +33,7 @@
3333
<PropertyGroup>
3434
<NoWarn>1701;1702;1591;1570;1572;1573;1574;1580;1584;1658</NoWarn>
3535
</PropertyGroup>
36-
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
36+
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
3737
<Reference Include="System" />
3838
<Reference Include="System.Core" />
3939
</ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="3.7.1" targetFramework="net40" />
3+
<package id="NUnit" version="3.7.1" targetFramework="net45" />
44
</packages>

itext.tests/itext.kernel.tests/itext.kernel.tests.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.kernel.tests</AssemblyName>
11-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<ProductVersion>8.0.30703</ProductVersion>
1414
<SchemaVersion>2.0</SchemaVersion>
@@ -45,7 +45,7 @@
4545
<HintPath>$(SolutionDir)\packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath>
4646
</Reference>
4747
<Reference Include="nunit.framework, Version=3.7.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
48-
<HintPath>$(SolutionDir)\packages\NUnit.3.7.1\lib\net40\nunit.framework.dll</HintPath>
48+
<HintPath>$(SolutionDir)\packages\NUnit.3.7.1\lib\net45\nunit.framework.dll</HintPath>
4949
</Reference>
5050
<Reference Include="System" />
5151
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)