Skip to content

Commit 00fbc8c

Browse files
MichalStrehovskyjkotas
authored andcommitted
Fix missed RelocatedType annotation
[tfs-changeset: 1735855] Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
1 parent 6eebb9d commit 00fbc8c

File tree

1 file changed

+3
-0
lines changed
  • src/System.Private.CoreLib/shared/System/Security/Principal

1 file changed

+3
-0
lines changed

src/System.Private.CoreLib/shared/System/Security/Principal/IPrincipal.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
namespace System.Security.Principal
1212
{
13+
#if PROJECTN
14+
[Internal.Runtime.CompilerServices.RelocatedType("System.Security.Principal")]
15+
#endif
1316
public interface IPrincipal
1417
{
1518
// Retrieve the identity object

0 commit comments

Comments
 (0)