1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 9420cc832..1378034a6 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -85,6 +85,7 @@
<Compile Include="src\asn1\test\IssuingDistributionPointTest.cs" />
<Compile Include="src\asn1\test\KeyUsageTest.cs" />
<Compile Include="src\asn1\test\LDSSecurityObjectUnitTest.cs" />
+ <Compile Include="src\asn1\test\LinkedCertificateTest.cs" />
<Compile Include="src\asn1\test\MiscTest.cs" />
<Compile Include="src\asn1\test\MonetaryLimitUnitTest.cs" />
<Compile Include="src\asn1\test\MonetaryValueUnitTest.cs" />
|