We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f2493 commit 7d25d73Copy full SHA for 7d25d73
tests/Transports.AspNetCore.Tests/Transports.AspNetCore.Tests.csproj
@@ -2,7 +2,7 @@
2
<Import Project="../../Tests.props" />
3
4
<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>
+ <TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
6
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
7
</PropertyGroup>
8
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">
0 commit comments