From ecf65775b729e05c0bad98248389b56b7e7d531b Mon Sep 17 00:00:00 2001 From: Luqun Lou Date: Tue, 3 Jul 2018 18:30:33 -0700 Subject: [PATCH] Delete InternalsVisibleTo attributes from S.P.CoreLib (dotnet/coreclr#18697) Commit migrated from https://github.com/dotnet/coreclr/commit/c5dce0a3c0c5046aacde93c7ee2e35371d15ad6f --- .../src/System.Private.CoreLib/System.Private.CoreLib.csproj | 2 -- src/coreclr/src/System.Private.CoreLib/src/mscorlib.Friends.cs | 8 -------- 2 files changed, 10 deletions(-) delete mode 100644 src/coreclr/src/System.Private.CoreLib/src/mscorlib.Friends.cs diff --git a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj index 562da8f..92eb180 100644 --- a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj +++ b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj @@ -534,8 +534,6 @@ - - diff --git a/src/coreclr/src/System.Private.CoreLib/src/mscorlib.Friends.cs b/src/coreclr/src/System.Private.CoreLib/src/mscorlib.Friends.cs deleted file mode 100644 index b4e3133..0000000 --- a/src/coreclr/src/System.Private.CoreLib/src/mscorlib.Friends.cs +++ /dev/null @@ -1,8 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// Depends on things like WindowsRuntimeImportAttribute -[assembly: InternalsVisibleTo("System.Runtime.WindowsRuntime, PublicKey=00000000000000000400000000000000", AllInternalsVisible = false)] -- 2.7.4