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

Commit 92c7943

Browse files
committed
System.Security.Cryptography.X509Certificates: Fix file casing in csproj
The file on disk has a different casing, fix the csproj to match so it works on case sensitive file systems.
1 parent 1615175 commit 92c7943

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
<Compile Include="$(CommonPath)\Interop\Unix\libcrypto\Interop.Bignum.cs">
113113
<Link>Common\Interop\Unix\libcrypto\Interop.Bignum.cs</Link>
114114
</Compile>
115-
<Compile Include="$(CommonPath)\Interop\Unix\libcrypto\Interop.Bio.cs">
116-
<Link>Common\Interop\Unix\libcrypto\Interop.Bio.cs</Link>
115+
<Compile Include="$(CommonPath)\Interop\Unix\libcrypto\Interop.BIO.cs">
116+
<Link>Common\Interop\Unix\libcrypto\Interop.BIO.cs</Link>
117117
</Compile>
118118
<Compile Include="$(CommonPath)\Interop\Unix\libcrypto\Interop.d2i.cs">
119119
<Link>Common\Interop\Unix\libcrypto\Interop.d2i.cs</Link>
@@ -127,8 +127,8 @@
127127
<Compile Include="$(CommonPath)\Interop\Unix\libcrypto\Interop.Initialization.cs">
128128
<Link>Common\Interop\Unix\libcrypto\Interop.Initialization.cs</Link>
129129
</Compile>
130-
<Compile Include="$(CommonPath)\Interop\Unix\libcrypto\Interop.RSA.cs">
131-
<Link>Common\Interop\Unix\libcrypto\Interop.RSA.cs</Link>
130+
<Compile Include="$(CommonPath)\Interop\Unix\libcrypto\Interop.Rsa.cs">
131+
<Link>Common\Interop\Unix\libcrypto\Interop.Rsa.cs</Link>
132132
</Compile>
133133
<Compile Include="$(CommonPath)\Interop\Unix\libcrypto\Interop.X509.cs">
134134
<Link>Common\Interop\Unix\libcrypto\Interop.X509.cs</Link>

0 commit comments

Comments
 (0)