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

Commit 1ab3614

Browse files
committed
Fix casing to unblock Linux native builds
1 parent 4cda5aa commit 1ab3614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.Unit.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<Compile Include="..\..\src\System\Net\CookieContainer.cs" >
2929
<Link>ProductionCode\System\Net\CookieContainer.cs</Link>
3030
</Compile>
31-
<Compile Include="..\..\src\System\Net\cookiecollection.cs" >
32-
<Link>ProductionCode\System\Net\cookiecollection.cs</Link>
31+
<Compile Include="..\..\src\System\Net\CookieCollection.cs" >
32+
<Link>ProductionCode\System\Net\CookieCollection.cs</Link>
3333
</Compile>
3434
<Compile Include="..\..\src\System\Net\CookieException.cs" >
3535
<Link>ProductionCode\System\Net\CookieException.cs</Link>

0 commit comments

Comments
 (0)