File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
Castle.Core.Tests.WeakNamed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 74
74
<DefineConstants >$(NetStandard21Constants)</DefineConstants >
75
75
</PropertyGroup >
76
76
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
-
85
77
<PropertyGroup Condition =" '$(TargetFramework)|$(Configuration)'=='netcoreapp3.1|Debug'" >
86
78
<DefineConstants >$(DiagnosticsConstants);$(NetStandard21Constants)</DefineConstants >
87
79
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\buildscripts\common.props" ></Import >
4
4
5
5
<PropertyGroup >
6
- <TargetFrameworks >net462;netcoreapp2.1; netcoreapp3.1;net6.0</TargetFrameworks >
6
+ <TargetFrameworks >net462;netcoreapp3.1;net6.0</TargetFrameworks >
7
7
</PropertyGroup >
8
8
9
9
<PropertyGroup >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\buildscripts\common.props" ></Import >
4
4
5
5
<PropertyGroup >
6
- <TargetFrameworks >net462;netcoreapp2.1; netcoreapp3.1;net6.0</TargetFrameworks >
6
+ <TargetFrameworks >net462;netcoreapp3.1;net6.0</TargetFrameworks >
7
7
</PropertyGroup >
8
8
9
9
<PropertyGroup >
55
55
<ProjectReference Include =" ..\Castle.Services.Logging.NLogIntegration\Castle.Services.Logging.NLogIntegration.csproj" />
56
56
<ProjectReference Include =" ..\Castle.Services.Logging.SerilogIntegration\Castle.Services.Logging.SerilogIntegration.csproj" />
57
57
</ItemGroup >
58
- <ItemGroup Condition =" '$(TargetFramework)'=='netcoreapp2.1'OR'$(TargetFramework)'==' netcoreapp3.1'" >
58
+ <ItemGroup Condition =" '$(TargetFramework)'=='netcoreapp3.1'" >
59
59
<PackageReference Include =" System.Security.Permissions" Version =" 4.7.0" />
60
60
</ItemGroup >
61
61
<ItemGroup Condition =" '$(TargetFramework)'=='net6.0'" >
You can’t perform that action at this time.
0 commit comments