From 98f2aac12b29f95e55dce76ff8b0006d5fa49893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vadims=20Pod=C4=81ns?= Date: Wed, 28 Aug 2024 12:07:34 +0300 Subject: [PATCH] added PublicKey specification for tests project --- Asn1Parser/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Asn1Parser/Properties/AssemblyInfo.cs b/Asn1Parser/Properties/AssemblyInfo.cs index b586b2f..ef2cdf1 100644 --- a/Asn1Parser/Properties/AssemblyInfo.cs +++ b/Asn1Parser/Properties/AssemblyInfo.cs @@ -21,7 +21,7 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("1b472f7a-4af5-45bf-aa38-4b7b35f63543")] -[assembly: InternalsVisibleTo("Asn1Parser.Tests")] +[assembly: InternalsVisibleTo("Asn1Parser.Tests, PublicKey=null")] // Version information for an assembly consists of the following four values: //