Skip to content

Commit 4e05929

Browse files
committed
Removed netcoreapp2.1
1 parent a451c81 commit 4e05929

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

buildscripts/common.props

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@
7474
<DefineConstants>$(NetStandard21Constants)</DefineConstants>
7575
</PropertyGroup>
7676

77-
<PropertyGroup Condition="'$(TargetFramework)|$(Configuration)'=='netcoreapp2.1|Debug'">
78-
<DefineConstants>$(DiagnosticsConstants);$(NetStandard20Constants)</DefineConstants>
79-
</PropertyGroup>
80-
81-
<PropertyGroup Condition="'$(TargetFramework)|$(Configuration)'=='netcoreapp2.1|Release'">
82-
<DefineConstants>$(NetStandard20Constants)</DefineConstants>
83-
</PropertyGroup>
84-
8577
<PropertyGroup Condition="'$(TargetFramework)|$(Configuration)'=='netcoreapp3.1|Debug'">
8678
<DefineConstants>$(DiagnosticsConstants);$(NetStandard21Constants)</DefineConstants>
8779
</PropertyGroup>

src/Castle.Core.Tests.WeakNamed/Castle.Core.Tests.WeakNamed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="..\..\buildscripts\common.props"></Import>
44

55
<PropertyGroup>
6-
<TargetFrameworks>net462;netcoreapp2.1;netcoreapp3.1;net6.0</TargetFrameworks>
6+
<TargetFrameworks>net462;netcoreapp3.1;net6.0</TargetFrameworks>
77
</PropertyGroup>
88

99
<PropertyGroup>

src/Castle.Core.Tests/Castle.Core.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="..\..\buildscripts\common.props"></Import>
44

55
<PropertyGroup>
6-
<TargetFrameworks>net462;netcoreapp2.1;netcoreapp3.1;net6.0</TargetFrameworks>
6+
<TargetFrameworks>net462;netcoreapp3.1;net6.0</TargetFrameworks>
77
</PropertyGroup>
88

99
<PropertyGroup>
@@ -55,7 +55,7 @@
5555
<ProjectReference Include="..\Castle.Services.Logging.NLogIntegration\Castle.Services.Logging.NLogIntegration.csproj" />
5656
<ProjectReference Include="..\Castle.Services.Logging.SerilogIntegration\Castle.Services.Logging.SerilogIntegration.csproj" />
5757
</ItemGroup>
58-
<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp2.1'OR'$(TargetFramework)'=='netcoreapp3.1'">
58+
<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp3.1'">
5959
<PackageReference Include="System.Security.Permissions" Version="4.7.0" />
6060
</ItemGroup>
6161
<ItemGroup Condition="'$(TargetFramework)'=='net6.0'">

0 commit comments

Comments
 (0)