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

Commit 2030aff

Browse files
committed
Merge pull request dotnet/corert#3285 from dotnet/nmirror
Merge nmirror to master Signed-off-by: dotnet-bot <[email protected]>
1 parent 5bc1e42 commit 2030aff

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/mscorlib/shared/System/Resources/MissingManifestResourceException.cs

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

88
namespace System.Resources
99
{
10-
#if PROJECTN
11-
[Internal.Runtime.CompilerServices.RelocatedType("System.Resources.ResourceManager")]
12-
#endif
1310
[Serializable]
1411
public class MissingManifestResourceException : SystemException
1512
{

src/mscorlib/shared/System/Resources/NeutralResourcesLanguageAttribute.cs

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

55
namespace System.Resources
66
{
7-
#if PROJECTN
8-
[Internal.Runtime.CompilerServices.RelocatedType("System.Resources.ResourceManager")]
9-
#endif
107
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)]
118
public sealed class NeutralResourcesLanguageAttribute : Attribute
129
{

src/mscorlib/shared/System/Resources/SatelliteContractVersionAttribute.cs

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

1717
namespace System.Resources
1818
{
19-
#if PROJECTN
20-
[Internal.Runtime.CompilerServices.RelocatedType("System.Resources.ResourceManager")]
21-
#endif
2219
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)]
2320
public sealed class SatelliteContractVersionAttribute : Attribute
2421
{

0 commit comments

Comments
 (0)