Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Perovich <alperovi@microsoft.com>2017-03-22 08:02:47 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-03-22 08:04:26 +0300
commit700287e3c75ffdca581d9ab6bc352415a58a88c4 (patch)
tree7cad4a0eab872049643fde8deae0e0d5d62ea8ae /src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
parentc4a366e6bab030573fc6b006927b0f0f5b9b92f0 (diff)
Switch coreclr corelib to use resx (#10372)
* Revert "Revert "Switch coreclr corelib to use resx (#10268)"" * Add resources.target override This fixes the GenerateResource task running on the arm emulator runs. * Fix run.sh to have a working Tools-Override
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs b/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
index 65b120e6b..ad923dfae 100644
--- a/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
+++ b/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
@@ -54,4 +54,4 @@ namespace System.Runtime.CompilerServices
/// </summary>
public IList<string> TransformNames => _transformNames;
}
-} \ No newline at end of file
+}