We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0e3de commit 00cb5e6Copy full SHA for 00cb5e6
StandardSocketsHttpHandler/StandardSocketsHttpHandler.csproj
@@ -15,7 +15,7 @@
15
<EmbedAllSources>true</EmbedAllSources>
16
</PropertyGroup>
17
18
- <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
+ <ItemGroup Condition=" '$(TargetFramework)' != 'netstandard2.0' ">
19
<Compile Remove="HashCode.cs" />
20
<Compile Remove="IO\Extensions\StreamExtensions.cs" />
21
<Compile Remove="Net\Security\Extensions\SslStreamExtensions.cs" />
0 commit comments