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

Commit b8327d3

Browse files
fix source file reference
1 parent af6ded4 commit b8327d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@
8888
</Compile>
8989
<Compile Include="$(CommonPath)\Interop\Windows\Winsock\Interop.gethostbyaddr.cs">
9090
<Link>Interop\Windows\Winsock\Interop.gethostbyaddr.cs</Link>
91-
</Compile>
92-
<Compile Include="$(CommonPath)\Interop\Windows\Winsock\Interop.gethostbyname.cs">
93-
<Link>Interop\Windows\Winsock\Interop.gethostbyname.cs</Link>
94-
</Compile>
91+
</Compile>
9592
<Compile Include="$(CommonPath)\Interop\Windows\Winsock\Interop.gethostname.cs">
9693
<Link>Interop\Windows\Winsock\Interop.gethostname.cs</Link>
9794
</Compile>

0 commit comments

Comments
 (0)