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

Commit d1423ab

Browse files
committed
Merge pull request #2621 from chcosta/CookieCollection_FixCasing
Fix casing to unblock Linux native builds
2 parents d6d8a09 + 1ab3614 commit d1423ab

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)