Removing "netcoreapp" and "netfx" TargetGroup (#457)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Sat, 14 Dec 2019 20:22:29 +0000 (12:22 -0800)
committerGitHub <noreply@github.com>
Sat, 14 Dec 2019 20:22:29 +0000 (12:22 -0800)
commit3b9abae5aae537258611b5750dc7e2963cfc73ed
tree886aea730f77719806f8c640cd79cd11d0bce33a
parentac4b5b6c380e143fea83d19e70477468391a6c8b
Removing "netcoreapp"  and "netfx" TargetGroup (#457)

* netcoreapp -> netcoreapp5.0 in .sln files

* netcoreapp; -> netcoreapp5.0;  , netcoreapp- to netcoreapp5.0-

* netcoreapp- -> netcoreapp5.0 in .csproj

* 'netcoreapp -> 'netcoreapp5.0 in .csproj

* done with libraries sub folder

* missed semicolon

* minor changes

* netcoreapp -> netcoreapp5.0 in some extra files

* vNext target variable in configurations.props

* netcoreapp => netcoreapp5/0 in some other .props file

* netcoreapp -> vnext in .csproj

* making the netcorepap framework switch work

* fixing sendToHelix and linux build

* TargetFrameworkVNext -> netcoreappCurrent

* case correct netcoreappcurrent

* fixing send to helix zip path

* netfx -> net472 in .sln

* netfx; -> net472; in .props

* netfx- -> net472- in .props

* netfx - -> net472- in .csproj

* 'netfx-> 'net472 in .csproj

* netfx -> net472 manual change

* fixing ci build for netfx

* Not trying to change the global property

* Fixing build failure due to master changes in net https tests

* adding documentaiton and fixing filtering

* netcoreapp -> netcore5.0 in py file

* changing the path to use netcoreapp5.0 version

* feedback and override corefx path corrected in installers

* remaing netcoreapp5.0 changes done

* netcoreapp-> netcoreapp5.0 after live builds

* net472 -> netframeworkcurrent
1399 files changed:
Directory.Build.props
eng/build.ps1
eng/build.sh
eng/common/internal/Tools.csproj
eng/configurations/targetgroups.props
eng/docker/libraries-sdk.linux.Dockerfile
eng/docker/libraries-sdk.windows.Dockerfile
eng/illink.targets
eng/liveBuilds.targets
eng/pipelines/libraries/build-job.yml
eng/testing/xunit/xunit.targets
src/coreclr/src/System.Private.CoreLib/CreateRuntimeRootILLinkDescriptorFile.targets
src/coreclr/tests/dir.common.props
src/coreclr/tests/scripts/run-corefx-tests.py
src/libraries/Common/Common.Tests.sln
src/libraries/Common/tests/Common.Tests.csproj
src/libraries/Common/tests/Configurations.props
src/libraries/Common/tests/CoreFx.Private.TestUtilities/Configurations.props
src/libraries/Common/tests/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.csproj
src/libraries/Common/tests/StaticTestGenerator/Program.cs
src/libraries/Common/tests/StaticTestGenerator/README.md
src/libraries/Common/tests/System/Xml/XmlCoreTest/Configurations.props
src/libraries/Common/tests/System/Xml/XmlCoreTest/XmlCoreTest.csproj
src/libraries/Directory.Build.props
src/libraries/Directory.Build.targets
src/libraries/Microsoft.CSharp/Microsoft.CSharp.sln
src/libraries/Microsoft.CSharp/src/Configurations.props
src/libraries/Microsoft.CSharp/tests/Configurations.props
src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj
src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/Microsoft.Diagnostics.Tracing.EventSource.Redist.sln
src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Configurations.props
src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj
src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/tests/Configurations.props
src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/tests/Microsoft.Diagnostics.Tracing.EventSource.Redist.Tests.csproj
src/libraries/Microsoft.IO.Redist/Microsoft.IO.Redist.sln
src/libraries/Microsoft.IO.Redist/src/Configurations.props
src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj
src/libraries/Microsoft.VisualBasic.Core/Microsoft.VisualBasic.Core.sln
src/libraries/Microsoft.VisualBasic.Core/ref/Configurations.props
src/libraries/Microsoft.VisualBasic.Core/ref/Microsoft.VisualBasic.Core.csproj
src/libraries/Microsoft.VisualBasic.Core/src/Configurations.props
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft.VisualBasic.Core.vbproj
src/libraries/Microsoft.VisualBasic.Core/tests/Configurations.props
src/libraries/Microsoft.VisualBasic.Core/tests/Microsoft.VisualBasic.Core.Tests.csproj
src/libraries/Microsoft.Win32.Primitives/Microsoft.Win32.Primitives.sln
src/libraries/Microsoft.Win32.Primitives/ref/Configurations.props
src/libraries/Microsoft.Win32.Primitives/ref/Microsoft.Win32.Primitives.csproj
src/libraries/Microsoft.Win32.Primitives/src/Configurations.props
src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj
src/libraries/Microsoft.Win32.Primitives/tests/Configurations.props
src/libraries/Microsoft.Win32.Primitives/tests/Microsoft.Win32.Primitives.Tests.csproj
src/libraries/Microsoft.Win32.Registry.AccessControl/Microsoft.Win32.Registry.AccessControl.sln
src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Configurations.props
src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj
src/libraries/Microsoft.Win32.Registry.AccessControl/src/Configurations.props
src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj
src/libraries/Microsoft.Win32.Registry.AccessControl/tests/Configurations.props
src/libraries/Microsoft.Win32.Registry.AccessControl/tests/Microsoft.Win32.Registry.AccessControl.Tests.csproj
src/libraries/Microsoft.Win32.Registry/Microsoft.Win32.Registry.sln
src/libraries/Microsoft.Win32.Registry/ref/Configurations.props
src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj
src/libraries/Microsoft.Win32.Registry/src/Configurations.props
src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
src/libraries/Microsoft.Win32.Registry/tests/Configurations.props
src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
src/libraries/Microsoft.Win32.SystemEvents/Microsoft.Win32.SystemEvents.sln
src/libraries/Microsoft.Win32.SystemEvents/ref/Configurations.props
src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj
src/libraries/Microsoft.Win32.SystemEvents/src/Configurations.props
src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
src/libraries/Microsoft.Win32.SystemEvents/tests/Configurations.props
src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj
src/libraries/Microsoft.XmlSerializer.Generator/Microsoft.XmlSerializer.Generator.sln
src/libraries/Microsoft.XmlSerializer.Generator/tests/Configurations.props
src/libraries/Microsoft.XmlSerializer.Generator/tests/Microsoft.XmlSerializer.Generator.Tests.csproj
src/libraries/Native/native-binplace.proj
src/libraries/System.AppContext/System.AppContext.sln
src/libraries/System.AppContext/ref/Configurations.props
src/libraries/System.AppContext/ref/System.AppContext.csproj
src/libraries/System.AppContext/src/Configurations.props
src/libraries/System.AppContext/src/System.AppContext.csproj
src/libraries/System.AppContext/tests/Configurations.props
src/libraries/System.AppContext/tests/System.AppContext.Tests.csproj
src/libraries/System.Buffers/System.Buffers.sln
src/libraries/System.Buffers/ref/Configurations.props
src/libraries/System.Buffers/ref/System.Buffers.csproj
src/libraries/System.Buffers/src/Configurations.props
src/libraries/System.Buffers/src/System.Buffers.csproj
src/libraries/System.Buffers/tests/Configurations.props
src/libraries/System.Buffers/tests/System.Buffers.Tests.csproj
src/libraries/System.CodeDom/System.CodeDom.sln
src/libraries/System.CodeDom/ref/Configurations.props
src/libraries/System.CodeDom/ref/System.CodeDom.csproj
src/libraries/System.CodeDom/src/Configurations.props
src/libraries/System.CodeDom/src/System.CodeDom.csproj
src/libraries/System.CodeDom/tests/Configurations.props
src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
src/libraries/System.Collections.Concurrent/System.Collections.Concurrent.sln
src/libraries/System.Collections.Concurrent/ref/Configurations.props
src/libraries/System.Collections.Concurrent/ref/System.Collections.Concurrent.csproj
src/libraries/System.Collections.Concurrent/src/Configurations.props
src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj
src/libraries/System.Collections.Concurrent/tests/Configurations.props
src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj
src/libraries/System.Collections.Immutable/System.Collections.Immutable.sln
src/libraries/System.Collections.Immutable/ref/Configurations.props
src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj
src/libraries/System.Collections.Immutable/src/Configurations.props
src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj
src/libraries/System.Collections.Immutable/tests/Configurations.props
src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
src/libraries/System.Collections.NonGeneric/System.Collections.NonGeneric.sln
src/libraries/System.Collections.NonGeneric/ref/Configurations.props
src/libraries/System.Collections.NonGeneric/ref/System.Collections.NonGeneric.csproj
src/libraries/System.Collections.NonGeneric/src/Configurations.props
src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj
src/libraries/System.Collections.NonGeneric/tests/Configurations.props
src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
src/libraries/System.Collections.Specialized/System.Collections.Specialized.sln
src/libraries/System.Collections.Specialized/ref/Configurations.props
src/libraries/System.Collections.Specialized/ref/System.Collections.Specialized.csproj
src/libraries/System.Collections.Specialized/src/Configurations.props
src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj
src/libraries/System.Collections.Specialized/tests/Configurations.props
src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
src/libraries/System.Collections/System.Collections.sln
src/libraries/System.Collections/ref/Configurations.props
src/libraries/System.Collections/ref/System.Collections.csproj
src/libraries/System.Collections/src/Configurations.props
src/libraries/System.Collections/src/System.Collections.csproj
src/libraries/System.Collections/tests/Configurations.props
src/libraries/System.Collections/tests/System.Collections.Tests.csproj
src/libraries/System.ComponentModel.Annotations/System.ComponentModel.Annotations.sln
src/libraries/System.ComponentModel.Annotations/tests/Configurations.props
src/libraries/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj
src/libraries/System.ComponentModel.Composition.Registration/System.ComponentModel.Composition.Registration.sln
src/libraries/System.ComponentModel.Composition.Registration/tests/Configurations.props
src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj
src/libraries/System.ComponentModel.Composition/System.ComponentModel.Composition.sln
src/libraries/System.ComponentModel.Composition/ref/Configurations.props
src/libraries/System.ComponentModel.Composition/src/Configurations.props
src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj
src/libraries/System.ComponentModel.Composition/tests/Configurations.props
src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj
src/libraries/System.ComponentModel.EventBasedAsync/System.ComponentModel.EventBasedAsync.sln
src/libraries/System.ComponentModel.EventBasedAsync/ref/Configurations.props
src/libraries/System.ComponentModel.EventBasedAsync/ref/System.ComponentModel.EventBasedAsync.csproj
src/libraries/System.ComponentModel.EventBasedAsync/src/Configurations.props
src/libraries/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj
src/libraries/System.ComponentModel.EventBasedAsync/tests/Configurations.props
src/libraries/System.ComponentModel.EventBasedAsync/tests/System.ComponentModel.EventBasedAsync.Tests.csproj
src/libraries/System.ComponentModel.Primitives/System.ComponentModel.Primitives.sln
src/libraries/System.ComponentModel.Primitives/ref/Configurations.props
src/libraries/System.ComponentModel.Primitives/ref/System.ComponentModel.Primitives.csproj
src/libraries/System.ComponentModel.Primitives/src/Configurations.props
src/libraries/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj
src/libraries/System.ComponentModel.Primitives/tests/Configurations.props
src/libraries/System.ComponentModel.Primitives/tests/System.ComponentModel.Primitives.Tests.csproj
src/libraries/System.ComponentModel.TypeConverter/System.ComponentModel.TypeConverter.sln
src/libraries/System.ComponentModel.TypeConverter/ref/Configurations.props
src/libraries/System.ComponentModel.TypeConverter/ref/System.ComponentModel.TypeConverter.csproj
src/libraries/System.ComponentModel.TypeConverter/src/Configurations.props
src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj
src/libraries/System.ComponentModel.TypeConverter/tests/Configurations.props
src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj
src/libraries/System.ComponentModel/System.ComponentModel.sln
src/libraries/System.ComponentModel/ref/Configurations.props
src/libraries/System.ComponentModel/ref/System.ComponentModel.csproj
src/libraries/System.ComponentModel/src/Configurations.props
src/libraries/System.ComponentModel/src/System.ComponentModel.csproj
src/libraries/System.ComponentModel/tests/Configurations.props
src/libraries/System.ComponentModel/tests/System.ComponentModel.Tests.csproj
src/libraries/System.Composition.AttributedModel/System.Composition.AttributedModel.sln
src/libraries/System.Composition.AttributedModel/tests/Configurations.props
src/libraries/System.Composition.AttributedModel/tests/System.Composition.AttributeModel.Tests.csproj
src/libraries/System.Composition.Convention/System.Composition.Convention.sln
src/libraries/System.Composition.Convention/tests/Configurations.props
src/libraries/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj
src/libraries/System.Composition.Hosting/System.Composition.Hosting.sln
src/libraries/System.Composition.Hosting/tests/Configurations.props
src/libraries/System.Composition.Hosting/tests/System.Composition.Hosting.Tests.csproj
src/libraries/System.Composition.Runtime/System.Composition.Runtime.sln
src/libraries/System.Composition.Runtime/tests/Configurations.props
src/libraries/System.Composition.Runtime/tests/System.Composition.Runtime.Tests.csproj
src/libraries/System.Composition.TypedParts/System.Composition.TypedParts.sln
src/libraries/System.Composition.TypedParts/tests/Configurations.props
src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj
src/libraries/System.Composition/System.Composition.sln
src/libraries/System.Composition/tests/Configurations.props
src/libraries/System.Composition/tests/System.Composition.Tests.csproj
src/libraries/System.Configuration.ConfigurationManager/System.Configuration.ConfigurationManager.sln
src/libraries/System.Configuration.ConfigurationManager/ref/Configurations.props
src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj
src/libraries/System.Configuration.ConfigurationManager/src/Configurations.props
src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj
src/libraries/System.Configuration.ConfigurationManager/tests/Configurations.props
src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj
src/libraries/System.Console/System.Console.sln
src/libraries/System.Console/ref/Configurations.props
src/libraries/System.Console/ref/System.Console.csproj
src/libraries/System.Console/src/Configurations.props
src/libraries/System.Console/src/System.Console.csproj
src/libraries/System.Console/tests/Configurations.props
src/libraries/System.Console/tests/System.Console.Tests.csproj
src/libraries/System.Data.Common/System.Data.Common.sln
src/libraries/System.Data.Common/ref/Configurations.props
src/libraries/System.Data.Common/ref/System.Data.Common.csproj
src/libraries/System.Data.Common/src/Configurations.props
src/libraries/System.Data.Common/src/System.Data.Common.csproj
src/libraries/System.Data.Common/tests/Configurations.props
src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
src/libraries/System.Data.DataSetExtensions/System.Data.DataSetExtensions.sln
src/libraries/System.Data.DataSetExtensions/ref/Configurations.props
src/libraries/System.Data.DataSetExtensions/ref/System.Data.DataSetExtensions.csproj
src/libraries/System.Data.DataSetExtensions/src/Configurations.props
src/libraries/System.Data.DataSetExtensions/src/System.Data.DataSetExtensions.csproj
src/libraries/System.Data.DataSetExtensions/tests/Configurations.props
src/libraries/System.Data.DataSetExtensions/tests/System.Data.DataSetExtensions.Tests.csproj
src/libraries/System.Data.Odbc/System.Data.Odbc.sln
src/libraries/System.Data.Odbc/ref/Configurations.props
src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj
src/libraries/System.Data.Odbc/src/Configurations.props
src/libraries/System.Data.Odbc/src/MatchingRefApiCompatBaseline.txt
src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj
src/libraries/System.Data.Odbc/tests/Configurations.props
src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj
src/libraries/System.Data.OleDb/System.Data.Oledb.sln
src/libraries/System.Data.OleDb/ref/Configurations.props
src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj
src/libraries/System.Data.OleDb/src/Configurations.props
src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
src/libraries/System.Data.OleDb/tests/Configurations.props
src/libraries/System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj
src/libraries/System.Data.SqlClient/System.Data.SqlClient.sln
src/libraries/System.Data.SqlClient/ref/Configurations.props
src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj
src/libraries/System.Data.SqlClient/src/Configurations.props
src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj
src/libraries/System.Data.SqlClient/tests/FunctionalTests/Configurations.props
src/libraries/System.Data.SqlClient/tests/FunctionalTests/System.Data.SqlClient.Tests.csproj
src/libraries/System.Data.SqlClient/tests/ManualTests/Configurations.props
src/libraries/System.Data.SqlClient/tests/ManualTests/System.Data.SqlClient.ManualTesting.Tests.csproj
src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/Configurations.props
src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj
src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/Configurations.props
src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/System.Data.StressFramework.csproj
src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/Configurations.props
src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/System.Data.StressRunner.csproj
src/libraries/System.Diagnostics.Contracts/System.Diagnostics.Contracts.sln
src/libraries/System.Diagnostics.Contracts/ref/Configurations.props
src/libraries/System.Diagnostics.Contracts/ref/System.Diagnostics.Contracts.csproj
src/libraries/System.Diagnostics.Contracts/src/Configurations.props
src/libraries/System.Diagnostics.Contracts/src/System.Diagnostics.Contracts.csproj
src/libraries/System.Diagnostics.Contracts/tests/Configurations.props
src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj
src/libraries/System.Diagnostics.Debug/System.Diagnostics.Debug.sln
src/libraries/System.Diagnostics.Debug/ref/Configurations.props
src/libraries/System.Diagnostics.Debug/ref/System.Diagnostics.Debug.csproj
src/libraries/System.Diagnostics.Debug/src/Configurations.props
src/libraries/System.Diagnostics.Debug/src/System.Diagnostics.Debug.csproj
src/libraries/System.Diagnostics.Debug/tests/Configurations.props
src/libraries/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj
src/libraries/System.Diagnostics.DiagnosticSource/System.Diagnostics.DiagnosticSource.sln
src/libraries/System.Diagnostics.DiagnosticSource/ref/Configurations.props
src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj
src/libraries/System.Diagnostics.DiagnosticSource/src/Configurations.props
src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
src/libraries/System.Diagnostics.DiagnosticSource/tests/Configurations.props
src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj
src/libraries/System.Diagnostics.EventLog/System.Diagnostics.EventLog.sln
src/libraries/System.Diagnostics.EventLog/ref/Configurations.props
src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj
src/libraries/System.Diagnostics.EventLog/src/Configurations.props
src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
src/libraries/System.Diagnostics.EventLog/tests/Configurations.props
src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj
src/libraries/System.Diagnostics.FileVersionInfo/System.Diagnostics.FileVersionInfo.sln
src/libraries/System.Diagnostics.FileVersionInfo/ref/Configurations.props
src/libraries/System.Diagnostics.FileVersionInfo/ref/System.Diagnostics.FileVersionInfo.csproj
src/libraries/System.Diagnostics.FileVersionInfo/src/Configurations.props
src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj
src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/Configurations.props
src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/System.Diagnostics.FileVersionInfo.TestAssembly.csproj
src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/Configurations.props
src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj
src/libraries/System.Diagnostics.PerformanceCounter/System.Diagnostics.PerformanceCounter.sln
src/libraries/System.Diagnostics.PerformanceCounter/ref/Configurations.props
src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj
src/libraries/System.Diagnostics.PerformanceCounter/src/Configurations.props
src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj
src/libraries/System.Diagnostics.PerformanceCounter/tests/Configurations.props
src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj
src/libraries/System.Diagnostics.Process/System.Diagnostics.Process.sln
src/libraries/System.Diagnostics.Process/ref/Configurations.props
src/libraries/System.Diagnostics.Process/ref/System.Diagnostics.Process.csproj
src/libraries/System.Diagnostics.Process/src/Configurations.props
src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
src/libraries/System.Diagnostics.Process/tests/Configurations.props
src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj
src/libraries/System.Diagnostics.StackTrace/System.Diagnostics.StackTrace.sln
src/libraries/System.Diagnostics.StackTrace/ref/Configurations.props
src/libraries/System.Diagnostics.StackTrace/ref/System.Diagnostics.StackTrace.csproj
src/libraries/System.Diagnostics.StackTrace/src/Configurations.props
src/libraries/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj
src/libraries/System.Diagnostics.StackTrace/tests/Configurations.props
src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj
src/libraries/System.Diagnostics.TextWriterTraceListener/System.Diagnostics.TextWriterTraceListener.sln
src/libraries/System.Diagnostics.TextWriterTraceListener/ref/Configurations.props
src/libraries/System.Diagnostics.TextWriterTraceListener/ref/System.Diagnostics.TextWriterTraceListener.csproj
src/libraries/System.Diagnostics.TextWriterTraceListener/src/Configurations.props
src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj
src/libraries/System.Diagnostics.TextWriterTraceListener/tests/Configurations.props
src/libraries/System.Diagnostics.TextWriterTraceListener/tests/System.Diagnostics.TextWriterTraceListener.Tests.csproj
src/libraries/System.Diagnostics.Tools/System.Diagnostics.Tools.sln
src/libraries/System.Diagnostics.Tools/ref/Configurations.props
src/libraries/System.Diagnostics.Tools/ref/System.Diagnostics.Tools.csproj
src/libraries/System.Diagnostics.Tools/src/Configurations.props
src/libraries/System.Diagnostics.Tools/src/System.Diagnostics.Tools.csproj
src/libraries/System.Diagnostics.Tools/tests/Configurations.props
src/libraries/System.Diagnostics.Tools/tests/System.Diagnostics.Tools.Tests.csproj
src/libraries/System.Diagnostics.TraceSource/System.Diagnostics.TraceSource.sln
src/libraries/System.Diagnostics.TraceSource/ref/Configurations.props
src/libraries/System.Diagnostics.TraceSource/ref/System.Diagnostics.TraceSource.csproj
src/libraries/System.Diagnostics.TraceSource/src/Configurations.props
src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
src/libraries/System.Diagnostics.TraceSource/tests/Configurations.props
src/libraries/System.Diagnostics.TraceSource/tests/System.Diagnostics.TraceSource.Tests.csproj
src/libraries/System.Diagnostics.Tracing/System.Diagnostics.Tracing.sln
src/libraries/System.Diagnostics.Tracing/ref/Configurations.props
src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.csproj
src/libraries/System.Diagnostics.Tracing/src/Configurations.props
src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj
src/libraries/System.Diagnostics.Tracing/tests/Configurations.props
src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj
src/libraries/System.DirectoryServices.AccountManagement/System.DirectoryServices.AccountManagement.sln
src/libraries/System.DirectoryServices.AccountManagement/src/Configurations.props
src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
src/libraries/System.DirectoryServices.AccountManagement/tests/Configurations.props
src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj
src/libraries/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols.sln
src/libraries/System.DirectoryServices.Protocols/src/Configurations.props
src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj
src/libraries/System.DirectoryServices.Protocols/tests/Configurations.props
src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj
src/libraries/System.DirectoryServices/System.DirectoryServices.sln
src/libraries/System.DirectoryServices/ref/Configurations.props
src/libraries/System.DirectoryServices/src/Configurations.props
src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj
src/libraries/System.DirectoryServices/tests/Configurations.props
src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
src/libraries/System.Drawing.Common/System.Drawing.Common.sln
src/libraries/System.Drawing.Common/ref/Configurations.props
src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj
src/libraries/System.Drawing.Common/src/Configurations.props
src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
src/libraries/System.Drawing.Common/tests/Configurations.props
src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
src/libraries/System.Drawing.Primitives/System.Drawing.Primitives.sln
src/libraries/System.Drawing.Primitives/ref/Configurations.props
src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.csproj
src/libraries/System.Drawing.Primitives/src/Configurations.props
src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
src/libraries/System.Drawing.Primitives/tests/Configurations.props
src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
src/libraries/System.Dynamic.Runtime/System.Dynamic.Runtime.sln
src/libraries/System.Dynamic.Runtime/ref/Configurations.props
src/libraries/System.Dynamic.Runtime/ref/System.Dynamic.Runtime.csproj
src/libraries/System.Dynamic.Runtime/src/Configurations.props
src/libraries/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj
src/libraries/System.Dynamic.Runtime/tests/Configurations.props
src/libraries/System.Dynamic.Runtime/tests/System.Dynamic.Runtime.Tests.csproj
src/libraries/System.Globalization.Calendars/System.Globalization.Calendars.sln
src/libraries/System.Globalization.Calendars/ref/Configurations.props
src/libraries/System.Globalization.Calendars/ref/System.Globalization.Calendars.csproj
src/libraries/System.Globalization.Calendars/src/Configurations.props
src/libraries/System.Globalization.Calendars/src/System.Globalization.Calendars.csproj
src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/Configurations.props
src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/System.Globalization.CalendarsWithConfigSwitch.Tests.csproj
src/libraries/System.Globalization.Calendars/tests/Configurations.props
src/libraries/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj
src/libraries/System.Globalization.Extensions/System.Globalization.Extensions.sln
src/libraries/System.Globalization.Extensions/ref/Configurations.props
src/libraries/System.Globalization.Extensions/ref/System.Globalization.Extensions.csproj
src/libraries/System.Globalization.Extensions/src/Configurations.props
src/libraries/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj
src/libraries/System.Globalization.Extensions/tests/Configurations.props
src/libraries/System.Globalization.Extensions/tests/System.Globalization.Extensions.Tests.csproj
src/libraries/System.Globalization/System.Globalization.sln
src/libraries/System.Globalization/ref/Configurations.props
src/libraries/System.Globalization/ref/System.Globalization.csproj
src/libraries/System.Globalization/src/Configurations.props
src/libraries/System.Globalization/src/System.Globalization.csproj
src/libraries/System.Globalization/tests/Configurations.props
src/libraries/System.Globalization/tests/Invariant/Configurations.props
src/libraries/System.Globalization/tests/Invariant/Invariant.Tests.csproj
src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
src/libraries/System.IO.Compression.Brotli/System.IO.Compression.Brotli.sln
src/libraries/System.IO.Compression.Brotli/ref/Configurations.props
src/libraries/System.IO.Compression.Brotli/ref/System.IO.Compression.Brotli.csproj
src/libraries/System.IO.Compression.Brotli/src/Configurations.props
src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj
src/libraries/System.IO.Compression.Brotli/tests/Configurations.props
src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
src/libraries/System.IO.Compression.ZipFile/System.IO.Compression.ZipFile.sln
src/libraries/System.IO.Compression.ZipFile/ref/Configurations.props
src/libraries/System.IO.Compression.ZipFile/ref/System.IO.Compression.ZipFile.csproj
src/libraries/System.IO.Compression.ZipFile/src/Configurations.props
src/libraries/System.IO.Compression.ZipFile/src/System.IO.Compression.ZipFile.csproj
src/libraries/System.IO.Compression.ZipFile/tests/Configurations.props
src/libraries/System.IO.Compression.ZipFile/tests/System.IO.Compression.ZipFile.Tests.csproj
src/libraries/System.IO.Compression/System.IO.Compression.sln
src/libraries/System.IO.Compression/ref/Configurations.props
src/libraries/System.IO.Compression/ref/System.IO.Compression.csproj
src/libraries/System.IO.Compression/src/Configurations.props
src/libraries/System.IO.Compression/src/System.IO.Compression.csproj
src/libraries/System.IO.Compression/tests/Configurations.props
src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
src/libraries/System.IO.FileSystem.AccessControl/System.IO.FileSystem.AccessControl.sln
src/libraries/System.IO.FileSystem.AccessControl/ref/Configurations.props
src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj
src/libraries/System.IO.FileSystem.AccessControl/src/Configurations.props
src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj
src/libraries/System.IO.FileSystem.AccessControl/tests/Configurations.props
src/libraries/System.IO.FileSystem.AccessControl/tests/System.IO.FileSystem.AccessControl.Tests.csproj
src/libraries/System.IO.FileSystem.DriveInfo/System.IO.FileSystem.DriveInfo.sln
src/libraries/System.IO.FileSystem.DriveInfo/ref/Configurations.props
src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.csproj
src/libraries/System.IO.FileSystem.DriveInfo/src/Configurations.props
src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj
src/libraries/System.IO.FileSystem.DriveInfo/tests/Configurations.props
src/libraries/System.IO.FileSystem.DriveInfo/tests/System.IO.FileSystem.DriveInfo.Tests.csproj
src/libraries/System.IO.FileSystem.Primitives/System.IO.FileSystem.Primitives.sln
src/libraries/System.IO.FileSystem.Primitives/ref/Configurations.props
src/libraries/System.IO.FileSystem.Primitives/ref/System.IO.FileSystem.Primitives.csproj
src/libraries/System.IO.FileSystem.Primitives/src/Configurations.props
src/libraries/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj
src/libraries/System.IO.FileSystem.Primitives/tests/Configurations.props
src/libraries/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj
src/libraries/System.IO.FileSystem.Watcher/System.IO.FileSystem.Watcher.sln
src/libraries/System.IO.FileSystem.Watcher/ref/Configurations.props
src/libraries/System.IO.FileSystem.Watcher/ref/System.IO.FileSystem.Watcher.csproj
src/libraries/System.IO.FileSystem.Watcher/src/Configurations.props
src/libraries/System.IO.FileSystem.Watcher/src/System.IO.FileSystem.Watcher.csproj
src/libraries/System.IO.FileSystem.Watcher/tests/Configurations.props
src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
src/libraries/System.IO.FileSystem/System.IO.FileSystem.sln
src/libraries/System.IO.FileSystem/ref/Configurations.props
src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj
src/libraries/System.IO.FileSystem/src/Configurations.props
src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj
src/libraries/System.IO.FileSystem/tests/Configurations.props
src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
src/libraries/System.IO.IsolatedStorage/System.IO.IsolatedStorage.sln
src/libraries/System.IO.IsolatedStorage/ref/Configurations.props
src/libraries/System.IO.IsolatedStorage/ref/System.IO.IsolatedStorage.csproj
src/libraries/System.IO.IsolatedStorage/src/Configurations.props
src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj
src/libraries/System.IO.IsolatedStorage/tests/Configurations.props
src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj
src/libraries/System.IO.MemoryMappedFiles/System.IO.MemoryMappedFiles.sln
src/libraries/System.IO.MemoryMappedFiles/ref/Configurations.props
src/libraries/System.IO.MemoryMappedFiles/ref/System.IO.MemoryMappedFiles.csproj
src/libraries/System.IO.MemoryMappedFiles/src/Configurations.props
src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
src/libraries/System.IO.MemoryMappedFiles/tests/Configurations.props
src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj
src/libraries/System.IO.Packaging/System.IO.Packaging.sln
src/libraries/System.IO.Packaging/ref/Configurations.props
src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj
src/libraries/System.IO.Packaging/src/Configurations.props
src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj
src/libraries/System.IO.Packaging/tests/Configurations.props
src/libraries/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj
src/libraries/System.IO.Pipelines/System.IO.Pipelines.sln
src/libraries/System.IO.Pipelines/src/Configurations.props
src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj
src/libraries/System.IO.Pipelines/tests/Configurations.props
src/libraries/System.IO.Pipelines/tests/System.IO.Pipelines.Tests.csproj
src/libraries/System.IO.Pipes.AccessControl/System.IO.Pipes.AccessControl.sln
src/libraries/System.IO.Pipes.AccessControl/src/Configurations.props
src/libraries/System.IO.Pipes.AccessControl/src/System.IO.Pipes.AccessControl.csproj
src/libraries/System.IO.Pipes.AccessControl/tests/Configurations.props
src/libraries/System.IO.Pipes.AccessControl/tests/System.IO.Pipes.AccessControl.Tests.csproj
src/libraries/System.IO.Pipes/System.IO.Pipes.sln
src/libraries/System.IO.Pipes/ref/Configurations.props
src/libraries/System.IO.Pipes/ref/System.IO.Pipes.csproj
src/libraries/System.IO.Pipes/src/Configurations.props
src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj
src/libraries/System.IO.Pipes/tests/Configurations.props
src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
src/libraries/System.IO.Ports/System.IO.Ports.sln
src/libraries/System.IO.Ports/ref/Configurations.props
src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj
src/libraries/System.IO.Ports/src/Configurations.props
src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
src/libraries/System.IO.Ports/tests/Configurations.props
src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj
src/libraries/System.IO.UnmanagedMemoryStream/System.IO.UnmanagedMemoryStream.sln
src/libraries/System.IO.UnmanagedMemoryStream/ref/Configurations.props
src/libraries/System.IO.UnmanagedMemoryStream/ref/System.IO.UnmanagedMemoryStream.csproj
src/libraries/System.IO.UnmanagedMemoryStream/src/Configurations.props
src/libraries/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj
src/libraries/System.IO.UnmanagedMemoryStream/tests/Configurations.props
src/libraries/System.IO.UnmanagedMemoryStream/tests/System.IO.UnmanagedMemoryStream.Tests.csproj
src/libraries/System.IO/System.IO.sln
src/libraries/System.IO/ref/Configurations.props
src/libraries/System.IO/ref/System.IO.csproj
src/libraries/System.IO/src/Configurations.props
src/libraries/System.IO/src/System.IO.csproj
src/libraries/System.IO/tests/Configurations.props
src/libraries/System.IO/tests/System.IO.Tests.csproj
src/libraries/System.Json/System.Json.sln
src/libraries/System.Json/tests/Configurations.props
src/libraries/System.Json/tests/System.Json.Tests.csproj
src/libraries/System.Linq.Expressions/System.Linq.Expressions.sln
src/libraries/System.Linq.Expressions/ref/Configurations.props
src/libraries/System.Linq.Expressions/ref/System.Linq.Expressions.csproj
src/libraries/System.Linq.Expressions/src/Configurations.props
src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj
src/libraries/System.Linq.Expressions/tests/Configurations.props
src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
src/libraries/System.Linq.Parallel/System.Linq.Parallel.sln
src/libraries/System.Linq.Parallel/ref/Configurations.props
src/libraries/System.Linq.Parallel/ref/System.Linq.Parallel.csproj
src/libraries/System.Linq.Parallel/src/Configurations.props
src/libraries/System.Linq.Parallel/src/System.Linq.Parallel.csproj
src/libraries/System.Linq.Parallel/tests/Configurations.props
src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj
src/libraries/System.Linq.Queryable/System.Linq.Queryable.sln
src/libraries/System.Linq.Queryable/ref/Configurations.props
src/libraries/System.Linq.Queryable/ref/System.Linq.Queryable.csproj
src/libraries/System.Linq.Queryable/src/Configurations.props
src/libraries/System.Linq.Queryable/src/System.Linq.Queryable.csproj
src/libraries/System.Linq.Queryable/tests/Configurations.props
src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
src/libraries/System.Linq/System.Linq.sln
src/libraries/System.Linq/ref/Configurations.props
src/libraries/System.Linq/ref/System.Linq.csproj
src/libraries/System.Linq/src/Configurations.props
src/libraries/System.Linq/src/System.Linq.csproj
src/libraries/System.Linq/tests/Configurations.props
src/libraries/System.Linq/tests/System.Linq.Tests.csproj
src/libraries/System.Management/System.Management.sln
src/libraries/System.Management/src/Configurations.props
src/libraries/System.Management/src/System.Management.csproj
src/libraries/System.Management/tests/Configurations.props
src/libraries/System.Management/tests/System.Management.Tests.csproj
src/libraries/System.Memory/System.Memory.sln
src/libraries/System.Memory/ref/Configurations.props
src/libraries/System.Memory/ref/System.Memory.csproj
src/libraries/System.Memory/src/Configurations.props
src/libraries/System.Memory/src/System.Memory.csproj
src/libraries/System.Memory/tests/Configurations.props
src/libraries/System.Memory/tests/System.Memory.Tests.csproj
src/libraries/System.Net.Http.WinHttpHandler/System.Net.Http.WinHttpHandler.sln
src/libraries/System.Net.Http.WinHttpHandler/src/Configurations.props
src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/Configurations.props
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/Configurations.props
src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
src/libraries/System.Net.Http/System.Net.Http.sln
src/libraries/System.Net.Http/ref/Configurations.props
src/libraries/System.Net.Http/ref/System.Net.Http.csproj
src/libraries/System.Net.Http/src/Configurations.props
src/libraries/System.Net.Http/src/System.Net.Http.csproj
src/libraries/System.Net.Http/tests/EnterpriseTests/Configurations.props
src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj
src/libraries/System.Net.Http/tests/FunctionalTests/Configurations.props
src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
src/libraries/System.Net.Http/tests/UnitTests/Configurations.props
src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj
src/libraries/System.Net.HttpListener/System.Net.HttpListener.sln
src/libraries/System.Net.HttpListener/ref/Configurations.props
src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.csproj
src/libraries/System.Net.HttpListener/src/Configurations.props
src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj
src/libraries/System.Net.HttpListener/tests/Configurations.props
src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj
src/libraries/System.Net.Mail/System.Net.Mail.sln
src/libraries/System.Net.Mail/ref/Configurations.props
src/libraries/System.Net.Mail/ref/System.Net.Mail.csproj
src/libraries/System.Net.Mail/src/Configurations.props
src/libraries/System.Net.Mail/src/System.Net.Mail.csproj
src/libraries/System.Net.Mail/tests/Functional/Configurations.props
src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
src/libraries/System.Net.Mail/tests/Unit/Configurations.props
src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
src/libraries/System.Net.NameResolution/System.Net.NameResolution.sln
src/libraries/System.Net.NameResolution/ref/Configurations.props
src/libraries/System.Net.NameResolution/ref/System.Net.NameResolution.csproj
src/libraries/System.Net.NameResolution/src/Configurations.props
src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
src/libraries/System.Net.NameResolution/tests/FunctionalTests/Configurations.props
src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
src/libraries/System.Net.NameResolution/tests/PalTests/Configurations.props
src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
src/libraries/System.Net.NameResolution/tests/UnitTests/Configurations.props
src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj
src/libraries/System.Net.NetworkInformation/System.Net.NetworkInformation.sln
src/libraries/System.Net.NetworkInformation/ref/Configurations.props
src/libraries/System.Net.NetworkInformation/ref/System.Net.NetworkInformation.csproj
src/libraries/System.Net.NetworkInformation/src/Configurations.props
src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/Configurations.props
src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj
src/libraries/System.Net.Ping/System.Net.Ping.sln
src/libraries/System.Net.Ping/ref/Configurations.props
src/libraries/System.Net.Ping/ref/System.Net.Ping.csproj
src/libraries/System.Net.Ping/src/Configurations.props
src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
src/libraries/System.Net.Ping/tests/FunctionalTests/Configurations.props
src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
src/libraries/System.Net.Primitives/System.Net.Primitives.sln
src/libraries/System.Net.Primitives/ref/Configurations.props
src/libraries/System.Net.Primitives/ref/System.Net.Primitives.csproj
src/libraries/System.Net.Primitives/src/Configurations.props
src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.netcoreapp5.0.txt [moved from src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.netcoreapp.txt with 100% similarity]
src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj
src/libraries/System.Net.Primitives/tests/FunctionalTests/Configurations.props
src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj
src/libraries/System.Net.Primitives/tests/PalTests/Configurations.props
src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj
src/libraries/System.Net.Primitives/tests/UnitTests/Configurations.props
src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj
src/libraries/System.Net.Quic/System.Net.Quic.sln
src/libraries/System.Net.Quic/ref/Configurations.props
src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj
src/libraries/System.Net.Quic/src/Configurations.props
src/libraries/System.Net.Quic/src/System.Net.Quic.csproj
src/libraries/System.Net.Quic/tests/FunctionalTests/Configurations.props
src/libraries/System.Net.Quic/tests/FunctionalTests/System.Net.Quic.Tests.csproj
src/libraries/System.Net.Requests/System.Net.Requests.sln
src/libraries/System.Net.Requests/ref/Configurations.props
src/libraries/System.Net.Requests/ref/System.Net.Requests.csproj
src/libraries/System.Net.Requests/src/Configurations.props
src/libraries/System.Net.Requests/src/System.Net.Requests.csproj
src/libraries/System.Net.Requests/tests/Configurations.props
src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
src/libraries/System.Net.Security/System.Net.Security.sln
src/libraries/System.Net.Security/ref/Configurations.props
src/libraries/System.Net.Security/ref/System.Net.Security.csproj
src/libraries/System.Net.Security/src/Configurations.props
src/libraries/System.Net.Security/src/System.Net.Security.csproj
src/libraries/System.Net.Security/tests/EnterpriseTests/Configurations.props
src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj
src/libraries/System.Net.Security/tests/FunctionalTests/Configurations.props
src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
src/libraries/System.Net.Security/tests/UnitTests/Configurations.props
src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
src/libraries/System.Net.ServicePoint/System.Net.ServicePoint.sln
src/libraries/System.Net.ServicePoint/ref/Configurations.props
src/libraries/System.Net.ServicePoint/ref/System.Net.ServicePoint.csproj
src/libraries/System.Net.ServicePoint/src/Configurations.props
src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj
src/libraries/System.Net.ServicePoint/tests/Configurations.props
src/libraries/System.Net.ServicePoint/tests/System.Net.ServicePoint.Tests.csproj
src/libraries/System.Net.Sockets/System.Net.Sockets.sln
src/libraries/System.Net.Sockets/ref/Configurations.props
src/libraries/System.Net.Sockets/ref/System.Net.Sockets.csproj
src/libraries/System.Net.Sockets/src/Configurations.props
src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj
src/libraries/System.Net.Sockets/tests/FunctionalTests/Configurations.props
src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj
src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/Configurations.props
src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/System.Net.Sockets.Async.Stress.Tests.csproj
src/libraries/System.Net.WebClient/System.Net.WebClient.sln
src/libraries/System.Net.WebClient/ref/Configurations.props
src/libraries/System.Net.WebClient/ref/System.Net.WebClient.csproj
src/libraries/System.Net.WebClient/src/Configurations.props
src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj
src/libraries/System.Net.WebClient/tests/Configurations.props
src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
src/libraries/System.Net.WebHeaderCollection/System.Net.WebHeaderCollection.sln
src/libraries/System.Net.WebHeaderCollection/ref/Configurations.props
src/libraries/System.Net.WebHeaderCollection/ref/System.Net.WebHeaderCollection.csproj
src/libraries/System.Net.WebHeaderCollection/src/Configurations.props
src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj
src/libraries/System.Net.WebHeaderCollection/tests/Configurations.props
src/libraries/System.Net.WebHeaderCollection/tests/System.Net.WebHeaderCollection.Tests.csproj
src/libraries/System.Net.WebProxy/System.Net.WebProxy.sln
src/libraries/System.Net.WebProxy/ref/Configurations.props
src/libraries/System.Net.WebProxy/ref/System.Net.WebProxy.csproj
src/libraries/System.Net.WebProxy/src/Configurations.props
src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj
src/libraries/System.Net.WebProxy/tests/Configurations.props
src/libraries/System.Net.WebProxy/tests/System.Net.WebProxy.Tests.csproj
src/libraries/System.Net.WebSockets.Client/System.Net.WebSockets.Client.sln
src/libraries/System.Net.WebSockets.Client/ref/Configurations.props
src/libraries/System.Net.WebSockets.Client/ref/System.Net.WebSockets.Client.csproj
src/libraries/System.Net.WebSockets.Client/src/Configurations.props
src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj
src/libraries/System.Net.WebSockets.Client/tests/Configurations.props
src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
src/libraries/System.Net.WebSockets.WebSocketProtocol/System.Net.WebSockets.WebSocketProtocol.sln
src/libraries/System.Net.WebSockets.WebSocketProtocol/src/Configurations.props
src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj
src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/Configurations.props
src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj
src/libraries/System.Net.WebSockets/System.Net.WebSockets.sln
src/libraries/System.Net.WebSockets/ref/Configurations.props
src/libraries/System.Net.WebSockets/ref/System.Net.WebSockets.csproj
src/libraries/System.Net.WebSockets/src/Configurations.props
src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj
src/libraries/System.Net.WebSockets/tests/Configurations.props
src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj
src/libraries/System.Numerics.Tensors/System.Numerics.Tensors.sln
src/libraries/System.Numerics.Tensors/tests/Configurations.props
src/libraries/System.Numerics.Tensors/tests/System.Numerics.Tensors.Tests.csproj
src/libraries/System.Numerics.Vectors/System.Numerics.Vectors.sln
src/libraries/System.Numerics.Vectors/ref/Configurations.props
src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj
src/libraries/System.Numerics.Vectors/src/Configurations.props
src/libraries/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj
src/libraries/System.Numerics.Vectors/tests/Configurations.props
src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj
src/libraries/System.ObjectModel/System.ObjectModel.sln
src/libraries/System.ObjectModel/ref/Configurations.props
src/libraries/System.ObjectModel/ref/System.ObjectModel.csproj
src/libraries/System.ObjectModel/src/Configurations.props
src/libraries/System.ObjectModel/src/System.ObjectModel.csproj
src/libraries/System.ObjectModel/tests/Configurations.props
src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
src/libraries/System.Private.DataContractSerialization/System.Private.DataContractSerialization.sln
src/libraries/System.Private.DataContractSerialization/src/Configurations.props
src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj
src/libraries/System.Private.Uri/System.Private.Uri.sln
src/libraries/System.Private.Uri/src/Configurations.props
src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/Configurations.props
src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/System.Private.Uri.ExtendedFunctional.Tests.csproj
src/libraries/System.Private.Uri/tests/FunctionalTests/Configurations.props
src/libraries/System.Private.Uri/tests/FunctionalTests/System.Private.Uri.Functional.Tests.csproj
src/libraries/System.Private.Uri/tests/UnitTests/Configurations.props
src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
src/libraries/System.Private.Xml.Linq/System.Private.Xml.Linq.sln
src/libraries/System.Private.Xml.Linq/src/Configurations.props
src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj
src/libraries/System.Private.Xml.Linq/tests/Properties/Configurations.props
src/libraries/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj
src/libraries/System.Private.Xml.Linq/tests/SDMSample/Configurations.props
src/libraries/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj
src/libraries/System.Private.Xml.Linq/tests/Streaming/Configurations.props
src/libraries/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj
src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/Configurations.props
src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/Configurations.props
src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj
src/libraries/System.Private.Xml.Linq/tests/events/Configurations.props
src/libraries/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj
src/libraries/System.Private.Xml.Linq/tests/misc/Configurations.props
src/libraries/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj
src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/Configurations.props
src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
src/libraries/System.Private.Xml.Linq/tests/xNodeReader/Configurations.props
src/libraries/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj
src/libraries/System.Private.Xml/System.Private.Xml.sln
src/libraries/System.Private.Xml/src/Configurations.props
src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
src/libraries/System.Private.Xml/tests/Misc/Configurations.props
src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj
src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/Configurations.props
src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj
src/libraries/System.Private.Xml/tests/Readers/CustomReader/Configurations.props
src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj
src/libraries/System.Private.Xml/tests/Readers/FactoryReader/Configurations.props
src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj
src/libraries/System.Private.Xml/tests/Readers/NameTable/Configurations.props
src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj
src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/Configurations.props
src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj
src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/Configurations.props
src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj
src/libraries/System.Private.Xml/tests/Readers/WrappedReader/Configurations.props
src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj
src/libraries/System.Private.Xml/tests/Writers/RwFactory/Configurations.props
src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj
src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/Configurations.props
src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj
src/libraries/System.Private.Xml/tests/XPath/XPathDocument/Configurations.props
src/libraries/System.Private.Xml/tests/XPath/XPathDocument/System.Xml.XPath.Tests.csproj
src/libraries/System.Private.Xml/tests/XPath/XmlDocument/Configurations.props
src/libraries/System.Private.Xml/tests/XPath/XmlDocument/System.Xml.XPath.XmlDocument.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlConvert/Configurations.props
src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlDocument/Configurations.props
src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/Configurations.props
src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlReader/ReadContentAs/Configurations.props
src/libraries/System.Private.Xml/tests/XmlReader/ReadContentAs/System.Xml.RW.XmlReader.ReadContentAs.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlReader/Tests/Configurations.props
src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/Configurations.props
src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/System.Xml.RW.XmlSystemPathResolver.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlReaderLib/Configurations.props
src/libraries/System.Private.Xml/tests/XmlReaderLib/System.Xml.RW.XmlReaderLib.csproj
src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/Configurations.props
src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/Configurations.props
src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/Configurations.props
src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlSerializer/Configurations.props
src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/Configurations.props
src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj
src/libraries/System.Private.Xml/tests/XmlWriter/Configurations.props
src/libraries/System.Private.Xml/tests/XmlWriter/System.Xml.RW.XmlWriter.Tests.csproj
src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/Configurations.props
src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj
src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/Configurations.props
src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj
src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/Configurations.props
src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCompiler.Tests.csproj
src/libraries/System.Reflection.Context/System.Reflection.Context.sln
src/libraries/System.Reflection.Context/tests/Configurations.props
src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj
src/libraries/System.Reflection.DispatchProxy/System.Reflection.DispatchProxy.sln
src/libraries/System.Reflection.DispatchProxy/ref/Configurations.props
src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj
src/libraries/System.Reflection.DispatchProxy/src/Configurations.props
src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj
src/libraries/System.Reflection.DispatchProxy/tests/Configurations.props
src/libraries/System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj
src/libraries/System.Reflection.Emit.ILGeneration/System.Reflection.Emit.ILGeneration.sln
src/libraries/System.Reflection.Emit.ILGeneration/ref/Configurations.props
src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj
src/libraries/System.Reflection.Emit.ILGeneration/src/Configurations.props
src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj
src/libraries/System.Reflection.Emit.ILGeneration/tests/Configurations.props
src/libraries/System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj
src/libraries/System.Reflection.Emit.Lightweight/System.Reflection.Emit.Lightweight.sln
src/libraries/System.Reflection.Emit.Lightweight/ref/Configurations.props
src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj
src/libraries/System.Reflection.Emit.Lightweight/src/Configurations.props
src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj
src/libraries/System.Reflection.Emit.Lightweight/tests/Configurations.props
src/libraries/System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj
src/libraries/System.Reflection.Emit/System.Reflection.Emit.sln
src/libraries/System.Reflection.Emit/ref/Configurations.props
src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj
src/libraries/System.Reflection.Emit/src/Configurations.props
src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj
src/libraries/System.Reflection.Emit/tests/Configurations.props
src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj
src/libraries/System.Reflection.Extensions/System.Reflection.Extensions.sln
src/libraries/System.Reflection.Extensions/ref/Configurations.props
src/libraries/System.Reflection.Extensions/ref/System.Reflection.Extensions.csproj
src/libraries/System.Reflection.Extensions/src/Configurations.props
src/libraries/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj
src/libraries/System.Reflection.Extensions/tests/Configurations.props
src/libraries/System.Reflection.Extensions/tests/System.Reflection.Extensions.Tests.csproj
src/libraries/System.Reflection.Metadata/System.Reflection.Metadata.sln
src/libraries/System.Reflection.Metadata/ref/Configurations.props
src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj
src/libraries/System.Reflection.Metadata/src/Configurations.props
src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
src/libraries/System.Reflection.Metadata/tests/Configurations.props
src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj
src/libraries/System.Reflection.MetadataLoadContext/System.Reflection.MetadataLoadContext.sln
src/libraries/System.Reflection.MetadataLoadContext/src/Configurations.props
src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj
src/libraries/System.Reflection.MetadataLoadContext/tests/Configurations.props
src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj
src/libraries/System.Reflection.Primitives/System.Reflection.Primitives.sln
src/libraries/System.Reflection.Primitives/ref/Configurations.props
src/libraries/System.Reflection.Primitives/ref/System.Reflection.Primitives.csproj
src/libraries/System.Reflection.Primitives/src/Configurations.props
src/libraries/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj
src/libraries/System.Reflection.TypeExtensions/System.Reflection.TypeExtensions.sln
src/libraries/System.Reflection.TypeExtensions/ref/Configurations.props
src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj
src/libraries/System.Reflection.TypeExtensions/src/Configurations.props
src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj
src/libraries/System.Reflection.TypeExtensions/tests/Configurations.props
src/libraries/System.Reflection.TypeExtensions/tests/System.Reflection.TypeExtensions.Tests.csproj
src/libraries/System.Reflection/System.Reflection.sln
src/libraries/System.Reflection/ref/Configurations.props
src/libraries/System.Reflection/ref/System.Reflection.csproj
src/libraries/System.Reflection/src/Configurations.props
src/libraries/System.Reflection/src/System.Reflection.csproj
src/libraries/System.Reflection/tests/Configurations.props
src/libraries/System.Reflection/tests/CoreCLR/Configurations.props
src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj
src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
src/libraries/System.Reflection/tests/TestExe/Configurations.props
src/libraries/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj
src/libraries/System.Resources.Extensions/System.Resources.Extensions.sln
src/libraries/System.Resources.Extensions/tests/Configurations.props
src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj
src/libraries/System.Resources.Reader/System.Resources.Reader.sln
src/libraries/System.Resources.Reader/ref/Configurations.props
src/libraries/System.Resources.Reader/ref/System.Resources.Reader.csproj
src/libraries/System.Resources.Reader/src/Configurations.props
src/libraries/System.Resources.Reader/src/System.Resources.Reader.csproj
src/libraries/System.Resources.Reader/tests/Configurations.props
src/libraries/System.Resources.Reader/tests/System.Resources.Reader.Tests.csproj
src/libraries/System.Resources.ResourceManager/System.Resources.ResourceManager.sln
src/libraries/System.Resources.ResourceManager/ref/Configurations.props
src/libraries/System.Resources.ResourceManager/ref/System.Resources.ResourceManager.csproj
src/libraries/System.Resources.ResourceManager/src/Configurations.props
src/libraries/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj
src/libraries/System.Resources.ResourceManager/tests/Configurations.props
src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj
src/libraries/System.Resources.Writer/System.Resources.Writer.sln
src/libraries/System.Resources.Writer/ref/Configurations.props
src/libraries/System.Resources.Writer/ref/System.Resources.Writer.csproj
src/libraries/System.Resources.Writer/src/Configurations.props
src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj
src/libraries/System.Resources.Writer/tests/Configurations.props
src/libraries/System.Resources.Writer/tests/System.Resources.Writer.Tests.csproj
src/libraries/System.Runtime.Caching/System.Runtime.Caching.sln
src/libraries/System.Runtime.Caching/src/Configurations.props
src/libraries/System.Runtime.Caching/tests/Configurations.props
src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj
src/libraries/System.Runtime.CompilerServices.Unsafe/System.Runtime.CompilerServices.Unsafe.sln
src/libraries/System.Runtime.CompilerServices.Unsafe/src/Configurations.props
src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj
src/libraries/System.Runtime.CompilerServices.Unsafe/tests/Configurations.props
src/libraries/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj
src/libraries/System.Runtime.CompilerServices.VisualC/System.Runtime.CompilerServices.VisualC.sln
src/libraries/System.Runtime.CompilerServices.VisualC/ref/Configurations.props
src/libraries/System.Runtime.CompilerServices.VisualC/ref/System.Runtime.CompilerServices.VisualC.csproj
src/libraries/System.Runtime.CompilerServices.VisualC/src/Configurations.props
src/libraries/System.Runtime.CompilerServices.VisualC/src/System.Runtime.CompilerServices.VisualC.csproj
src/libraries/System.Runtime.CompilerServices.VisualC/tests/Configurations.props
src/libraries/System.Runtime.CompilerServices.VisualC/tests/System.Runtime.CompilerServices.VisualC.Tests.csproj
src/libraries/System.Runtime.Extensions/System.Runtime.Extensions.sln
src/libraries/System.Runtime.Extensions/ref/Configurations.props
src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.csproj
src/libraries/System.Runtime.Extensions/src/Configurations.props
src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj
src/libraries/System.Runtime.Extensions/tests/Configurations.props
src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/Configurations.props
src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/TargetFrameworkNameTestApp.csproj
src/libraries/System.Runtime.Extensions/tests/TestApp/Configurations.props
src/libraries/System.Runtime.Extensions/tests/TestApp/TestApp.csproj
src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/Configurations.props
src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/TestAppOutsideOfTPA.csproj
src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/Configurations.props
src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/VoidMainWithExitCodeApp.csproj
src/libraries/System.Runtime.Handles/System.Runtime.Handles.sln
src/libraries/System.Runtime.Handles/ref/Configurations.props
src/libraries/System.Runtime.Handles/ref/System.Runtime.Handles.csproj
src/libraries/System.Runtime.Handles/src/Configurations.props
src/libraries/System.Runtime.Handles/src/System.Runtime.Handles.csproj
src/libraries/System.Runtime.Handles/tests/Configurations.props
src/libraries/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj
src/libraries/System.Runtime.InteropServices.RuntimeInformation/System.Runtime.InteropServices.RuntimeInformation.sln
src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/Configurations.props
src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj
src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/Configurations.props
src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj
src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/Configurations.props
src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj
src/libraries/System.Runtime.InteropServices.WindowsRuntime/System.Runtime.InteropServices.WindowsRuntime.sln
src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/Configurations.props
src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/System.Runtime.InteropServices.WindowsRuntime.csproj
src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/Configurations.props
src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj
src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/Configurations.props
src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System.Runtime.InteropServices.WindowsRuntime.Tests.csproj
src/libraries/System.Runtime.InteropServices/System.Runtime.InteropServices.sln
src/libraries/System.Runtime.InteropServices/ref/Configurations.props
src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.csproj
src/libraries/System.Runtime.InteropServices/src/Configurations.props
src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj
src/libraries/System.Runtime.InteropServices/tests/Configurations.props
src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj
src/libraries/System.Runtime.Intrinsics.Experimental/System.Runtime.Intrinsics.Experimental.sln
src/libraries/System.Runtime.Intrinsics.Experimental/ref/Configurations.props
src/libraries/System.Runtime.Intrinsics.Experimental/ref/System.Runtime.Intrinsics.Experimental.csproj
src/libraries/System.Runtime.Intrinsics.Experimental/src/Configurations.props
src/libraries/System.Runtime.Intrinsics.Experimental/src/System.Runtime.Intrinsics.Experimental.csproj
src/libraries/System.Runtime.Intrinsics/System.Runtime.Intrinsics.sln
src/libraries/System.Runtime.Intrinsics/ref/Configurations.props
src/libraries/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.csproj
src/libraries/System.Runtime.Intrinsics/src/Configurations.props
src/libraries/System.Runtime.Intrinsics/src/System.Runtime.Intrinsics.csproj
src/libraries/System.Runtime.Loader/System.Runtime.Loader.sln
src/libraries/System.Runtime.Loader/ref/Configurations.props
src/libraries/System.Runtime.Loader/ref/System.Runtime.Loader.csproj
src/libraries/System.Runtime.Loader/src/Configurations.props
src/libraries/System.Runtime.Loader/src/System.Runtime.Loader.csproj
src/libraries/System.Runtime.Loader/tests/Configurations.props
src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/Configurations.props
src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/System.Runtime.Loader.Test.ContextualReflectionDependency.csproj
src/libraries/System.Runtime.Loader/tests/DefaultContext/Configurations.props
src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj
src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/Configurations.props
src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/System.Runtime.Loader.RefEmitLoadContext.Tests.csproj
src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/Configurations.props
src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/ReferencedClassLib.csproj
src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/Configurations.props
src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/ReferencedClassLibNeutralIsSatellite.csproj
src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/Configurations.props
src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/System.Runtime.Loader.Noop.Assembly.csproj
src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/Configurations.props
src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/System.Runtime.Loader.Test.Assembly.csproj
src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/Configurations.props
src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/System.Runtime.Loader.Test.Assembly2.csproj
src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/Configurations.props
src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/System.Runtime.Loader.Test.AssemblyNotSupported.csproj
src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj
src/libraries/System.Runtime.Numerics/System.Runtime.Numerics.sln
src/libraries/System.Runtime.Numerics/ref/Configurations.props
src/libraries/System.Runtime.Numerics/ref/System.Runtime.Numerics.csproj
src/libraries/System.Runtime.Numerics/src/Configurations.props
src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj
src/libraries/System.Runtime.Numerics/tests/Configurations.props
src/libraries/System.Runtime.Numerics/tests/System.Runtime.Numerics.Tests.csproj
src/libraries/System.Runtime.Serialization.Formatters/System.Runtime.Serialization.Formatters.sln
src/libraries/System.Runtime.Serialization.Formatters/ref/Configurations.props
src/libraries/System.Runtime.Serialization.Formatters/ref/System.Runtime.Serialization.Formatters.csproj
src/libraries/System.Runtime.Serialization.Formatters/src/Configurations.props
src/libraries/System.Runtime.Serialization.Formatters/src/System.Runtime.Serialization.Formatters.csproj
src/libraries/System.Runtime.Serialization.Formatters/tests/Configurations.props
src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj
src/libraries/System.Runtime.Serialization.Json/System.Runtime.Serialization.Json.sln
src/libraries/System.Runtime.Serialization.Json/ref/Configurations.props
src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj
src/libraries/System.Runtime.Serialization.Json/src/Configurations.props
src/libraries/System.Runtime.Serialization.Json/src/System.Runtime.Serialization.Json.csproj
src/libraries/System.Runtime.Serialization.Json/tests/Configurations.props
src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/Configurations.props
src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj
src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj
src/libraries/System.Runtime.Serialization.Primitives/System.Runtime.Serialization.Primitives.sln
src/libraries/System.Runtime.Serialization.Primitives/ref/Configurations.props
src/libraries/System.Runtime.Serialization.Primitives/ref/System.Runtime.Serialization.Primitives.csproj
src/libraries/System.Runtime.Serialization.Primitives/src/Configurations.props
src/libraries/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj
src/libraries/System.Runtime.Serialization.Primitives/tests/Configurations.props
src/libraries/System.Runtime.Serialization.Primitives/tests/System.Runtime.Serialization.Primitives.Tests.csproj
src/libraries/System.Runtime.Serialization.Xml/System.Runtime.Serialization.Xml.sln
src/libraries/System.Runtime.Serialization.Xml/ref/Configurations.props
src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj
src/libraries/System.Runtime.Serialization.Xml/src/Configurations.props
src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj
src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/Configurations.props
src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/System.Runtime.Serialization.Xml.Canonicalization.csproj
src/libraries/System.Runtime.Serialization.Xml/tests/Configurations.props
src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/Configurations.props
src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj
src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj
src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/System.Runtime.WindowsRuntime.UI.Xaml.sln
src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/Configurations.props
src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj
src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/Configurations.props
src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj
src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/Configurations.props
src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/System.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj
src/libraries/System.Runtime.WindowsRuntime/System.Runtime.WindowsRuntime.sln
src/libraries/System.Runtime.WindowsRuntime/ref/Configurations.props
src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
src/libraries/System.Runtime.WindowsRuntime/src/Configurations.props
src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj
src/libraries/System.Runtime.WindowsRuntime/tests/Configurations.props
src/libraries/System.Runtime.WindowsRuntime/tests/System.Runtime.WindowsRuntime.Tests.csproj
src/libraries/System.Runtime/System.Runtime.sln
src/libraries/System.Runtime/ref/Configurations.props
src/libraries/System.Runtime/ref/System.Runtime.csproj
src/libraries/System.Runtime/src/Configurations.props
src/libraries/System.Runtime/src/System.Runtime.csproj
src/libraries/System.Runtime/tests/Configurations.props
src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj
src/libraries/System.Security.AccessControl/System.Security.AccessControl.sln
src/libraries/System.Security.AccessControl/ref/Configurations.props
src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj
src/libraries/System.Security.AccessControl/src/Configurations.props
src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj
src/libraries/System.Security.AccessControl/tests/Configurations.props
src/libraries/System.Security.AccessControl/tests/System.Security.AccessControl.Tests.csproj
src/libraries/System.Security.Claims/System.Security.Claims.sln
src/libraries/System.Security.Claims/ref/Configurations.props
src/libraries/System.Security.Claims/ref/System.Security.Claims.csproj
src/libraries/System.Security.Claims/src/Configurations.props
src/libraries/System.Security.Claims/src/System.Security.Claims.csproj
src/libraries/System.Security.Claims/tests/Configurations.props
src/libraries/System.Security.Claims/tests/System.Security.Claims.Tests.csproj
src/libraries/System.Security.Cryptography.Algorithms/System.Security.Cryptography.Algorithms.sln
src/libraries/System.Security.Cryptography.Algorithms/ref/Configurations.props
src/libraries/System.Security.Cryptography.Algorithms/ref/System.Security.Cryptography.Algorithms.csproj
src/libraries/System.Security.Cryptography.Algorithms/src/Configurations.props
src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
src/libraries/System.Security.Cryptography.Algorithms/tests/Configurations.props
src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
src/libraries/System.Security.Cryptography.Cng/System.Security.Cryptography.Cng.sln
src/libraries/System.Security.Cryptography.Cng/ref/Configurations.props
src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj
src/libraries/System.Security.Cryptography.Cng/src/Configurations.props
src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj
src/libraries/System.Security.Cryptography.Cng/tests/Configurations.props
src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj
src/libraries/System.Security.Cryptography.Csp/System.Security.Cryptography.Csp.sln
src/libraries/System.Security.Cryptography.Csp/ref/Configurations.props
src/libraries/System.Security.Cryptography.Csp/ref/System.Security.Cryptography.Csp.csproj
src/libraries/System.Security.Cryptography.Csp/src/Configurations.props
src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
src/libraries/System.Security.Cryptography.Csp/tests/Configurations.props
src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj
src/libraries/System.Security.Cryptography.Encoding/System.Security.Cryptography.Encoding.sln
src/libraries/System.Security.Cryptography.Encoding/ref/Configurations.props
src/libraries/System.Security.Cryptography.Encoding/ref/System.Security.Cryptography.Encoding.csproj
src/libraries/System.Security.Cryptography.Encoding/src/Configurations.props
src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
src/libraries/System.Security.Cryptography.Encoding/tests/Configurations.props
src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
src/libraries/System.Security.Cryptography.OpenSsl/System.Security.Cryptography.OpenSsl.sln
src/libraries/System.Security.Cryptography.OpenSsl/ref/Configurations.props
src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj
src/libraries/System.Security.Cryptography.OpenSsl/src/Configurations.props
src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj
src/libraries/System.Security.Cryptography.OpenSsl/tests/Configurations.props
src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
src/libraries/System.Security.Cryptography.Pkcs/Directory.Build.props
src/libraries/System.Security.Cryptography.Pkcs/System.Security.Cryptography.Pkcs.sln
src/libraries/System.Security.Cryptography.Pkcs/ref/Configurations.props
src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj
src/libraries/System.Security.Cryptography.Pkcs/src/Configurations.props
src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
src/libraries/System.Security.Cryptography.Pkcs/tests/Configurations.props
src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj
src/libraries/System.Security.Cryptography.Primitives/System.Security.Cryptography.Primitives.sln
src/libraries/System.Security.Cryptography.Primitives/ref/Configurations.props
src/libraries/System.Security.Cryptography.Primitives/ref/System.Security.Cryptography.Primitives.csproj
src/libraries/System.Security.Cryptography.Primitives/src/Configurations.props
src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj
src/libraries/System.Security.Cryptography.Primitives/tests/Configurations.props
src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj
src/libraries/System.Security.Cryptography.ProtectedData/System.Security.Cryptography.ProtectedData.sln
src/libraries/System.Security.Cryptography.ProtectedData/ref/Configurations.props
src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj
src/libraries/System.Security.Cryptography.ProtectedData/src/Configurations.props
src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj
src/libraries/System.Security.Cryptography.ProtectedData/tests/Configurations.props
src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj
src/libraries/System.Security.Cryptography.X509Certificates/System.Security.Cryptography.X509Certificates.sln
src/libraries/System.Security.Cryptography.X509Certificates/ref/Configurations.props
src/libraries/System.Security.Cryptography.X509Certificates/ref/System.Security.Cryptography.X509Certificates.csproj
src/libraries/System.Security.Cryptography.X509Certificates/src/Configurations.props
src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj
src/libraries/System.Security.Cryptography.X509Certificates/tests/Configurations.props
src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
src/libraries/System.Security.Cryptography.Xml/System.Security.Cryptography.Xml.sln
src/libraries/System.Security.Cryptography.Xml/ref/Configurations.props
src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj
src/libraries/System.Security.Cryptography.Xml/src/Configurations.props
src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj
src/libraries/System.Security.Cryptography.Xml/tests/Configurations.props
src/libraries/System.Security.Cryptography.Xml/tests/System.Security.Cryptography.Xml.Tests.csproj
src/libraries/System.Security.Permissions/System.Security.Permissions.sln
src/libraries/System.Security.Permissions/ref/Configurations.props
src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj
src/libraries/System.Security.Permissions/src/Configurations.props
src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj
src/libraries/System.Security.Permissions/tests/Configurations.props
src/libraries/System.Security.Permissions/tests/System.Security.Permissions.Tests.csproj
src/libraries/System.Security.Principal.Windows/System.Security.Principal.Windows.sln
src/libraries/System.Security.Principal.Windows/ref/Configurations.props
src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj
src/libraries/System.Security.Principal.Windows/src/Configurations.props
src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj
src/libraries/System.Security.Principal.Windows/tests/Configurations.props
src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj
src/libraries/System.Security.Principal/System.Security.Principal.sln
src/libraries/System.Security.Principal/ref/Configurations.props
src/libraries/System.Security.Principal/ref/System.Security.Principal.csproj
src/libraries/System.Security.Principal/src/Configurations.props
src/libraries/System.Security.Principal/src/System.Security.Principal.csproj
src/libraries/System.Security.SecureString/System.Security.SecureString.sln
src/libraries/System.Security.SecureString/ref/Configurations.props
src/libraries/System.Security.SecureString/ref/System.Security.SecureString.csproj
src/libraries/System.Security.SecureString/src/Configurations.props
src/libraries/System.Security.SecureString/src/System.Security.SecureString.csproj
src/libraries/System.Security.SecureString/tests/Configurations.props
src/libraries/System.Security.SecureString/tests/System.Security.SecureString.Tests.csproj
src/libraries/System.ServiceModel.Syndication/System.ServiceModel.Syndication.sln
src/libraries/System.ServiceModel.Syndication/ref/Configurations.props
src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj
src/libraries/System.ServiceModel.Syndication/src/Configurations.props
src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj
src/libraries/System.ServiceModel.Syndication/tests/Configurations.props
src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj
src/libraries/System.ServiceProcess.ServiceController/System.ServiceProcess.ServiceController.sln
src/libraries/System.ServiceProcess.ServiceController/ref/Configurations.props
src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj
src/libraries/System.ServiceProcess.ServiceController/src/Configurations.props
src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
src/libraries/System.ServiceProcess.ServiceController/tests/Configurations.props
src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/Configurations.props
src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj
src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests.csproj
src/libraries/System.Text.Encoding.CodePages/System.Text.Encoding.CodePages.sln
src/libraries/System.Text.Encoding.CodePages/src/Configurations.props
src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj
src/libraries/System.Text.Encoding.CodePages/tests/Configurations.props
src/libraries/System.Text.Encoding.CodePages/tests/System.Text.Encoding.CodePages.Tests.csproj
src/libraries/System.Text.Encoding.Extensions/System.Text.Encoding.Extensions.sln
src/libraries/System.Text.Encoding.Extensions/ref/Configurations.props
src/libraries/System.Text.Encoding.Extensions/ref/System.Text.Encoding.Extensions.csproj
src/libraries/System.Text.Encoding.Extensions/src/Configurations.props
src/libraries/System.Text.Encoding.Extensions/src/System.Text.Encoding.Extensions.csproj
src/libraries/System.Text.Encoding.Extensions/tests/Configurations.props
src/libraries/System.Text.Encoding.Extensions/tests/System.Text.Encoding.Extensions.Tests.csproj
src/libraries/System.Text.Encoding/System.Text.Encoding.sln
src/libraries/System.Text.Encoding/ref/Configurations.props
src/libraries/System.Text.Encoding/ref/System.Text.Encoding.csproj
src/libraries/System.Text.Encoding/src/Configurations.props
src/libraries/System.Text.Encoding/src/System.Text.Encoding.csproj
src/libraries/System.Text.Encoding/tests/Configurations.props
src/libraries/System.Text.Encoding/tests/System.Text.Encoding.Tests.csproj
src/libraries/System.Text.Encodings.Web/System.Text.Encodings.Web.sln
src/libraries/System.Text.Encodings.Web/ref/Configurations.props
src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj
src/libraries/System.Text.Encodings.Web/src/Configurations.props
src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj
src/libraries/System.Text.Encodings.Web/tests/Configurations.props
src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj
src/libraries/System.Text.Json/System.Text.Json.sln
src/libraries/System.Text.Json/ref/Configurations.props
src/libraries/System.Text.Json/ref/System.Text.Json.csproj
src/libraries/System.Text.Json/src/Configurations.props
src/libraries/System.Text.Json/src/System.Text.Json.csproj
src/libraries/System.Text.Json/tests/Configurations.props
src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
src/libraries/System.Text.RegularExpressions/System.Text.RegularExpressions.sln
src/libraries/System.Text.RegularExpressions/ref/Configurations.props
src/libraries/System.Text.RegularExpressions/ref/System.Text.RegularExpressions.csproj
src/libraries/System.Text.RegularExpressions/src/Configurations.props
src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj
src/libraries/System.Text.RegularExpressions/tests/Configurations.props
src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
src/libraries/System.Threading.AccessControl/System.Threading.AccessControl.sln
src/libraries/System.Threading.AccessControl/ref/Configurations.props
src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj
src/libraries/System.Threading.AccessControl/src/Configurations.props
src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj
src/libraries/System.Threading.AccessControl/tests/Configurations.props
src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj
src/libraries/System.Threading.Channels/System.Threading.Channels.sln
src/libraries/System.Threading.Channels/ref/Configurations.props
src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj
src/libraries/System.Threading.Channels/src/Configurations.props
src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj
src/libraries/System.Threading.Channels/tests/Configurations.props
src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
src/libraries/System.Threading.Overlapped/System.Threading.Overlapped.sln
src/libraries/System.Threading.Overlapped/ref/Configurations.props
src/libraries/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj
src/libraries/System.Threading.Overlapped/src/Configurations.props
src/libraries/System.Threading.Overlapped/src/System.Threading.Overlapped.csproj
src/libraries/System.Threading.Overlapped/tests/Configurations.props
src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
src/libraries/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow.sln
src/libraries/System.Threading.Tasks.Dataflow/tests/Configurations.props
src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj
src/libraries/System.Threading.Tasks.Extensions/System.Threading.Tasks.Extensions.sln
src/libraries/System.Threading.Tasks.Extensions/ref/Configurations.props
src/libraries/System.Threading.Tasks.Extensions/ref/System.Threading.Tasks.Extensions.csproj
src/libraries/System.Threading.Tasks.Extensions/src/Configurations.props
src/libraries/System.Threading.Tasks.Extensions/src/System.Threading.Tasks.Extensions.csproj
src/libraries/System.Threading.Tasks.Extensions/tests/Configurations.props
src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj
src/libraries/System.Threading.Tasks.Parallel/System.Threading.Tasks.Parallel.sln
src/libraries/System.Threading.Tasks.Parallel/ref/Configurations.props
src/libraries/System.Threading.Tasks.Parallel/ref/System.Threading.Tasks.Parallel.csproj
src/libraries/System.Threading.Tasks.Parallel/src/Configurations.props
src/libraries/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj
src/libraries/System.Threading.Tasks.Parallel/tests/Configurations.props
src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
src/libraries/System.Threading.Tasks/System.Threading.Tasks.sln
src/libraries/System.Threading.Tasks/ref/Configurations.props
src/libraries/System.Threading.Tasks/ref/System.Threading.Tasks.csproj
src/libraries/System.Threading.Tasks/src/Configurations.props
src/libraries/System.Threading.Tasks/src/System.Threading.Tasks.csproj
src/libraries/System.Threading.Tasks/tests/Configurations.props
src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj
src/libraries/System.Threading.Thread/System.Threading.Thread.sln
src/libraries/System.Threading.Thread/ref/Configurations.props
src/libraries/System.Threading.Thread/ref/System.Threading.Thread.csproj
src/libraries/System.Threading.Thread/src/Configurations.props
src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj
src/libraries/System.Threading.Thread/tests/Configurations.props
src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/Configurations.props
src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.csproj
src/libraries/System.Threading.Thread/tests/MTAMain/Configurations.props
src/libraries/System.Threading.Thread/tests/MTAMain/MTAMain.csproj
src/libraries/System.Threading.Thread/tests/STAMain/Configurations.props
src/libraries/System.Threading.Thread/tests/STAMain/STAMain.csproj
src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
src/libraries/System.Threading.ThreadPool/System.Threading.ThreadPool.sln
src/libraries/System.Threading.ThreadPool/ref/Configurations.props
src/libraries/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj
src/libraries/System.Threading.ThreadPool/src/Configurations.props
src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj
src/libraries/System.Threading.ThreadPool/tests/Configurations.props
src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj
src/libraries/System.Threading.Timer/System.Threading.Timer.sln
src/libraries/System.Threading.Timer/ref/Configurations.props
src/libraries/System.Threading.Timer/ref/System.Threading.Timer.csproj
src/libraries/System.Threading.Timer/src/Configurations.props
src/libraries/System.Threading.Timer/src/System.Threading.Timer.csproj
src/libraries/System.Threading.Timer/tests/Configurations.props
src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
src/libraries/System.Threading/System.Threading.sln
src/libraries/System.Threading/ref/Configurations.props
src/libraries/System.Threading/ref/System.Threading.csproj
src/libraries/System.Threading/src/Configurations.props
src/libraries/System.Threading/src/System.Threading.csproj
src/libraries/System.Threading/tests/Configurations.props
src/libraries/System.Threading/tests/System.Threading.Tests.csproj
src/libraries/System.Transactions.Local/System.Transactions.Local.sln
src/libraries/System.Transactions.Local/ref/Configurations.props
src/libraries/System.Transactions.Local/ref/System.Transactions.Local.csproj
src/libraries/System.Transactions.Local/src/Configurations.props
src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj
src/libraries/System.Transactions.Local/tests/Configurations.props
src/libraries/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj
src/libraries/System.Utf8String.Experimental/System.Utf8String.Experimental.sln
src/libraries/System.Utf8String.Experimental/ref/Configurations.props
src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj
src/libraries/System.Utf8String.Experimental/src/Configurations.props
src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj
src/libraries/System.Utf8String.Experimental/tests/Configurations.props
src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj
src/libraries/System.ValueTuple/System.ValueTuple.sln
src/libraries/System.ValueTuple/ref/Configurations.props
src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj
src/libraries/System.ValueTuple/src/Configurations.props
src/libraries/System.ValueTuple/src/System.ValueTuple.csproj
src/libraries/System.ValueTuple/tests/Configurations.props
src/libraries/System.ValueTuple/tests/System.ValueTuple.Tests.csproj
src/libraries/System.Web.HttpUtility/System.Web.HttpUtility.sln
src/libraries/System.Web.HttpUtility/ref/Configurations.props
src/libraries/System.Web.HttpUtility/ref/System.Web.HttpUtility.csproj
src/libraries/System.Web.HttpUtility/src/Configurations.props
src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj
src/libraries/System.Web.HttpUtility/tests/Configurations.props
src/libraries/System.Web.HttpUtility/tests/System.Web.HttpUtility.Tests.csproj
src/libraries/System.Windows.Extensions/System.Windows.Extensions.sln
src/libraries/System.Windows.Extensions/ref/Configurations.props
src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj
src/libraries/System.Windows.Extensions/src/Configurations.props
src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj
src/libraries/System.Windows.Extensions/tests/Configurations.props
src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj
src/libraries/System.Xml.ReaderWriter/System.Xml.ReaderWriter.sln
src/libraries/System.Xml.ReaderWriter/ref/Configurations.props
src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.csproj
src/libraries/System.Xml.ReaderWriter/src/Configurations.props
src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj
src/libraries/System.Xml.XDocument/System.Xml.XDocument.sln
src/libraries/System.Xml.XDocument/ref/Configurations.props
src/libraries/System.Xml.XDocument/ref/System.Xml.XDocument.csproj
src/libraries/System.Xml.XDocument/src/Configurations.props
src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj
src/libraries/System.Xml.XPath.XDocument/System.Xml.XPath.XDocument.sln
src/libraries/System.Xml.XPath.XDocument/ref/Configurations.props
src/libraries/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj
src/libraries/System.Xml.XPath.XDocument/src/Configurations.props
src/libraries/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj
src/libraries/System.Xml.XPath/System.Xml.XPath.sln
src/libraries/System.Xml.XPath/ref/Configurations.props
src/libraries/System.Xml.XPath/ref/System.Xml.XPath.csproj
src/libraries/System.Xml.XPath/src/Configurations.props
src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj
src/libraries/System.Xml.XmlDocument/System.Xml.XmlDocument.sln
src/libraries/System.Xml.XmlDocument/ref/Configurations.props
src/libraries/System.Xml.XmlDocument/ref/System.Xml.XmlDocument.csproj
src/libraries/System.Xml.XmlDocument/src/Configurations.props
src/libraries/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj
src/libraries/System.Xml.XmlSerializer/System.Xml.XmlSerializer.sln
src/libraries/System.Xml.XmlSerializer/ref/Configurations.props
src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.csproj
src/libraries/System.Xml.XmlSerializer/src/Configurations.props
src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj
src/libraries/mscorlib.WinRT-Facade/ref/Configurations.props
src/libraries/mscorlib.WinRT-Facade/ref/mscorlib.WinRT-Facade.csproj
src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Configurations.props
src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds
src/libraries/pkg/Microsoft.Windows.Compatibility/tests/publishcompatibilityassets.ps1
src/libraries/pkg/runtime.native.System.IO.Ports/Configurations.props
src/libraries/pkg/runtime.native.System.IO.Ports/runtime.native.System.IO.Ports.builds
src/libraries/pkg/test/testPackages.proj
src/libraries/restore/binplacePackages/Configurations.props
src/libraries/restore/binplacePackages/binplacePackages.depproj
src/libraries/restore/netfx/Configurations.props
src/libraries/restore/netfx/netfx.depproj
src/libraries/restore/runtime/Configurations.props
src/libraries/restore/winrt/Configurations.props
src/libraries/shims/ApiCompat.proj
src/libraries/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
src/libraries/shims/Configurations.props
src/libraries/shims/Directory.Build.props
src/libraries/shims/generated/Configurations.props
src/libraries/shims/manual/Configurations.props