Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 3c57665

Browse files
committed
Fixed build break
1 parent 756ed11 commit 3c57665

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/System.Net.Http/src/System.Net.Http.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@
109109
<Compile Include="$(CommonPath)\System\Net\Logging.cs">
110110
<Link>Common\System\Net\Logging.cs</Link>
111111
</Compile>
112-
<Compile Include="$(CommonPath)\System\Net\Http\HttpHandlerDefaults.cs">
113-
<Link>Common\System\Net\Http\HttpHandlerDefaults.cs</Link>
114-
</Compile>
115112
</ItemGroup>
116113

117114
<ItemGroup Condition=" '$(TargetsWindows)' == 'true' ">
@@ -157,7 +154,10 @@
157154
</Compile>
158155
<Compile Include="$(CommonPath)\System\NotImplemented.cs">
159156
<Link>Common\System\NotImplemented.cs</Link>
160-
</Compile>
157+
</Compile>
158+
<Compile Include="$(CommonPath)\System\Net\Http\HttpHandlerDefaults.cs">
159+
<Link>Common\System\Net\Http\HttpHandlerDefaults.cs</Link>
160+
</Compile>
161161
</ItemGroup>
162162

163163
<ItemGroup>

0 commit comments

Comments
 (0)