Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Disable build of System.Net.Http.WinHttpHandler to avoid regression o…
Browse files Browse the repository at this point in the history
…n net461 (#42908)
  • Loading branch information
joperezr authored Apr 21, 2020
1 parent 60ffc71 commit c07c791
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/System.Net.Http.WinHttpHandler/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<AssemblyVersion>4.0.5.0</AssemblyVersion>
<PackageVersion>4.7.1</PackageVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
</PropertyGroup>
</Project>
3 changes: 0 additions & 3 deletions src/packages.builds
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
<Project Include="$(MSBuildThisFileDirectory)System.Json\pkg\System.Json.pkgproj">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<Project Include="$(MSBuildThisFileDirectory)System.Net.Http.WinHttpHandler\pkg\System.Net.Http.WinHttpHandler.pkgproj">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<Project Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.WebSocketProtocol\pkg\System.Net.WebSockets.WebSocketProtocol.pkgproj">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
Expand Down

0 comments on commit c07c791

Please sign in to comment.