Skip to content

Commit 7d25d73

Browse files
committed
remove .net core 2.1 from testing
1 parent 63f2493 commit 7d25d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Transports.AspNetCore.Tests/Transports.AspNetCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="../../Tests.props" />
33

44
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' != 'true'">
5-
<TargetFrameworks>netcoreapp2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
5+
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
66
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
77
</PropertyGroup>
88
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">

0 commit comments

Comments
 (0)