File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
StandardSocketsHttpHandler Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 77 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
88 </PropertyGroup >
99
10+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
11+ <Compile Remove =" HashCode.cs" />
12+ <Compile Remove =" Net\Security\SslApplicationProtocol.cs" />
13+ <Compile Remove =" Net\Security\SslClientAuthenticationOptions.cs" />
14+ </ItemGroup >
15+
1016 <ItemGroup >
1117 <Compile Update =" Net\Http\SR.Designer.cs" >
1218 <DesignTime >True</DesignTime >
2329 </EmbeddedResource >
2430 </ItemGroup >
2531
32+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
33+ <Compile Update =" Net\Security\SR.Designer.cs" >
34+ <DesignTime >True</DesignTime >
35+ <AutoGen >True</AutoGen >
36+ <DependentUpon >SR.resx</DependentUpon >
37+ </Compile >
38+ </ItemGroup >
39+
40+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
41+ <EmbeddedResource Update =" Net\Security\SR.resx" >
42+ <Generator >PublicResXFileCodeGenerator</Generator >
43+ <LastGenOutput >SR.Designer.cs</LastGenOutput >
44+ <CustomToolNamespace >System.Net.Security</CustomToolNamespace >
45+ </EmbeddedResource >
46+ </ItemGroup >
47+
2648</Project >
You can’t perform that action at this time.
0 commit comments