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
Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
nattress committed Mar 1, 2018
1 parent 1901ca9 commit f370f6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<Compile Include="..\..\src\System\Net\NameResolutionPal.Windows.Uap.cs" Condition="'$(TargetGroup)' == 'uap'">
<Link>ProductionCode\System\Net\NameResolutionPal.Windows.Uap.cs</Link>
</Compile>
<Compile Include="..\..\src\System\Net\NameResolutionPal.Windows.Win32.cs" Condition="'$(TargetGroup)' == 'netcoreapp'">
<Link>ProductionCode\System\Net\NameResolutionPal.Windows.Win32.cs</Link>
<Compile Include="..\..\src\System\Net\NameResolutionPal.Win32.cs" Condition="'$(TargetGroup)' == 'netcoreapp'">
<Link>ProductionCode\System\Net\NameResolutionPal.Win32.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\Net\InternalException.cs">
<Link>Common\System\Net\InternalException.cs</Link>
Expand Down

0 comments on commit f370f6b

Please sign in to comment.