Skip to content

Commit f76e184

Browse files
committed
Removed netcoreapp2.1
1 parent e2d3359 commit f76e184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: 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>

0 commit comments

Comments
 (0)