fix path for Interop.WSADuplicateSocket.cs
authorAnton Firszov <Anton.Firszov@microsoft.com>
Mon, 20 Jan 2020 17:17:55 +0000 (18:17 +0100)
committerAnton Firszov <Anton.Firszov@microsoft.com>
Mon, 20 Jan 2020 17:17:55 +0000 (18:17 +0100)
src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj

index 3c15df4..b6f74d9 100644 (file)
     <Compile Include="$(CommonPath)Interop\Windows\WinSock\Interop.WSAConnect.cs">
       <Link>Common\Interop\Windows\WinSock\Interop.WSAConnect.cs</Link>
     </Compile>
-    <Compile Include="..\..\Common\src\Interop\Windows\WinSock\Interop.WSADuplicateSocket.cs">
+    <Compile Include="$(CommonPath)Interop\Windows\WinSock\Interop.WSADuplicateSocket.cs">
       <Link>Common\Interop\Windows\WinSock\Interop.WSADuplicateSocket.cs</Link>
     </Compile>
     <Compile Include="$(CommonPath)Interop\Windows\WinSock\Interop.WSAGetOverlappedResult.cs">