Fix typo (dotnet/corefx#36107)
authorNikita Potapenko <dev.potapy4@hotmail.com>
Sun, 17 Mar 2019 22:43:21 +0000 (00:43 +0200)
committerDavid Shulman <david.shulman@microsoft.com>
Sun, 17 Mar 2019 22:43:21 +0000 (15:43 -0700)
commit28f63d6f4e70898b835d366d42ac3279b0274baf
tree5e554dd2db0997e74981b0388fd53b9217411658
parent35ad44461dc40f9f4cd2cee72a5933f3950de422
Fix typo (dotnet/corefx#36107)

.Net -> .NET

Commit migrated from https://github.com/dotnet/corefx/commit/d29ae79fb13b4df9078400ac49b460e011f96404
54 files changed:
src/libraries/Common/tests/System/Diagnostics/RemoteExecutorConsoleApp/RemoteExecutorConsoleApp.cs
src/libraries/Common/tests/System/Net/Prerequisites/Servers/buildAndPackage.ps1
src/libraries/CoreFx.Private.TestUtilities/src/System/PlatformDetection.cs
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OverloadResolution.vb
src/libraries/System.Collections.Immutable/tests/ImmutableDictionaryTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableSortedDictionaryTest.cs
src/libraries/System.ComponentModel.Composition/src/Microsoft/Internal/Collections/CollectionServices.CollectionOfObject.cs
src/libraries/System.ComponentModel.TypeConverter/tests/ContainerTests.cs
src/libraries/System.ComponentModel.TypeConverter/tests/ContextStackTests.cs
src/libraries/System.ComponentModel.TypeConverter/tests/CultureInfoConverterTests.cs
src/libraries/System.Data.Common/src/Resources/Strings.resx
src/libraries/System.Data.Common/src/System/Data/Common/ObjectStorage.cs
src/libraries/System.Data.Common/tests/System/Data/DataRowTest2.cs
src/libraries/System.Data.Odbc/src/Resources/Strings.resx
src/libraries/System.Data.SqlClient/src/Resources/Strings.resx
src/libraries/System.Data.SqlClient/src/System/Data/SqlClient/SqlDependencyUtils.cs
src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/RandomStressTest/Randomizer.cs
src/libraries/System.Diagnostics.Contracts/tests/Utilities.cs
src/libraries/System.Diagnostics.TraceSource/tests/TraceListenerClassTests.cs
src/libraries/System.Drawing.Common/tests/mono/System.Drawing/BitmapTests.cs
src/libraries/System.Globalization.Calendars/tests/System/Globalization/CalendarTestBase.cs
src/libraries/System.Globalization/tests/CultureInfo/CultureInfoCurrentCulture.cs
src/libraries/System.IO/tests/BinaryReader/BinaryReaderTests.cs
src/libraries/System.Linq.Expressions/tests/Block/BlockFactoryTests.cs
src/libraries/System.Linq.Expressions/tests/Call/CallFactoryTests.cs
src/libraries/System.Linq.Expressions/tests/Invoke/InvokeFactoryTests.cs
src/libraries/System.Linq.Parallel/tests/Combinatorial/ParallelQueryCombinationTests.cs
src/libraries/System.Linq.Parallel/tests/QueryOperators/GroupJoinTests.cs
src/libraries/System.Linq.Parallel/tests/QueryOperators/JoinTests.cs
src/libraries/System.Management/src/System/Management/ManagementScope.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpException.cs
src/libraries/System.Net.Http/tests/FunctionalTests/FormUrlEncodedContentTest.cs
src/libraries/System.Net.Security/tests/FunctionalTests/NegotiateStreamStreamToStreamTest.cs
src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
src/libraries/System.Net.ServicePoint/tests/System.Net.ServicePoint.Tests.csproj
src/libraries/System.Net.WebSockets.Client/src/System/Net/WebSockets/WinRTWebSocket.cs
src/libraries/System.Net.WebSockets.Client/tests/ClientWebSocketUnitTest.cs
src/libraries/System.Numerics.Vectors/tests/Vector2Tests.cs
src/libraries/System.Private.Uri/tests/FunctionalTests/IriTest.cs
src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/CommonTests.cs
src/libraries/System.Private.Xml/tests/XmlReader/Tests/AsyncReaderLateInitTests.cs
src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ExceptionVerifier.cs
src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/ExceptionVerifier.cs
src/libraries/System.Reflection.DispatchProxy/src/System/Reflection/DispatchProxyGenerator.cs
src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/MemberInfoTests.CoreCLR.cs
src/libraries/System.Reflection/tests/MemberInfoTests.netcoreapp.cs
src/libraries/System.Runtime.Extensions/tests/System/Runtime/Versioning/VersioningHelperTests.cs
src/libraries/System.Runtime.Loader/tests/AssemblyLoadContextTest.cs
src/libraries/System.Runtime.Loader/tests/DefaultContext/DefaultLoadContextTest.cs
src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/RefEmitLoadContextTest.cs
src/libraries/System.Runtime/tests/System/Type/TypeTests.netcoreapp.cs
src/libraries/System.Security.Permissions/tests/SecurityElementTests.cs
src/libraries/System.Threading.Thread/tests/ThreadTests.cs
src/libraries/System.Transactions.Local/src/System/Transactions/TransactionScope.cs