From 6c2096d9ddded1f0ada37de4592576644b5af6cc Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 3 Jan 2020 10:56:08 -0800 Subject: [PATCH 01/58] libraries -restore for vertical build without test restore --- eng/depProj.common.targets | 5 +++ eng/depProj.targets | 2 + src/libraries/Directory.Build.props | 13 +++--- src/libraries/Directory.Build.targets | 45 +++++++++---------- src/libraries/dir.traversal.targets | 6 +-- src/libraries/restore/Directory.Build.props | 8 +--- src/libraries/restore/Directory.Build.targets | 11 ----- .../restore/analyzers/analyzers.depproj | 1 + .../binplacePackages/binplacePackages.depproj | 14 +++--- src/libraries/restore/dirs.proj | 6 +-- .../restore/netcoreapp/netcoreapp.depproj | 3 +- src/libraries/restore/netfx/netfx.depproj | 10 +++-- .../restore/netstandard/netstandard.depproj | 10 +++-- src/libraries/restore/runtime/runtime.depproj | 9 ++++ src/libraries/restore/tools/tools.depproj | 1 + src/libraries/restore/winrt/winrt.depproj | 1 + .../shims/manual/Directory.Build.props | 2 +- 17 files changed, 77 insertions(+), 70 deletions(-) create mode 100644 eng/depProj.common.targets diff --git a/eng/depProj.common.targets b/eng/depProj.common.targets new file mode 100644 index 00000000000000..e197c1bcc621a5 --- /dev/null +++ b/eng/depProj.common.targets @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/eng/depProj.targets b/eng/depProj.targets index 91360375f917c2..d47caa5013bab3 100644 --- a/eng/depProj.targets +++ b/eng/depProj.targets @@ -56,6 +56,8 @@ See the LICENSE file in the project root for more information. true + + diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index e0a2a43c9a8384..bc80850f7e4218 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -7,6 +7,7 @@ $(RepoRoot)artifacts\toolset\Common\ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) + $(RepositoryEngineeringDir)depProj.common.targets @@ -64,7 +65,7 @@ package - + @@ -153,8 +154,8 @@ - true - true + true + true true @@ -251,7 +252,7 @@ $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'runtime', '$(BuildConfiguration)')) $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'ref')) - $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(_bc_TargetGroup)')) + $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(BuildTargetFramework)')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(TargetFramework)')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', 'netstandard2.0')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', 'netstandard2.1')) @@ -302,8 +303,8 @@ - true - true + true + true $([MSBuild]::NormalizeDirectory('$(TestHostRootPath)', 'shared', 'Microsoft.NETCore.App', '$(ProductVersion)')) diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index 533f8bd0684d3d..6684f1d4211cd4 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -48,55 +48,54 @@ true - + - + $(BuildConfigurationRefPath) $(RuntimePath) - + - + $(NETCoreAppPackageRefPath) $(NETCoreAppPackageRuntimePath) - $(NETCoreAppPackageRuntimePath)\..\runtime\$(_bc_OSGroup)-$(ConfigurationGroup)-$(ArchGroup) + $(NETCoreAppPackageRuntimePath)\..\runtime\$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup) $(RefRootPath)microsoft.netcore.app\$(ConfigurationGroup) ILLinkTrimAssembly=true - + - + $(NETCoreAppTestSharedFrameworkPath) - - + + $(TestHostRootPath) - + - + $(NetStandard20RefPath) - - + + $(NetStandard21RefPath) - + - + $(RefRootPath)netcoreapp2.0/ - + - + $(RefRootPath)%(Identity)/ - + - + $(ArtifactsBinDir)runtime/%(Identity)-$(ConfigurationGroup)-$(ArchGroup) - + - + - @@ -104,7 +103,7 @@ - + diff --git a/src/libraries/dir.traversal.targets b/src/libraries/dir.traversal.targets index 8caa6292681745..96f9907a4d36c8 100644 --- a/src/libraries/dir.traversal.targets +++ b/src/libraries/dir.traversal.targets @@ -1,7 +1,7 @@ - + $(MSBuildProjectDefaultTargets) @@ -11,13 +11,13 @@ diff --git a/src/libraries/restore/Directory.Build.props b/src/libraries/restore/Directory.Build.props index 0b5b07b932b702..ac77dd08b411ba 100644 --- a/src/libraries/restore/Directory.Build.props +++ b/src/libraries/restore/Directory.Build.props @@ -2,13 +2,9 @@ - - $(IntermediateOutputPath) - $(RestoreOutputPath)/project.assets.json - $(IntermediateOutputPath) - true - false + $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) + netstandard2.0-$(OSGroup) - - - - - diff --git a/src/libraries/restore/analyzers/analyzers.depproj b/src/libraries/restore/analyzers/analyzers.depproj index 93e179efe5ba68..a9ff50060e6901 100644 --- a/src/libraries/restore/analyzers/analyzers.depproj +++ b/src/libraries/restore/analyzers/analyzers.depproj @@ -3,6 +3,7 @@ false true C# + netstandard2.0; diff --git a/src/libraries/restore/binplacePackages/binplacePackages.depproj b/src/libraries/restore/binplacePackages/binplacePackages.depproj index 02bce533c2c6b2..e3b0d78d567020 100644 --- a/src/libraries/restore/binplacePackages/binplacePackages.depproj +++ b/src/libraries/restore/binplacePackages/binplacePackages.depproj @@ -5,25 +5,27 @@ $(TargetFramework.SubString(11)) Reference true + $(TargetFramework) + net461;net472;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.0;netcoreapp2.0;netcoreapp3.0;$(netcoreappCurrent); - + $(RefPath) - + - + BinPlaceLib $(RuntimePath) - - + + BinPlaceLib $(TestHostRuntimePath) - + diff --git a/src/libraries/restore/dirs.proj b/src/libraries/restore/dirs.proj index 9c11cf6e8230e5..b7e54a6ea23da1 100644 --- a/src/libraries/restore/dirs.proj +++ b/src/libraries/restore/dirs.proj @@ -1,10 +1,6 @@ - - $(AdditionalBuildConfigurations);netstandard2.0-$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup) - - @@ -13,7 +9,7 @@ - + diff --git a/src/libraries/restore/netcoreapp/netcoreapp.depproj b/src/libraries/restore/netcoreapp/netcoreapp.depproj index af7d0259003d6f..c9b19bface336a 100644 --- a/src/libraries/restore/netcoreapp/netcoreapp.depproj +++ b/src/libraries/restore/netcoreapp/netcoreapp.depproj @@ -5,6 +5,7 @@ Reference false true + netcoreapp2.0;netcoreapp2.1;netcoreapp3.0; @@ -13,7 +14,7 @@ - + diff --git a/src/libraries/restore/netfx/netfx.depproj b/src/libraries/restore/netfx/netfx.depproj index 66b7087b6fd353..5c4a290ab56df1 100644 --- a/src/libraries/restore/netfx/netfx.depproj +++ b/src/libraries/restore/netfx/netfx.depproj @@ -8,6 +8,8 @@ 2.0.1-servicing-26011-01 $(NuGetPackageRoot)$(NETStandardSupportPackageId.ToLower())\$(NETStandardSupportPackageVersion)\build true + $(TargetFramework) + net45;net451;net46;net461;net462;net47;net471;net472;$(netcoreappCurrent); @@ -18,14 +20,14 @@ - + $(NetFxRefPath) - + - + $(RefPath) - + diff --git a/src/libraries/restore/netstandard/netstandard.depproj b/src/libraries/restore/netstandard/netstandard.depproj index 76bec3f4ddbf75..fce050c0e35265 100644 --- a/src/libraries/restore/netstandard/netstandard.depproj +++ b/src/libraries/restore/netstandard/netstandard.depproj @@ -6,6 +6,8 @@ true Reference <_NETStandardTFMFolder Condition="'$(TargetFramework)' == 'netstandard2.0'">netstandard2.0 + $(TargetFramework) + netstandard1.0;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0 @@ -69,13 +71,13 @@ - + $(RefPath) - - + + $(TestHostRootPath) - + diff --git a/src/libraries/restore/runtime/runtime.depproj b/src/libraries/restore/runtime/runtime.depproj index d6520703f7972b..98e211fa73412d 100644 --- a/src/libraries/restore/runtime/runtime.depproj +++ b/src/libraries/restore/runtime/runtime.depproj @@ -8,6 +8,15 @@ $(DefaultOSGroup) $(ConfigurationGroup) false + netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;$(netcoreappCurrent)-Windows_NT;$(netcoreappCurrent)-Unix; + + + $(TargetFramework)-$(OSGroup) + $(BaseOutputPath)$(TargetFramework)-$(OSGroup)-$(ConfigurationGroup) + + + $(TargetFramework) + $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) diff --git a/src/libraries/restore/tools/tools.depproj b/src/libraries/restore/tools/tools.depproj index 5ddb582b35987a..070f9d5840434f 100644 --- a/src/libraries/restore/tools/tools.depproj +++ b/src/libraries/restore/tools/tools.depproj @@ -4,6 +4,7 @@ false $(ToolRuntimeRID) $(NoWarn);NU1603;NU1605 + netstandard2.0; diff --git a/src/libraries/restore/winrt/winrt.depproj b/src/libraries/restore/winrt/winrt.depproj index ee9e2f3fa7c0ea..6ded4f5a0a0f0a 100644 --- a/src/libraries/restore/winrt/winrt.depproj +++ b/src/libraries/restore/winrt/winrt.depproj @@ -6,6 +6,7 @@ implemented by all frameworks that support it. Instead require projectreference to this project --> true Reference + netcoreapp3.0;$(netcoreappCurrent);netstandard1.0; diff --git a/src/libraries/shims/manual/Directory.Build.props b/src/libraries/shims/manual/Directory.Build.props index ba3a5f61e13736..76337a9e33998d 100644 --- a/src/libraries/shims/manual/Directory.Build.props +++ b/src/libraries/shims/manual/Directory.Build.props @@ -12,7 +12,7 @@ true - $(ArtifactsBinDir)runtime/$(TargetFramework)-$(_bc_OSGroup)-$(_bc_ConfigurationGroup)-$(ArchGroup)/ + $(ArtifactsBinDir)runtime/$(TargetFramework)-$(OSGroup)-$(_bc_ConfigurationGroup)-$(ArchGroup)/ $(_bc_OSGroup) $(_bc_ConfigurationGroup) From bef5de29e1005bb2564110ac67a91762dace0a0d Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 3 Jan 2020 11:08:39 -0800 Subject: [PATCH 02/58] Automatic test change and regex to remove the addition of an extra line at eof --- src/libraries/Common/tests/Common.Tests.csproj | 6 +++--- .../CoreFx.Private.TestUtilities.csproj | 4 ++-- .../tests/System/Xml/BaseLibManaged/BaseLibManaged.csproj | 2 +- .../Common/tests/System/Xml/ModuleCore/ModuleCore.csproj | 2 +- .../Common/tests/System/Xml/XmlCoreTest/XmlCoreTest.csproj | 2 +- .../Common/tests/System/Xml/XmlDiff/XmlDiff.csproj | 2 +- .../Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj | 2 +- ...soft.Diagnostics.Tracing.EventSource.Redist.Tests.csproj | 2 +- .../tests/Microsoft.VisualBasic.Core.Tests.csproj | 2 +- .../tests/Microsoft.Win32.Primitives.Tests.csproj | 2 +- .../Microsoft.Win32.Registry.AccessControl.Tests.csproj | 2 +- .../tests/Microsoft.Win32.Registry.Tests.csproj | 2 +- .../tests/Microsoft.Win32.SystemEvents.Tests.csproj | 4 ++-- .../tests/Microsoft.XmlSerializer.Generator.Tests.csproj | 2 +- .../System.AppContext/tests/System.AppContext.Tests.csproj | 2 +- .../System.Buffers/tests/System.Buffers.Tests.csproj | 2 +- .../System.CodeDom/tests/System.CodeDom.Tests.csproj | 4 ++-- .../tests/System.Collections.Concurrent.Tests.csproj | 2 +- .../tests/System.Collections.Immutable.Tests.csproj | 2 +- .../tests/System.Collections.NonGeneric.Tests.csproj | 2 +- .../tests/System.Collections.Specialized.Tests.csproj | 2 +- .../tests/System.Collections.Tests.csproj | 2 +- .../tests/System.ComponentModel.Annotations.Tests.csproj | 2 +- ...tem.ComponentModel.Composition.Registration.Tests.csproj | 6 +++--- .../System.ComponentModel.Composition.Noop.Assembly.csproj | 2 +- .../tests/System.ComponentModel.Composition.Tests.csproj | 4 ++-- .../System.ComponentModel.EventBasedAsync.Tests.csproj | 2 +- .../tests/System.ComponentModel.Primitives.Tests.csproj | 2 +- .../tests/System.ComponentModel.TypeConverter.Tests.csproj | 4 ++-- .../tests/System.ComponentModel.Tests.csproj | 2 +- .../tests/System.Composition.AttributeModel.Tests.csproj | 2 +- .../tests/System.Composition.Convention.Tests.csproj | 2 +- .../tests/System.Composition.Hosting.Tests.csproj | 2 +- .../tests/System.Composition.Runtime.Tests.csproj | 2 +- .../tests/System.Composition.TypedParts.Tests.csproj | 2 +- ...osoft.Composition.Demos.ExtendedCollectionImports.csproj | 2 +- .../tests/System.Composition.Tests.csproj | 2 +- .../System.Composition/tests/TestLibrary/TestLibrary.csproj | 2 +- .../System.Configuration.ConfigurationManager.Tests.csproj | 2 +- .../System.Console/tests/System.Console.Tests.csproj | 2 +- .../tests/System.Data.Common.Tests.csproj | 6 +++--- .../tests/System.Data.DataSetExtensions.Tests.csproj | 2 +- .../System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj | 2 +- .../System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj | 2 +- .../FunctionalTests/System.Data.SqlClient.Tests.csproj | 2 +- .../ManualTests/SQL/UdtTest/UDTs/Address/Address.csproj | 2 +- .../tests/ManualTests/SQL/UdtTest/UDTs/Circle/Circle.csproj | 2 +- .../tests/ManualTests/SQL/UdtTest/UDTs/Shapes/Shapes.csproj | 2 +- .../SQL/UdtTest/UDTs/Utf8String/Utf8String.csproj | 2 +- .../System.Data.SqlClient.ManualTesting.Tests.csproj | 4 ++-- .../tests/StressTests/IMonitorLoader/IMonitorLoader.csproj | 2 +- .../System.Data.SqlClient.Stress.Tests.csproj | 2 +- .../System.Data.StressFramework.csproj | 2 +- .../System.Data.StressRunner.csproj | 2 +- .../tests/Tools/TDS/TDS.EndPoint/TDS.EndPoint.csproj | 2 +- .../tests/Tools/TDS/TDS.Servers/TDS.Servers.csproj | 2 +- .../System.Data.SqlClient/tests/Tools/TDS/TDS/TDS.csproj | 2 +- .../tests/System.Diagnostics.Contracts.Tests.csproj | 2 +- .../tests/System.Diagnostics.Debug.Tests.csproj | 2 +- .../tests/System.Diagnostics.DiagnosticSource.Tests.csproj | 2 +- .../tests/System.Diagnostics.EventLog.Tests.csproj | 2 +- .../tests/NativeConsoleApp/NativeConsoleApp.vcxproj | 2 +- .../tests/NativeLibrary/NativeLibrary.vcxproj | 2 +- .../tests/SecondNativeLibrary/SecondNativeLibrary.vcxproj | 2 +- .../System.Diagnostics.FileVersionInfo.TestAssembly.csproj | 2 +- .../System.Diagnostics.FileVersionInfo.Tests.csproj | 4 ++-- .../System.Diagnostics.PerformanceCounter.Tests.csproj | 4 ++-- .../tests/System.Diagnostics.Process.Tests.csproj | 6 +++--- .../tests/System.Diagnostics.StackTrace.Tests.csproj | 4 ++-- .../System.Diagnostics.TextWriterTraceListener.Tests.csproj | 4 ++-- .../tests/System.Diagnostics.Tools.Tests.csproj | 2 +- .../tests/System.Diagnostics.TraceSource.Tests.csproj | 2 +- .../tests/System.Diagnostics.Tracing.Tests.csproj | 2 +- .../System.DirectoryServices.AccountManagement.Tests.csproj | 2 +- .../tests/System.DirectoryServices.Protocols.Tests.csproj | 2 +- .../tests/System.DirectoryServices.Tests.csproj | 2 +- .../tests/System.Drawing.Common.Tests.csproj | 4 ++-- .../tests/System.Drawing.Primitives.Tests.csproj | 6 +++--- .../tests/System.Dynamic.Runtime.Tests.csproj | 4 ++-- ...tem.Globalization.CalendarsWithConfigSwitch.Tests.csproj | 4 ++-- .../tests/System.Globalization.Calendars.Tests.csproj | 2 +- .../tests/System.Globalization.Extensions.Tests.csproj | 2 +- .../tests/Invariant/Invariant.Tests.csproj | 4 ++-- .../tests/System.Globalization.Tests.csproj | 6 +++--- .../tests/System.IO.Compression.Brotli.Tests.csproj | 2 +- .../tests/System.IO.Compression.ZipFile.Tests.csproj | 2 +- .../tests/System.IO.Compression.Tests.csproj | 4 ++-- .../tests/System.IO.FileSystem.AccessControl.Tests.csproj | 2 +- .../tests/System.IO.FileSystem.DriveInfo.Tests.csproj | 2 +- .../tests/System.IO.FileSystem.Primitives.Tests.csproj | 2 +- .../tests/System.IO.FileSystem.Watcher.Tests.csproj | 4 ++-- .../tests/System.IO.FileSystem.Tests.csproj | 2 +- .../tests/System.IO.IsolatedStorage.Tests.csproj | 2 +- .../tests/System.IO.MemoryMappedFiles.Tests.csproj | 4 ++-- .../tests/System.IO.Packaging.Tests.csproj | 2 +- .../tests/System.IO.Pipelines.Tests.csproj | 4 ++-- .../tests/System.IO.Pipes.AccessControl.Tests.csproj | 2 +- .../System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj | 4 ++-- .../System.IO.Ports/tests/System.IO.Ports.Tests.csproj | 2 +- .../tests/System.IO.UnmanagedMemoryStream.Tests.csproj | 2 +- src/libraries/System.IO/tests/System.IO.Tests.csproj | 2 +- src/libraries/System.Json/tests/System.Json.Tests.csproj | 2 +- .../tests/System.Linq.Expressions.Tests.csproj | 4 ++-- .../tests/System.Linq.Parallel.Tests.csproj | 2 +- .../tests/System.Linq.Queryable.Tests.csproj | 4 ++-- src/libraries/System.Linq/tests/System.Linq.Tests.csproj | 4 ++-- .../System.Management/tests/System.Management.Tests.csproj | 2 +- .../System.Memory/tests/System.Memory.Tests.csproj | 4 ++-- .../System.Net.Http.WinHttpHandler.Functional.Tests.csproj | 2 +- .../System.Net.Http.WinHttpHandler.Unit.Tests.csproj | 4 ++-- .../EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj | 4 ++-- .../FunctionalTests/System.Net.Http.Functional.Tests.csproj | 6 +++--- .../tests/StressTests/HttpStress/HttpStress.csproj | 2 +- .../tests/UnitTests/System.Net.Http.Unit.Tests.csproj | 6 +++--- .../tests/System.Net.HttpListener.Tests.csproj | 2 +- .../Functional/System.Net.Mail.Functional.Tests.csproj | 4 ++-- .../tests/Unit/System.Net.Mail.Unit.Tests.csproj | 2 +- .../System.Net.NameResolution.Functional.Tests.csproj | 4 ++-- .../PalTests/System.Net.NameResolution.Pal.Tests.csproj | 4 ++-- .../UnitTests/System.Net.NameResolution.Unit.Tests.csproj | 2 +- .../System.Net.NetworkInformation.Functional.Tests.csproj | 4 ++-- .../FunctionalTests/System.Net.Ping.Functional.Tests.csproj | 2 +- .../System.Net.Primitives.Functional.Tests.csproj | 2 +- .../tests/PalTests/System.Net.Primitives.Pal.Tests.csproj | 4 ++-- .../UnitTests/System.Net.Primitives.UnitTests.Tests.csproj | 4 ++-- .../tests/FunctionalTests/System.Net.Quic.Tests.csproj | 4 ++-- .../tests/System.Net.Requests.Tests.csproj | 6 +++--- .../System.Net.Security.Enterprise.Tests.csproj | 4 ++-- .../tests/FunctionalTests/System.Net.Security.Tests.csproj | 4 ++-- .../tests/StressTests/SslStress/SslStress.csproj | 2 +- .../tests/UnitTests/System.Net.Security.Unit.Tests.csproj | 6 +++--- .../tests/System.Net.ServicePoint.Tests.csproj | 2 +- .../tests/FunctionalTests/System.Net.Sockets.Tests.csproj | 4 ++-- .../System.Net.Sockets.Async.Stress.Tests.csproj | 2 +- .../tests/System.Net.WebClient.Tests.csproj | 4 ++-- .../tests/System.Net.WebHeaderCollection.Tests.csproj | 2 +- .../tests/System.Net.WebProxy.Tests.csproj | 2 +- .../tests/System.Net.WebSockets.Client.Tests.csproj | 6 +++--- .../System.Net.WebSockets.WebSocketProtocol.Tests.csproj | 2 +- .../tests/System.Net.WebSockets.Tests.csproj | 2 +- .../tests/System.Numerics.Tensors.Tests.csproj | 4 ++-- .../tests/System.Numerics.Vectors.Tests.csproj | 4 ++-- .../tests/System.ObjectModel.Tests.csproj | 2 +- .../System.Private.Uri.ExtendedFunctional.Tests.csproj | 4 ++-- .../System.Private.Uri.Functional.Tests.csproj | 4 ++-- .../tests/UnitTests/System.Private.Uri.Unit.Tests.csproj | 4 ++-- .../Properties/System.Xml.Linq.Properties.Tests.csproj | 2 +- .../tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj | 2 +- .../tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj | 2 +- .../System.Xml.Linq.TreeManipulation.Tests.csproj | 2 +- .../tests/XDocument.Common/XDocument.Common.csproj | 2 +- .../XDocument.Test.ModuleCore.csproj | 2 +- .../tests/events/System.Xml.Linq.Events.Tests.csproj | 2 +- .../tests/misc/System.Xml.Linq.Misc.Tests.csproj | 2 +- .../xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj | 4 ++-- .../xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj | 2 +- .../tests/Misc/System.Xml.Misc.Tests.csproj | 2 +- .../System.Xml.RW.CharCheckingReader.Tests.csproj | 2 +- .../CustomReader/System.Xml.RW.CustomReader.Tests.csproj | 2 +- .../FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj | 2 +- .../Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj | 2 +- .../System.Xml.RW.ReaderSettings.Tests.csproj | 2 +- .../SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj | 2 +- .../WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj | 2 +- .../Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj | 2 +- .../XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj | 2 +- .../tests/XPath/XPathDocument/System.Xml.XPath.Tests.csproj | 2 +- .../XmlDocument/System.Xml.XPath.XmlDocument.Tests.csproj | 2 +- .../tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj | 2 +- .../tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj | 2 +- .../System.Xml.XmlNodeReader.Tests.csproj | 4 ++-- .../System.Xml.RW.XmlReader.ReadContentAs.Tests.csproj | 2 +- .../XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj | 4 ++-- .../System.Xml.RW.XmlSystemPathResolver.Tests.csproj | 2 +- .../tests/XmlReaderLib/System.Xml.RW.XmlReaderLib.csproj | 2 +- .../System.Xml.XmlResolver.Tests.csproj | 4 ++-- .../XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj | 2 +- .../System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj | 2 +- .../System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj | 2 +- .../XmlSerializer/System.Xml.XmlSerializer.Tests.csproj | 2 +- .../tests/XmlWriter/System.Xml.RW.XmlWriter.Tests.csproj | 2 +- .../System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj | 2 +- .../System.Xml.Xsl.XslTransformApi.Tests.csproj | 2 +- .../tests/Xslt/XsltCompiler/XsltCompiler.Tests.csproj | 2 +- .../tests/System.Reflection.Context.Tests.csproj | 2 +- .../tests/System.Reflection.DispatchProxy.Tests.csproj | 2 +- .../tests/System.Reflection.Emit.ILGeneration.Tests.csproj | 2 +- .../tests/System.Reflection.Emit.Lightweight.Tests.csproj | 2 +- .../tests/System.Reflection.Emit.Tests.csproj | 3 +-- .../tests/System.Reflection.Extensions.Tests.csproj | 2 +- .../tests/System.Reflection.Metadata.Tests.csproj | 4 ++-- .../System.Reflection.MetadataLoadContext.Tests.csproj | 4 ++-- .../tests/System.Reflection.TypeExtensions.Tests.csproj | 2 +- .../System.Reflection.Tests.Assembly_0_0_0_0.csproj | 2 +- .../tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj | 2 +- .../ForwardedTypesAssembly/ForwardedTypesAssembly.csproj | 2 +- .../System.Reflection/tests/System.Reflection.Tests.csproj | 4 ++-- .../tests/TestAssembly/TestAssembly.csproj | 2 +- .../tests/TestExe/System.Reflection.TestExe.csproj | 2 +- .../tests/UnloadableAssembly/UnloadableAssembly.csproj | 2 +- .../tests/System.Resources.Extensions.Tests.csproj | 6 +++--- .../tests/System.Resources.Reader.Tests.csproj | 2 +- .../tests/System.Resources.ResourceManager.Tests.csproj | 4 ++-- .../tests/System.Resources.Writer.Tests.csproj | 2 +- .../tests/System.Runtime.Caching.Tests.csproj | 2 +- .../System.Runtime.CompilerServices.Unsafe.Tests.csproj | 2 +- .../System.Runtime.CompilerServices.VisualC.Tests.csproj | 2 +- .../AssemblyResolveTestApp/AssemblyResolveTestApp.csproj | 4 ++-- .../tests/System.Runtime.Extensions.Tests.csproj | 6 +++--- .../TargetFrameworkNameTestApp.csproj | 4 ++-- .../System.Runtime.Extensions/tests/TestApp/TestApp.csproj | 4 ++-- .../tests/TestAppOutsideOfTPA/TestAppOutsideOfTPA.csproj | 4 ++-- .../VoidMainWithExitCodeApp/VoidMainWithExitCodeApp.csproj | 4 ++-- .../tests/System.Runtime.Handles.Tests.csproj | 2 +- ....Runtime.InteropServices.RuntimeInformation.Tests.csproj | 2 +- ...stem.Runtime.InteropServices.WindowsRuntime.Tests.csproj | 2 +- .../tests/System.Runtime.InteropServices.Tests.csproj | 2 +- ...untime.Loader.Test.ContextualReflectionDependency.csproj | 6 +++--- .../System.Runtime.Loader.DefaultContext.Tests.csproj | 2 +- .../System.Runtime.Loader.RefEmitLoadContext.Tests.csproj | 2 +- .../tests/ReferencedClassLib/ReferencedClassLib.csproj | 6 +++--- .../ReferencedClassLibNeutralIsSatellite.csproj | 6 +++--- .../System.Runtime.Loader.Noop.Assembly.csproj | 2 +- .../System.Runtime.Loader.Test.Assembly.csproj | 2 +- .../System.Runtime.Loader.Test.Assembly2.csproj | 4 ++-- .../System.Runtime.Loader.Test.AssemblyNotSupported.csproj | 4 ++-- .../tests/System.Runtime.Loader.Tests.csproj | 4 ++-- .../tests/System.Runtime.Numerics.Tests.csproj | 2 +- .../System.Runtime.Serialization.Formatters.Tests.csproj | 6 +++--- ...m.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj | 2 +- .../tests/System.Runtime.Serialization.Json.Tests.csproj | 2 +- .../System.Runtime.Serialization.Primitives.Tests.csproj | 2 +- ...System.Runtime.Serialization.Xml.Canonicalization.csproj | 2 +- ...em.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj | 2 +- .../tests/System.Runtime.Serialization.Xml.Tests.csproj | 2 +- .../System.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj | 2 +- .../tests/System.Runtime.WindowsRuntime.Tests.csproj | 2 +- .../System.Runtime/tests/System.Runtime.Tests.csproj | 6 +++--- .../TestCollectibleAssembly/TestCollectibleAssembly.csproj | 2 +- .../tests/TestLoadAssembly/TestLoadAssembly.csproj | 2 +- .../tests/TestStructs/System.TestStructs.ilproj | 2 +- .../tests/System.Security.AccessControl.Tests.csproj | 2 +- .../tests/System.Security.Claims.Tests.csproj | 2 +- .../System.Security.Cryptography.Algorithms.Tests.csproj | 6 +++--- .../tests/System.Security.Cryptography.Cng.Tests.csproj | 2 +- .../tests/System.Security.Cryptography.Csp.Tests.csproj | 2 +- .../System.Security.Cryptography.Encoding.Tests.csproj | 4 ++-- .../tests/System.Security.Cryptography.OpenSsl.Tests.csproj | 4 ++-- .../tests/System.Security.Cryptography.Pkcs.Tests.csproj | 2 +- .../System.Security.Cryptography.Primitives.Tests.csproj | 4 ++-- .../System.Security.Cryptography.ProtectedData.Tests.csproj | 2 +- ...stem.Security.Cryptography.X509Certificates.Tests.csproj | 4 ++-- .../tests/System.Security.Cryptography.Xml.Tests.csproj | 2 +- .../tests/System.Security.Permissions.Tests.csproj | 4 ++-- .../tests/System.Security.Principal.Windows.Tests.csproj | 4 ++-- .../tests/System.Security.SecureString.Tests.csproj | 2 +- .../tests/System.ServiceModel.Syndication.Tests.csproj | 2 +- ...stem.ServiceProcess.ServiceController.TestService.csproj | 4 ++-- .../System.ServiceProcess.ServiceController.Tests.csproj | 2 +- .../tests/System.Text.Encoding.CodePages.Tests.csproj | 4 ++-- .../tests/System.Text.Encoding.Extensions.Tests.csproj | 2 +- .../tests/System.Text.Encoding.Tests.csproj | 4 ++-- .../tests/System.Text.Encodings.Web.Tests.csproj | 4 ++-- .../System.Text.Json/tests/System.Text.Json.Tests.csproj | 6 +++--- .../tests/System.Text.RegularExpressions.Tests.csproj | 4 ++-- .../tests/System.Threading.AccessControl.Tests.csproj | 2 +- .../tests/System.Threading.Channels.Tests.csproj | 2 +- .../tests/System.Threading.Overlapped.Tests.csproj | 2 +- .../tests/System.Threading.Tasks.Dataflow.Tests.csproj | 2 +- .../tests/System.Threading.Tasks.Extensions.Tests.csproj | 4 ++-- .../tests/System.Threading.Tasks.Parallel.Tests.csproj | 4 ++-- .../tests/System.Threading.Tasks.Tests.csproj | 2 +- .../DefaultApartmentStateMain.csproj | 2 +- .../System.Threading.Thread/tests/MTAMain/MTAMain.csproj | 4 ++-- .../System.Threading.Thread/tests/STAMain/STAMain.csproj | 4 ++-- .../tests/System.Threading.Thread.Tests.csproj | 2 +- .../tests/System.Threading.ThreadPool.Tests.csproj | 2 +- .../tests/System.Threading.Timer.Tests.csproj | 2 +- .../System.Threading/tests/System.Threading.Tests.csproj | 2 +- .../tests/System.Transactions.Local.Tests.csproj | 4 ++-- .../tests/System.Utf8String.Experimental.Tests.csproj | 6 +++--- .../System.ValueTuple/tests/System.ValueTuple.Tests.csproj | 2 +- .../tests/System.Web.HttpUtility.Tests.csproj | 2 +- .../tests/System.Windows.Extensions.Tests.csproj | 4 ++-- .../tests/Microsoft.Windows.Compatibility.Validation.csproj | 2 +- 285 files changed, 401 insertions(+), 402 deletions(-) diff --git a/src/libraries/Common/tests/Common.Tests.csproj b/src/libraries/Common/tests/Common.Tests.csproj index 9d617612ab4ab8..f67242f9c94835 100644 --- a/src/libraries/Common/tests/Common.Tests.csproj +++ b/src/libraries/Common/tests/Common.Tests.csproj @@ -1,9 +1,9 @@ - + true false true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -189,4 +189,4 @@ - + \ No newline at end of file diff --git a/src/libraries/Common/tests/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.csproj b/src/libraries/Common/tests/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.csproj index 1a9d2d1e93c1b8..71a328a1ae9ff5 100644 --- a/src/libraries/Common/tests/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.csproj +++ b/src/libraries/Common/tests/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.csproj @@ -1,4 +1,4 @@ - + true $(NoWarn);CS1573 @@ -6,7 +6,7 @@ This assembly is referenced from rid agnostic configurations therefore we can't make it RID specific and instead use runtime checks. --> - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/Common/tests/System/Xml/BaseLibManaged/BaseLibManaged.csproj b/src/libraries/Common/tests/System/Xml/BaseLibManaged/BaseLibManaged.csproj index dbbbb4babb4445..73c071d64c56b7 100644 --- a/src/libraries/Common/tests/System/Xml/BaseLibManaged/BaseLibManaged.csproj +++ b/src/libraries/Common/tests/System/Xml/BaseLibManaged/BaseLibManaged.csproj @@ -1,7 +1,7 @@ WebData.BaseLib - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/Common/tests/System/Xml/ModuleCore/ModuleCore.csproj b/src/libraries/Common/tests/System/Xml/ModuleCore/ModuleCore.csproj index 75854e6d41bc7d..9e9b31cf05ec9a 100644 --- a/src/libraries/Common/tests/System/Xml/ModuleCore/ModuleCore.csproj +++ b/src/libraries/Common/tests/System/Xml/ModuleCore/ModuleCore.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/Common/tests/System/Xml/XmlCoreTest/XmlCoreTest.csproj b/src/libraries/Common/tests/System/Xml/XmlCoreTest/XmlCoreTest.csproj index 0ab1de296fcc91..5d8260edb5424c 100644 --- a/src/libraries/Common/tests/System/Xml/XmlCoreTest/XmlCoreTest.csproj +++ b/src/libraries/Common/tests/System/Xml/XmlCoreTest/XmlCoreTest.csproj @@ -2,7 +2,7 @@ Exe XmlCoreTest.Common - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/Common/tests/System/Xml/XmlDiff/XmlDiff.csproj b/src/libraries/Common/tests/System/Xml/XmlDiff/XmlDiff.csproj index 5ea2819f81aa44..c911e9df457ce9 100644 --- a/src/libraries/Common/tests/System/Xml/XmlDiff/XmlDiff.csproj +++ b/src/libraries/Common/tests/System/Xml/XmlDiff/XmlDiff.csproj @@ -1,7 +1,7 @@ System.Xml.XmlDiff - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj b/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj index 084f226d301a27..58a74c07cfff71 100644 --- a/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj +++ b/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj b/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj index d7530aac72bbf3..18a40ff6d5f04d 100644 --- a/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj +++ b/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Collections/tests/System.Collections.Tests.csproj b/src/libraries/System.Collections/tests/System.Collections.Tests.csproj index 933bd437f10a08..22a1f76aec7ed8 100644 --- a/src/libraries/System.Collections/tests/System.Collections.Tests.csproj +++ b/src/libraries/System.Collections/tests/System.Collections.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj b/src/libraries/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj index 8fe3a069246d76..2d7a6c4abd5e3a 100644 --- a/src/libraries/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj +++ b/src/libraries/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj b/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj index 2e6eb27398f99a..a3cacb4fa7684b 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj +++ b/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -19,4 +19,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/System.ComponentModel.Composition.Noop.Assembly.csproj b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/System.ComponentModel.Composition.Noop.Assembly.csproj index 3490ac81224258..8fb05efe99e77a 100644 --- a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/System.ComponentModel.Composition.Noop.Assembly.csproj +++ b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/System.ComponentModel.Composition.Noop.Assembly.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj index 45cf78a7b3bdb6..0a9494270ee8c8 100644 --- a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj +++ b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj @@ -2,7 +2,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -178,4 +178,4 @@ PreserveNewest - + \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.EventBasedAsync/tests/System.ComponentModel.EventBasedAsync.Tests.csproj b/src/libraries/System.ComponentModel.EventBasedAsync/tests/System.ComponentModel.EventBasedAsync.Tests.csproj index 39dd7da60a3fac..cf1f1eaaaf2dc7 100644 --- a/src/libraries/System.ComponentModel.EventBasedAsync/tests/System.ComponentModel.EventBasedAsync.Tests.csproj +++ b/src/libraries/System.ComponentModel.EventBasedAsync/tests/System.ComponentModel.EventBasedAsync.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.ComponentModel.Primitives/tests/System.ComponentModel.Primitives.Tests.csproj b/src/libraries/System.ComponentModel.Primitives/tests/System.ComponentModel.Primitives.Tests.csproj index 345103092ed928..c1e07b3d2137b0 100644 --- a/src/libraries/System.ComponentModel.Primitives/tests/System.ComponentModel.Primitives.Tests.csproj +++ b/src/libraries/System.ComponentModel.Primitives/tests/System.ComponentModel.Primitives.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj b/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj index f0a6206a9f4d05..d1c97f6c5ef057 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj +++ b/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj @@ -1,10 +1,10 @@ - + $(DefineConstants);FUNCTIONAL_TESTS true 9.9.9.9 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.ComponentModel/tests/System.ComponentModel.Tests.csproj b/src/libraries/System.ComponentModel/tests/System.ComponentModel.Tests.csproj index d707f04894c717..2a72c97023d722 100644 --- a/src/libraries/System.ComponentModel/tests/System.ComponentModel.Tests.csproj +++ b/src/libraries/System.ComponentModel/tests/System.ComponentModel.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Composition.AttributedModel/tests/System.Composition.AttributeModel.Tests.csproj b/src/libraries/System.Composition.AttributedModel/tests/System.Composition.AttributeModel.Tests.csproj index fba0fa2c4c49d9..db3664eecc228c 100644 --- a/src/libraries/System.Composition.AttributedModel/tests/System.Composition.AttributeModel.Tests.csproj +++ b/src/libraries/System.Composition.AttributedModel/tests/System.Composition.AttributeModel.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj b/src/libraries/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj index a100e22dcf7d07..b3246c8472b75c 100644 --- a/src/libraries/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj +++ b/src/libraries/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj @@ -1,7 +1,7 @@ System.Composition.Convention.Tests - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Composition.Hosting/tests/System.Composition.Hosting.Tests.csproj b/src/libraries/System.Composition.Hosting/tests/System.Composition.Hosting.Tests.csproj index 0223b49a205a3f..76a200632c8530 100644 --- a/src/libraries/System.Composition.Hosting/tests/System.Composition.Hosting.Tests.csproj +++ b/src/libraries/System.Composition.Hosting/tests/System.Composition.Hosting.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Composition.Runtime/tests/System.Composition.Runtime.Tests.csproj b/src/libraries/System.Composition.Runtime/tests/System.Composition.Runtime.Tests.csproj index 383eed487675d3..e1cace64fa5e48 100644 --- a/src/libraries/System.Composition.Runtime/tests/System.Composition.Runtime.Tests.csproj +++ b/src/libraries/System.Composition.Runtime/tests/System.Composition.Runtime.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj b/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj index efa5d48173de0c..d62001c013d24c 100644 --- a/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj +++ b/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Microsoft.Composition.Demos.ExtendedCollectionImports.csproj b/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Microsoft.Composition.Demos.ExtendedCollectionImports.csproj index 5dc584ca22087d..b0acd0746d0b4b 100644 --- a/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Microsoft.Composition.Demos.ExtendedCollectionImports.csproj +++ b/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Microsoft.Composition.Demos.ExtendedCollectionImports.csproj @@ -1,7 +1,7 @@ Microsoft.Composition.Demos.ExtendedCollectionImports - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Composition/tests/System.Composition.Tests.csproj b/src/libraries/System.Composition/tests/System.Composition.Tests.csproj index 85b172f5b0d384..a80d570ca08f51 100644 --- a/src/libraries/System.Composition/tests/System.Composition.Tests.csproj +++ b/src/libraries/System.Composition/tests/System.Composition.Tests.csproj @@ -2,7 +2,7 @@ System.Composition.Lightweight.UnitTests System.Composition.Tests - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Composition/tests/TestLibrary/TestLibrary.csproj b/src/libraries/System.Composition/tests/TestLibrary/TestLibrary.csproj index 3490ac81224258..8fb05efe99e77a 100644 --- a/src/libraries/System.Composition/tests/TestLibrary/TestLibrary.csproj +++ b/src/libraries/System.Composition/tests/TestLibrary/TestLibrary.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj b/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj index d3560c99cb9596..4ac2b7fe95e585 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj @@ -4,7 +4,7 @@ true true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Console/tests/System.Console.Tests.csproj b/src/libraries/System.Console/tests/System.Console.Tests.csproj index 07b9eddfe97083..df7692be5fcde1 100644 --- a/src/libraries/System.Console/tests/System.Console.Tests.csproj +++ b/src/libraries/System.Console/tests/System.Console.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj index ada40ba7edd0d2..09ad5c39ba8afd 100644 --- a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj +++ b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj @@ -1,8 +1,8 @@ - + 0168,0169,0414,0219,0649 true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -119,4 +119,4 @@ Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs - + \ No newline at end of file diff --git a/src/libraries/System.Data.DataSetExtensions/tests/System.Data.DataSetExtensions.Tests.csproj b/src/libraries/System.Data.DataSetExtensions/tests/System.Data.DataSetExtensions.Tests.csproj index ab9920f017b214..65e8b370ac6c99 100644 --- a/src/libraries/System.Data.DataSetExtensions/tests/System.Data.DataSetExtensions.Tests.csproj +++ b/src/libraries/System.Data.DataSetExtensions/tests/System.Data.DataSetExtensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj index 9d5b6afc8ebce5..e7c862b5e16402 100644 --- a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj +++ b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);TargetsWindows - $(NetCoreAppCurrent)-FreeBSD-Debug;$(NetCoreAppCurrent)-FreeBSD-Release;$(NetCoreAppCurrent)-Linux-Debug;$(NetCoreAppCurrent)-Linux-Release;$(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj b/src/libraries/System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj index 5dfec3f24454c3..5cd05ae353bbd7 100644 --- a/src/libraries/System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj +++ b/src/libraries/System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Data.SqlClient/tests/FunctionalTests/System.Data.SqlClient.Tests.csproj b/src/libraries/System.Data.SqlClient/tests/FunctionalTests/System.Data.SqlClient.Tests.csproj index be14e74dab7ce9..206e4eb2836dd7 100644 --- a/src/libraries/System.Data.SqlClient/tests/FunctionalTests/System.Data.SqlClient.Tests.csproj +++ b/src/libraries/System.Data.SqlClient/tests/FunctionalTests/System.Data.SqlClient.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Address/Address.csproj b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Address/Address.csproj index 2885005a2f2ddb..872309e6a9d1cb 100644 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Address/Address.csproj +++ b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Address/Address.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Circle/Circle.csproj b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Circle/Circle.csproj index 7e70f7eff940a5..fa7418c4f67127 100644 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Circle/Circle.csproj +++ b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Circle/Circle.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Shapes/Shapes.csproj b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Shapes/Shapes.csproj index 23e8e2eafc35ca..eac3090abc418e 100644 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Shapes/Shapes.csproj +++ b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Shapes/Shapes.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Utf8String/Utf8String.csproj b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Utf8String/Utf8String.csproj index a7d615f30d5ae7..a1645c6e3a538e 100644 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Utf8String/Utf8String.csproj +++ b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Utf8String/Utf8String.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/System.Data.SqlClient.ManualTesting.Tests.csproj b/src/libraries/System.Data.SqlClient/tests/ManualTests/System.Data.SqlClient.ManualTesting.Tests.csproj index 340b0a51102639..1fc87a3f2a20f8 100644 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/System.Data.SqlClient.ManualTesting.Tests.csproj +++ b/src/libraries/System.Data.SqlClient/tests/ManualTests/System.Data.SqlClient.ManualTesting.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj b/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj index 7ca0baddd89752..acf20567dc8814 100644 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj +++ b/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj @@ -2,7 +2,7 @@ Monitoring Monitoring - netstandard2.0-Unix-Debug;netstandard2.0-Unix-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0-Unix;netstandard2.0-Windows_NT; diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj index 5cf78a86f4786b..4b2b8eba86001e 100644 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj +++ b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj @@ -3,7 +3,7 @@ Stress.Data.SqlClient System.Data.SqlClient.Stress.Tests - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; true diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/System.Data.StressFramework.csproj b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/System.Data.StressFramework.csproj index 76649bd53de1d7..8536ec531ff87a 100644 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/System.Data.StressFramework.csproj +++ b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/System.Data.StressFramework.csproj @@ -1,7 +1,7 @@ Stress.Data - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/System.Data.StressRunner.csproj b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/System.Data.StressRunner.csproj index 8978d128845de2..a5e5d943c1d4b6 100644 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/System.Data.StressRunner.csproj +++ b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/System.Data.StressRunner.csproj @@ -3,7 +3,7 @@ DPStressHarness Exe 3021 - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/TDS.EndPoint.csproj b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/TDS.EndPoint.csproj index 003a40d5aa0f0d..f2f6fc871dc272 100644 --- a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/TDS.EndPoint.csproj +++ b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/TDS.EndPoint.csproj @@ -3,7 +3,7 @@ Microsoft.SqlServer.TDS.EndPoint Microsoft.SqlServer.TDS.EndPoint false - netstandard2.0-Unix-Debug;netstandard2.0-Unix-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0-Unix;netstandard2.0-Windows_NT; diff --git a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/TDS.Servers.csproj b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/TDS.Servers.csproj index 75b1eb61db4edc..fb628e2e877c25 100644 --- a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/TDS.Servers.csproj +++ b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/TDS.Servers.csproj @@ -3,7 +3,7 @@ Microsoft.SqlServer.TDS.Servers Microsoft.SqlServer.TDS.Servers false - netstandard2.0-Unix-Debug;netstandard2.0-Unix-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0-Unix;netstandard2.0-Windows_NT; diff --git a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/TDS.csproj b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/TDS.csproj index 18ff7f3d48a28e..727932b9b3ba95 100644 --- a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/TDS.csproj +++ b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/TDS.csproj @@ -3,7 +3,7 @@ Microsoft.SqlServer.TDS Microsoft.SqlServer.TDS false - netstandard2.0-Unix-Debug;netstandard2.0-Unix-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0-Unix;netstandard2.0-Windows_NT; diff --git a/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj b/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj index cce4715377200c..0d8c2353635f54 100644 --- a/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj +++ b/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj b/src/libraries/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj index 27f735d8edfeca..b461ea4353a946 100644 --- a/src/libraries/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj +++ b/src/libraries/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj @@ -4,7 +4,7 @@ System.Diagnostics.Tests true None - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj index 18190fdb7a0f6b..eca6b0aa153ac3 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj b/src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj index de7a32a3ab73c5..24235c4aefdcb9 100644 --- a/src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj +++ b/src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeConsoleApp/NativeConsoleApp.vcxproj b/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeConsoleApp/NativeConsoleApp.vcxproj index 4355768ac333f1..183a0e93977f40 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeConsoleApp/NativeConsoleApp.vcxproj +++ b/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeConsoleApp/NativeConsoleApp.vcxproj @@ -63,4 +63,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeLibrary/NativeLibrary.vcxproj b/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeLibrary/NativeLibrary.vcxproj index cc1f6501bf6af5..36901eb7d2cb8d 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeLibrary/NativeLibrary.vcxproj +++ b/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeLibrary/NativeLibrary.vcxproj @@ -65,4 +65,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/SecondNativeLibrary/SecondNativeLibrary.vcxproj b/src/libraries/System.Diagnostics.FileVersionInfo/tests/SecondNativeLibrary/SecondNativeLibrary.vcxproj index 78d7c1716bd7c3..f44bb0c34069fd 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/SecondNativeLibrary/SecondNativeLibrary.vcxproj +++ b/src/libraries/System.Diagnostics.FileVersionInfo/tests/SecondNativeLibrary/SecondNativeLibrary.vcxproj @@ -65,4 +65,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/System.Diagnostics.FileVersionInfo.TestAssembly.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/System.Diagnostics.FileVersionInfo.TestAssembly.csproj index 4c7e232338fbe2..37cddb291db5e5 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/System.Diagnostics.FileVersionInfo.TestAssembly.csproj +++ b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/System.Diagnostics.FileVersionInfo.TestAssembly.csproj @@ -3,7 +3,7 @@ Exe .dll false - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj index be563cb44660c2..44d0c9c8c34519 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj +++ b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj @@ -1,7 +1,7 @@ System.Diagnostics.FileVersionInfo.Tests - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; true @@ -41,4 +41,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj index 86e0cef4533bef..00df552e8e9fcd 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj @@ -1,8 +1,8 @@ - + provider.res true - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj index 162b60a95ce72c..1d5414d323fac6 100644 --- a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj +++ b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj @@ -1,9 +1,9 @@ - + true $(DefineConstants);TargetsWindows true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -48,4 +48,4 @@ System\PasteArguments.Unix.cs - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj b/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj index 0c9665ff54b2ca..f6f32d4fbf0cab 100644 --- a/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj +++ b/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/System.Diagnostics.TextWriterTraceListener.Tests.csproj b/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/System.Diagnostics.TextWriterTraceListener.Tests.csproj index 48d48b58df2ffa..acae4cd084bfcf 100644 --- a/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/System.Diagnostics.TextWriterTraceListener.Tests.csproj +++ b/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/System.Diagnostics.TextWriterTraceListener.Tests.csproj @@ -1,7 +1,7 @@ - + true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Diagnostics.Tools/tests/System.Diagnostics.Tools.Tests.csproj b/src/libraries/System.Diagnostics.Tools/tests/System.Diagnostics.Tools.Tests.csproj index fb9eaa4ba4d8f6..684ace672d0a25 100644 --- a/src/libraries/System.Diagnostics.Tools/tests/System.Diagnostics.Tools.Tests.csproj +++ b/src/libraries/System.Diagnostics.Tools/tests/System.Diagnostics.Tools.Tests.csproj @@ -2,7 +2,7 @@ System System.Diagnostics.Tools.Tests - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Diagnostics.TraceSource/tests/System.Diagnostics.TraceSource.Tests.csproj b/src/libraries/System.Diagnostics.TraceSource/tests/System.Diagnostics.TraceSource.Tests.csproj index 63d79be500f34f..5d0cf22bf7d6c9 100644 --- a/src/libraries/System.Diagnostics.TraceSource/tests/System.Diagnostics.TraceSource.Tests.csproj +++ b/src/libraries/System.Diagnostics.TraceSource/tests/System.Diagnostics.TraceSource.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj b/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj index 64190fd8703985..afcbafa4154ca0 100644 --- a/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj +++ b/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; true true diff --git a/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj b/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj index de5eca2f890537..6c7678c9441cfa 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj b/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj index e7504f822a7d74..fd63b84303fe83 100644 --- a/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj b/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj index e3d130d43d065b..a0b8f6610f1b24 100644 --- a/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj +++ b/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj @@ -1,7 +1,7 @@ $(NoWarn);CS0618 - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj b/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj index 25cf882c9cec24..7d7003ce2b2067 100644 --- a/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj +++ b/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); @@ -106,4 +106,4 @@ System.Drawing.Tests.Icon_toolboxBitmapAttributeTest - + \ No newline at end of file diff --git a/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj b/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj index 9e3af0b91eb5df..7ebe54febd1130 100644 --- a/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj +++ b/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -23,4 +23,4 @@ Common\System\Runtime\Serialization\Utils.cs - + \ No newline at end of file diff --git a/src/libraries/System.Dynamic.Runtime/tests/System.Dynamic.Runtime.Tests.csproj b/src/libraries/System.Dynamic.Runtime/tests/System.Dynamic.Runtime.Tests.csproj index 636b5aba47f233..924f81781e4d59 100644 --- a/src/libraries/System.Dynamic.Runtime/tests/System.Dynamic.Runtime.Tests.csproj +++ b/src/libraries/System.Dynamic.Runtime/tests/System.Dynamic.Runtime.Tests.csproj @@ -2,7 +2,7 @@ true 67,168,219,414,162,184,458,464,78,169,114,693,108,1981,649,109,1066,3021,3026,3002,3014,3022,660,661,429;xUnit1013 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -152,4 +152,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/System.Globalization.CalendarsWithConfigSwitch.Tests.csproj b/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/System.Globalization.CalendarsWithConfigSwitch.Tests.csproj index dc7ecb8d891f9b..fef7c1be8f7e03 100644 --- a/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/System.Globalization.CalendarsWithConfigSwitch.Tests.csproj +++ b/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/System.Globalization.CalendarsWithConfigSwitch.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj b/src/libraries/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj index 82656cdacf7507..a77ffeda6fed6d 100644 --- a/src/libraries/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj +++ b/src/libraries/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Globalization.Extensions/tests/System.Globalization.Extensions.Tests.csproj b/src/libraries/System.Globalization.Extensions/tests/System.Globalization.Extensions.Tests.csproj index 14e35b610ac812..027ae2ad7bc92a 100644 --- a/src/libraries/System.Globalization.Extensions/tests/System.Globalization.Extensions.Tests.csproj +++ b/src/libraries/System.Globalization.Extensions/tests/System.Globalization.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Globalization/tests/Invariant/Invariant.Tests.csproj b/src/libraries/System.Globalization/tests/Invariant/Invariant.Tests.csproj index 4cc696c953e1d3..313302c7a75688 100644 --- a/src/libraries/System.Globalization/tests/Invariant/Invariant.Tests.csproj +++ b/src/libraries/System.Globalization/tests/Invariant/Invariant.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj b/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj index d5dcfcdcffeb9f..bcb4ad7a3b8786 100644 --- a/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj +++ b/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj @@ -1,9 +1,9 @@ - + true true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -126,4 +126,4 @@ UnicodeData6.3.txt - + \ No newline at end of file diff --git a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj index 699eef5047c3db..6a47ab9770d87b 100644 --- a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj +++ b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);STREAM_MEMORY_OVERLOADS_AVAILABLE - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.Compression.ZipFile/tests/System.IO.Compression.ZipFile.Tests.csproj b/src/libraries/System.IO.Compression.ZipFile/tests/System.IO.Compression.ZipFile.Tests.csproj index be319c4daf8344..2dcd68c88779f5 100644 --- a/src/libraries/System.IO.Compression.ZipFile/tests/System.IO.Compression.ZipFile.Tests.csproj +++ b/src/libraries/System.IO.Compression.ZipFile/tests/System.IO.Compression.ZipFile.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj index bc96746dfc62c6..938c762aff6b80 100644 --- a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj +++ b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj @@ -1,8 +1,8 @@ - + $(DefineConstants);STREAM_MEMORY_OVERLOADS_AVAILABLE - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.FileSystem.AccessControl/tests/System.IO.FileSystem.AccessControl.Tests.csproj b/src/libraries/System.IO.FileSystem.AccessControl/tests/System.IO.FileSystem.AccessControl.Tests.csproj index 17e9d5c601fdad..d17a77a3c0eed8 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/tests/System.IO.FileSystem.AccessControl.Tests.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/tests/System.IO.FileSystem.AccessControl.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/tests/System.IO.FileSystem.DriveInfo.Tests.csproj b/src/libraries/System.IO.FileSystem.DriveInfo/tests/System.IO.FileSystem.DriveInfo.Tests.csproj index cccf5f413fba34..77d943674c40e3 100644 --- a/src/libraries/System.IO.FileSystem.DriveInfo/tests/System.IO.FileSystem.DriveInfo.Tests.csproj +++ b/src/libraries/System.IO.FileSystem.DriveInfo/tests/System.IO.FileSystem.DriveInfo.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj b/src/libraries/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj index 2859a2f9eda6e1..a30838858466a7 100644 --- a/src/libraries/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj +++ b/src/libraries/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj b/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj index fb0c8dea47a6de..7ceed8ff52c5c5 100644 --- a/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj +++ b/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Linux-Debug;$(NetCoreAppCurrent)-Linux-Release;$(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcore-FreeBSD-Debug;netcore-FreeBSD-Release + $(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Windows_NT; @@ -41,4 +41,4 @@ Common\Interop\Unix\System.Native\Interop.ResourceLimits.cs - + \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj index 81ce3afcf5fdeb..115eb46b109500 100644 --- a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj +++ b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj b/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj index 2a5a22010d6235..4a6fd7b9a41eed 100644 --- a/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj +++ b/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj b/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj index 88b5bbb04e13c0..9309862a621290 100644 --- a/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj +++ b/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -20,4 +20,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj b/src/libraries/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj index 37e05c2b442984..235a0710ff4779 100644 --- a/src/libraries/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj +++ b/src/libraries/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.IO.Pipelines/tests/System.IO.Pipelines.Tests.csproj b/src/libraries/System.IO.Pipelines/tests/System.IO.Pipelines.Tests.csproj index e526bbfdd6eb9d..0d09314c9f0881 100644 --- a/src/libraries/System.IO.Pipelines/tests/System.IO.Pipelines.Tests.csproj +++ b/src/libraries/System.IO.Pipelines/tests/System.IO.Pipelines.Tests.csproj @@ -1,7 +1,7 @@ - + true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.IO.Pipes.AccessControl/tests/System.IO.Pipes.AccessControl.Tests.csproj b/src/libraries/System.IO.Pipes.AccessControl/tests/System.IO.Pipes.AccessControl.Tests.csproj index 327a0ff490fe95..226b696f3a9260 100644 --- a/src/libraries/System.IO.Pipes.AccessControl/tests/System.IO.Pipes.AccessControl.Tests.csproj +++ b/src/libraries/System.IO.Pipes.AccessControl/tests/System.IO.Pipes.AccessControl.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj b/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj index fc1a56e7a8b885..23b1a560748016 100644 --- a/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj +++ b/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj @@ -1,8 +1,8 @@ - + true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj b/src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj index 7ce3e0240d627c..302f79693f4e38 100644 --- a/src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj +++ b/src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Linux-Debug;$(NetCoreAppCurrent)-Linux-Release;$(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetFrameworkCurrent); diff --git a/src/libraries/System.IO.UnmanagedMemoryStream/tests/System.IO.UnmanagedMemoryStream.Tests.csproj b/src/libraries/System.IO.UnmanagedMemoryStream/tests/System.IO.UnmanagedMemoryStream.Tests.csproj index 9d0524facdc46a..61a3bb423528bd 100644 --- a/src/libraries/System.IO.UnmanagedMemoryStream/tests/System.IO.UnmanagedMemoryStream.Tests.csproj +++ b/src/libraries/System.IO.UnmanagedMemoryStream/tests/System.IO.UnmanagedMemoryStream.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.IO/tests/System.IO.Tests.csproj b/src/libraries/System.IO/tests/System.IO.Tests.csproj index d75b6bf92e2bf9..6376403abf12de 100644 --- a/src/libraries/System.IO/tests/System.IO.Tests.csproj +++ b/src/libraries/System.IO/tests/System.IO.Tests.csproj @@ -4,7 +4,7 @@ true true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Json/tests/System.Json.Tests.csproj b/src/libraries/System.Json/tests/System.Json.Tests.csproj index 78a9a6e735b7e8..70c5e886345c51 100644 --- a/src/libraries/System.Json/tests/System.Json.Tests.csproj +++ b/src/libraries/System.Json/tests/System.Json.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj b/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj index 03eca32c028f67..d7b992d6e4aadc 100644 --- a/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj +++ b/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj @@ -5,7 +5,7 @@ false $(DefineConstants);FEATURE_COMPILE $(DefineConstants);FEATURE_INTERPRET - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -249,4 +249,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj index 3164b73fee3d7d..acbf5dbafb8503 100644 --- a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj +++ b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj b/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj index 1255ddb87dd8da..2e6931d5e2d428 100644 --- a/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj +++ b/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Linq/tests/System.Linq.Tests.csproj b/src/libraries/System.Linq/tests/System.Linq.Tests.csproj index 9950b1ba75eaea..3c127301e5721f 100644 --- a/src/libraries/System.Linq/tests/System.Linq.Tests.csproj +++ b/src/libraries/System.Linq/tests/System.Linq.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Management/tests/System.Management.Tests.csproj b/src/libraries/System.Management/tests/System.Management.Tests.csproj index 5753e84eb6418c..01893ba4c87088 100644 --- a/src/libraries/System.Management/tests/System.Management.Tests.csproj +++ b/src/libraries/System.Management/tests/System.Management.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj index b094bda62c68a5..b416caf99e8787 100644 --- a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj +++ b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj @@ -1,10 +1,10 @@ - + true true true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj index 68941aa696d33c..f3523642a8b54d 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj index 640d738faac294..36b4f15d49edf1 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj @@ -1,9 +1,9 @@ - + $(NoWarn);0436 true ../../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj b/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj index 82f3806c962af4..f477dfbc032026 100644 --- a/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj +++ b/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release + $(NetCoreAppCurrent)-Unix; @@ -9,4 +9,4 @@ Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs - + \ No newline at end of file diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj index 0b68363a2fea0c..5b59d1a6fd49bb 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj @@ -1,10 +1,10 @@ - + $(DefineConstants);TargetsWindows $(DefineConstants);SYSNETHTTP_NO_OPENSSL true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -178,4 +178,4 @@ SelectedSitesTest.txt - + \ No newline at end of file diff --git a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj index 40a4a32118ed3b..9f27e963c2b0e6 100644 --- a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj +++ b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj @@ -12,4 +12,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj index b4957fd4eef17e..6fb569967aa021 100644 --- a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj +++ b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj @@ -1,9 +1,9 @@ - + ../../src/Resources/Strings.resx true true - $(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -510,4 +510,4 @@ WinHttpHandler\UnitTests\TestServer.cs - + \ No newline at end of file diff --git a/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj b/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj index f08d4cca2cc00a..e1ce4039165449 100644 --- a/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj +++ b/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj @@ -2,7 +2,7 @@ true ../src/Resources/Strings.resx - $(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj b/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj index 56329c4229c5cb..c69a9432009865 100644 --- a/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj +++ b/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj @@ -1,7 +1,7 @@ - + true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj b/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj index 0c5f7228033729..1083702cc724eb 100644 --- a/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj +++ b/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj @@ -2,7 +2,7 @@ true ../../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj index f92b32bdabbe40..188538b0ce24fc 100644 --- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj +++ b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -25,4 +25,4 @@ Common\System\Diagnostics\Tracing\TestEventListener.cs - + \ No newline at end of file diff --git a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj index 4d8fdc7f49efad..467ffa0c07ad68 100644 --- a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj +++ b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj @@ -2,7 +2,7 @@ true ../../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -162,4 +162,4 @@ Interop\Unix\System.Native\Interop.SocketAddress.cs - + \ No newline at end of file diff --git a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj index 2368b52dcf0105..00510e0951af97 100644 --- a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj +++ b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj @@ -4,7 +4,7 @@ true 0436 - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj index cff5ff64617f55..ce6925d1c17345 100644 --- a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj +++ b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj @@ -2,7 +2,7 @@ true ../../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -76,4 +76,4 @@ PreserveNewest - + \ No newline at end of file diff --git a/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj b/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj index ab07a0f0e0dd07..83968fcae39a20 100644 --- a/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj +++ b/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; true diff --git a/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj b/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj index 70d4c2eb6e3e94..98223045a56c70 100644 --- a/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj +++ b/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj b/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj index b697606b972caf..fe51d96fe54278 100644 --- a/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj +++ b/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj @@ -2,7 +2,7 @@ true ../../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -23,4 +23,4 @@ ProductionCode\System\Threading\Tasks\TaskToApm.cs - + \ No newline at end of file diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj index b876bdb9b84801..2e2aeae658031f 100644 --- a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj +++ b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-OSX; @@ -129,4 +129,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj b/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj index cfd23be4fc6ab7..a17d82f99e73f5 100644 --- a/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj +++ b/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj @@ -11,4 +11,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj index 09d343ba1edf01..1c51c24a51c330 100644 --- a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj +++ b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj @@ -1,4 +1,4 @@ - + true ../../src/Resources/Strings.resx @@ -10,7 +10,7 @@ 436 $(NoWarn);3021 - $(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -86,4 +86,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.ServicePoint/tests/System.Net.ServicePoint.Tests.csproj b/src/libraries/System.Net.ServicePoint/tests/System.Net.ServicePoint.Tests.csproj index 08a39d55d3bbc4..5c0907c49cf57f 100644 --- a/src/libraries/System.Net.ServicePoint/tests/System.Net.ServicePoint.Tests.csproj +++ b/src/libraries/System.Net.ServicePoint/tests/System.Net.ServicePoint.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj b/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj index 43d26b82f39d7d..65930c96161e81 100644 --- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj +++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj @@ -1,8 +1,8 @@ - + true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/System.Net.Sockets.Async.Stress.Tests.csproj b/src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/System.Net.Sockets.Async.Stress.Tests.csproj index 1153af61b0e5e2..3a0136fc6c6733 100644 --- a/src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/System.Net.Sockets.Async.Stress.Tests.csproj +++ b/src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/System.Net.Sockets.Async.Stress.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; true diff --git a/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj b/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj index f92b0de8c0e9ee..9a3f938ab22c61 100644 --- a/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj +++ b/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); $(DefineConstants);NETSTANDARD @@ -24,4 +24,4 @@ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs - + \ No newline at end of file diff --git a/src/libraries/System.Net.WebHeaderCollection/tests/System.Net.WebHeaderCollection.Tests.csproj b/src/libraries/System.Net.WebHeaderCollection/tests/System.Net.WebHeaderCollection.Tests.csproj index 85c375154ae7d4..d408be41fd195a 100644 --- a/src/libraries/System.Net.WebHeaderCollection/tests/System.Net.WebHeaderCollection.Tests.csproj +++ b/src/libraries/System.Net.WebHeaderCollection/tests/System.Net.WebHeaderCollection.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.WebProxy/tests/System.Net.WebProxy.Tests.csproj b/src/libraries/System.Net.WebProxy/tests/System.Net.WebProxy.Tests.csproj index 1b7f188dde166b..bcacccdbc4ead2 100644 --- a/src/libraries/System.Net.WebProxy/tests/System.Net.WebProxy.Tests.csproj +++ b/src/libraries/System.Net.WebProxy/tests/System.Net.WebProxy.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj index 078dbc1af02cc2..e32b9bb5ee0f72 100644 --- a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj +++ b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj @@ -1,7 +1,7 @@ - + ../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; $(DefineConstants);NETSTANDARD @@ -60,4 +60,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj index 1352ebfa64e06a..caeeb712548963 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj b/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj index 9c8d2b53806cff..c7fef8f53656f4 100644 --- a/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj +++ b/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Numerics.Tensors/tests/System.Numerics.Tensors.Tests.csproj b/src/libraries/System.Numerics.Tensors/tests/System.Numerics.Tensors.Tests.csproj index 48f953d75882ea..77d9735464445b 100644 --- a/src/libraries/System.Numerics.Tensors/tests/System.Numerics.Tensors.Tests.csproj +++ b/src/libraries/System.Numerics.Tensors/tests/System.Numerics.Tensors.Tests.csproj @@ -1,7 +1,7 @@ - + True - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj b/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj index e7433e8b2af26f..b878d77e59cdcf 100644 --- a/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj +++ b/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true @@ -52,4 +52,4 @@ GenericVectorTests.netcoreapp.cs - + \ No newline at end of file diff --git a/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj b/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj index 5935960db418ea..18105002b7d073 100644 --- a/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj +++ b/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/System.Private.Uri.ExtendedFunctional.Tests.csproj b/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/System.Private.Uri.ExtendedFunctional.Tests.csproj index cc2a70143376a0..cead69658cf736 100644 --- a/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/System.Private.Uri.ExtendedFunctional.Tests.csproj +++ b/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/System.Private.Uri.ExtendedFunctional.Tests.csproj @@ -1,9 +1,9 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); - + \ No newline at end of file diff --git a/src/libraries/System.Private.Uri/tests/FunctionalTests/System.Private.Uri.Functional.Tests.csproj b/src/libraries/System.Private.Uri/tests/FunctionalTests/System.Private.Uri.Functional.Tests.csproj index d4459620e84fd2..d253251507a564 100644 --- a/src/libraries/System.Private.Uri/tests/FunctionalTests/System.Private.Uri.Functional.Tests.csproj +++ b/src/libraries/System.Private.Uri/tests/FunctionalTests/System.Private.Uri.Functional.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -24,4 +24,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj index d00150a98615bf..12db08775574a1 100644 --- a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj +++ b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj @@ -3,7 +3,7 @@ true 436 ../../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -20,4 +20,4 @@ System\Text\ValueStringBuilder.cs - + \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj index 1b1801382e5ae7..f17cc85f7873c1 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj index e9a725f018708d..e62d11adc4b3c6 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj index 1ebe87affd4552..7014ac77bd3be4 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj index 1dc19747841a3b..ec5fdd45985ad1 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj b/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj index bb7f3a85afd98d..ff0c408a2b0285 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj @@ -2,7 +2,7 @@ XDocument.Common CoreXml.Test.XLinq - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj b/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj index ac3548a38133f8..1b5cb89cc1cdf4 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj index d750900bad4d68..050ad0736c5549 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj index 289be82fa14ef0..1514bd13746323 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj index 40438787ea3cbd..c806b48227e79a 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj @@ -1,7 +1,7 @@ $(NoWarn);xUnit1013 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -25,4 +25,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj index f0af3fbbf54862..d739ea1c584099 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj @@ -1,7 +1,7 @@ $(NoWarn);xUnit1013 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj b/src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj index fcc503532bbbba..8449ddf6b87ccf 100644 --- a/src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj @@ -1,7 +1,7 @@ XmlMiscTests - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj index 87c1e3fa609d00..d5b3afbea94298 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj index 185998b2ec27dc..feb45b22f79b99 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj index d5fd9cede912a9..91977df99713e5 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj index b3b50f4dc590ea..1247f937e58c0b 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj index 6e6960440667c8..40260ac471164d 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj index 4df5425f9e4889..6b1a33547e8880 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj index 70c30798de86eb..e7a6746d5a7357 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj b/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj index cd7da40ce36547..a252f4e1ef1207 100644 --- a/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj b/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj index 9bacce5c89cb22..1947f6fb2f8297 100644 --- a/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/System.Xml.XPath.Tests.csproj b/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/System.Xml.XPath.Tests.csproj index 61598a1c49b493..58842889df021f 100644 --- a/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/System.Xml.XPath.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/System.Xml.XPath.Tests.csproj @@ -3,7 +3,7 @@ $(DefineConstants);FEATURE_XML_XPATH_ID System.Xml.XPath.Tests - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); $(CommonPath)System\Xml\XPath diff --git a/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/System.Xml.XPath.XmlDocument.Tests.csproj b/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/System.Xml.XPath.XmlDocument.Tests.csproj index 1bc197733199f8..60260766cf0755 100644 --- a/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/System.Xml.XPath.XmlDocument.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/System.Xml.XPath.XmlDocument.Tests.csproj @@ -3,7 +3,7 @@ $(DefineConstants);FEATURE_XML_XPATH_ID System.Xml.XPath.XmlDocument.Tests - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); $(CommonPath)System\Xml\XPath diff --git a/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj index 8908d55cf5fa67..b992e468d8ba98 100644 --- a/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj index 0b573fd7ab9bff..dafc9bba874354 100644 --- a/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj @@ -1,7 +1,7 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj index ece9c9e5b07cfc..8350056857668f 100644 --- a/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj @@ -1,7 +1,7 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/ReadContentAs/System.Xml.RW.XmlReader.ReadContentAs.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlReader/ReadContentAs/System.Xml.RW.XmlReader.ReadContentAs.Tests.csproj index 8b8c09ed3c212a..733be647f5f03a 100644 --- a/src/libraries/System.Private.Xml/tests/XmlReader/ReadContentAs/System.Xml.RW.XmlReader.ReadContentAs.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlReader/ReadContentAs/System.Xml.RW.XmlReader.ReadContentAs.Tests.csproj @@ -1,6 +1,6 @@ - $(TargetFrameworkVNext)-Debug;$(TargetFrameworkVNext)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj index 0af6ff820dadd5..90e6edf2203e5c 100644 --- a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/System.Xml.RW.XmlSystemPathResolver.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/System.Xml.RW.XmlSystemPathResolver.Tests.csproj index 3f93c89fcd4331..51fca8f9df9809 100644 --- a/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/System.Xml.RW.XmlSystemPathResolver.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/System.Xml.RW.XmlSystemPathResolver.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlReaderLib/System.Xml.RW.XmlReaderLib.csproj b/src/libraries/System.Private.Xml/tests/XmlReaderLib/System.Xml.RW.XmlReaderLib.csproj index 4dac5bcbdea494..34174c894594f9 100644 --- a/src/libraries/System.Private.Xml/tests/XmlReaderLib/System.Xml.RW.XmlReaderLib.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlReaderLib/System.Xml.RW.XmlReaderLib.csproj @@ -1,7 +1,7 @@ XmlReaderTest.Common - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj index c7cf9974022149..6fb517427b5671 100644 --- a/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj @@ -1,7 +1,7 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj index c14cc67e2aeb18..38b09c5d2a46f1 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj index 7bc48bab6d8551..5efc7eb5a86503 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj index d7bc1355505148..23d47567838f44 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);ReflectionOnly - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj index 2385c476b0d9e0..f823b789b08075 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlWriter/System.Xml.RW.XmlWriter.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlWriter/System.Xml.RW.XmlWriter.Tests.csproj index 230926b9e56080..611b7ecfc444f1 100644 --- a/src/libraries/System.Private.Xml/tests/XmlWriter/System.Xml.RW.XmlWriter.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlWriter/System.Xml.RW.XmlWriter.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj b/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj index 31831de679dcb2..3553a9cf4b064f 100644 --- a/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj b/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj index df561579f57dbb..d3ec475e08bc53 100644 --- a/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCompiler.Tests.csproj b/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCompiler.Tests.csproj index 0c38b5bc673949..e1960cdce35ff2 100644 --- a/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCompiler.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCompiler.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj b/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj index fcf1b3fbb67516..452131a714f166 100644 --- a/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj +++ b/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj b/src/libraries/System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj index 78c2a8f2196862..ce7502b1e95dda 100644 --- a/src/libraries/System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj index f5dc108eb2f2c4..94240c599f93b8 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj b/src/libraries/System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj index c2226d25c0514f..cb2777f8f2d44d 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj b/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj index 1199277e4f0244..81ab9ebbf68b0d 100644 --- a/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj +++ b/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true @@ -112,4 +112,3 @@ - diff --git a/src/libraries/System.Reflection.Extensions/tests/System.Reflection.Extensions.Tests.csproj b/src/libraries/System.Reflection.Extensions/tests/System.Reflection.Extensions.Tests.csproj index ef9a008ddcc0c2..c4bf081cd58fe7 100644 --- a/src/libraries/System.Reflection.Extensions/tests/System.Reflection.Extensions.Tests.csproj +++ b/src/libraries/System.Reflection.Extensions/tests/System.Reflection.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj b/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj index 99b1c37336cb62..0a3737243950b0 100644 --- a/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj +++ b/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj @@ -3,7 +3,7 @@ true false 436 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); @@ -141,4 +141,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj index 8e6f7895276724..2b046643192242 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); @@ -71,4 +71,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Reflection.TypeExtensions/tests/System.Reflection.TypeExtensions.Tests.csproj b/src/libraries/System.Reflection.TypeExtensions/tests/System.Reflection.TypeExtensions.Tests.csproj index b55aa2b61f156a..0ab42913e3d0e1 100644 --- a/src/libraries/System.Reflection.TypeExtensions/tests/System.Reflection.TypeExtensions.Tests.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/tests/System.Reflection.TypeExtensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); true diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_0_0_0_0.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_0_0_0_0.csproj index 0481a403c6608a..2005832a8272f9 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_0_0_0_0.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_0_0_0_0.csproj @@ -1,7 +1,7 @@ 0.0.0.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj b/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj index dffdcde32636bf..420c9bb15ca3da 100644 --- a/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj +++ b/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/ForwardedTypesAssembly.csproj b/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/ForwardedTypesAssembly.csproj index cc1c711c7817af..3c7661fdaeb9d6 100644 --- a/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/ForwardedTypesAssembly.csproj +++ b/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/ForwardedTypesAssembly.csproj @@ -1,7 +1,7 @@ true - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj index f7d6233c3155d4..76da5098bd3ba5 100644 --- a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj +++ b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true false @@ -64,4 +64,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Reflection/tests/TestAssembly/TestAssembly.csproj b/src/libraries/System.Reflection/tests/TestAssembly/TestAssembly.csproj index a447ef04e5d7ab..42d384187766ee 100644 --- a/src/libraries/System.Reflection/tests/TestAssembly/TestAssembly.csproj +++ b/src/libraries/System.Reflection/tests/TestAssembly/TestAssembly.csproj @@ -1,7 +1,7 @@ true - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj b/src/libraries/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj index e38b56de5bf24a..638f43f4748bd6 100644 --- a/src/libraries/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj +++ b/src/libraries/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj @@ -1,7 +1,7 @@ Exe - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection/tests/UnloadableAssembly/UnloadableAssembly.csproj b/src/libraries/System.Reflection/tests/UnloadableAssembly/UnloadableAssembly.csproj index 18333d4645a500..862d3afcb0e8ed 100644 --- a/src/libraries/System.Reflection/tests/UnloadableAssembly/UnloadableAssembly.csproj +++ b/src/libraries/System.Reflection/tests/UnloadableAssembly/UnloadableAssembly.csproj @@ -1,7 +1,7 @@ true - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj b/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj index e044f3a75cf68a..c3708119c2929c 100644 --- a/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj +++ b/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); true @@ -37,4 +37,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Resources.Reader/tests/System.Resources.Reader.Tests.csproj b/src/libraries/System.Resources.Reader/tests/System.Resources.Reader.Tests.csproj index 1d9752078158f9..df2d605abaf81b 100644 --- a/src/libraries/System.Resources.Reader/tests/System.Resources.Reader.Tests.csproj +++ b/src/libraries/System.Resources.Reader/tests/System.Resources.Reader.Tests.csproj @@ -1,7 +1,7 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj b/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj index b04102e30d71ef..470b4d444bd80c 100644 --- a/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj +++ b/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj @@ -4,7 +4,7 @@ true true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -70,4 +70,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Resources.Writer/tests/System.Resources.Writer.Tests.csproj b/src/libraries/System.Resources.Writer/tests/System.Resources.Writer.Tests.csproj index 73c4006b84f4c8..917047bc7a4e4f 100644 --- a/src/libraries/System.Resources.Writer/tests/System.Resources.Writer.Tests.csproj +++ b/src/libraries/System.Resources.Writer/tests/System.Resources.Writer.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj b/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj index 5a7e44e45c42b2..48fa42895b6109 100644 --- a/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj +++ b/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj index e886646cdf1229..6518351c1d1e5a 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Runtime.CompilerServices.VisualC/tests/System.Runtime.CompilerServices.VisualC.Tests.csproj b/src/libraries/System.Runtime.CompilerServices.VisualC/tests/System.Runtime.CompilerServices.VisualC.Tests.csproj index 543a0efedb9242..9f1d9e970df16a 100644 --- a/src/libraries/System.Runtime.CompilerServices.VisualC/tests/System.Runtime.CompilerServices.VisualC.Tests.csproj +++ b/src/libraries/System.Runtime.CompilerServices.VisualC/tests/System.Runtime.CompilerServices.VisualC.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/AssemblyResolveTestApp.csproj b/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/AssemblyResolveTestApp.csproj index e0bb790bd4799b..42cfde2c15334e 100644 --- a/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/AssemblyResolveTestApp.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/AssemblyResolveTestApp.csproj @@ -1,7 +1,7 @@ - + true - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj b/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj index 08e9d40178d9ba..399556ce6b7f89 100644 --- a/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj @@ -1,10 +1,10 @@ - + true $(DefineConstants);Unix true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -96,4 +96,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/TargetFrameworkNameTestApp.csproj b/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/TargetFrameworkNameTestApp.csproj index 241801481426e0..e556bbc1d06d98 100644 --- a/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/TargetFrameworkNameTestApp.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/TargetFrameworkNameTestApp.csproj @@ -1,10 +1,10 @@ - + Exe false true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Extensions/tests/TestApp/TestApp.csproj b/src/libraries/System.Runtime.Extensions/tests/TestApp/TestApp.csproj index a72e50b53b3941..7ec075c4e15f0b 100644 --- a/src/libraries/System.Runtime.Extensions/tests/TestApp/TestApp.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/TestApp/TestApp.csproj @@ -1,10 +1,10 @@ - + Exe .exe true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/TestAppOutsideOfTPA.csproj b/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/TestAppOutsideOfTPA.csproj index d6942721a8d11a..8170a5e6f0f68a 100644 --- a/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/TestAppOutsideOfTPA.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/TestAppOutsideOfTPA.csproj @@ -1,10 +1,10 @@ - + Exe .exe true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/VoidMainWithExitCodeApp.csproj b/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/VoidMainWithExitCodeApp.csproj index ac7952744e676f..53f380538ca302 100644 --- a/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/VoidMainWithExitCodeApp.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/VoidMainWithExitCodeApp.csproj @@ -1,10 +1,10 @@ - + Exe .exe true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj b/src/libraries/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj index 8d209e8963764b..8a9e161f43c123 100644 --- a/src/libraries/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj +++ b/src/libraries/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj index fe095f382ec30d..612a3ae1d55f0b 100644 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System.Runtime.InteropServices.WindowsRuntime.Tests.csproj b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System.Runtime.InteropServices.WindowsRuntime.Tests.csproj index 6fb6b6f3955942..ce48168df9bae2 100644 --- a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System.Runtime.InteropServices.WindowsRuntime.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System.Runtime.InteropServices.WindowsRuntime.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); true diff --git a/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj b/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj index deb6bfd89ced77..b3df3e08ea8a6e 100644 --- a/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; true diff --git a/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/System.Runtime.Loader.Test.ContextualReflectionDependency.csproj b/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/System.Runtime.Loader.Test.ContextualReflectionDependency.csproj index 63a3ee780a703d..180a065b4a1354 100644 --- a/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/System.Runtime.Loader.Test.ContextualReflectionDependency.csproj +++ b/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/System.Runtime.Loader.Test.ContextualReflectionDependency.csproj @@ -1,8 +1,8 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj b/src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj index eb7d166720e319..312e5e9b1c9607 100644 --- a/src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj +++ b/src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true false diff --git a/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/System.Runtime.Loader.RefEmitLoadContext.Tests.csproj b/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/System.Runtime.Loader.RefEmitLoadContext.Tests.csproj index 7073c50197a2ea..e17b10957d8e84 100644 --- a/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/System.Runtime.Loader.RefEmitLoadContext.Tests.csproj +++ b/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/System.Runtime.Loader.RefEmitLoadContext.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/ReferencedClassLib.csproj b/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/ReferencedClassLib.csproj index 20327fb10e1c0a..c0cd2c1db12534 100644 --- a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/ReferencedClassLib.csproj +++ b/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/ReferencedClassLib.csproj @@ -1,9 +1,9 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/ReferencedClassLibNeutralIsSatellite.csproj b/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/ReferencedClassLibNeutralIsSatellite.csproj index 489ac53dd6f281..a82feac65ce646 100644 --- a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/ReferencedClassLibNeutralIsSatellite.csproj +++ b/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/ReferencedClassLibNeutralIsSatellite.csproj @@ -1,9 +1,9 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/System.Runtime.Loader.Noop.Assembly.csproj b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/System.Runtime.Loader.Noop.Assembly.csproj index 9611218090d7f5..9a3233b7418f82 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/System.Runtime.Loader.Noop.Assembly.csproj +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/System.Runtime.Loader.Noop.Assembly.csproj @@ -2,7 +2,7 @@ false - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/System.Runtime.Loader.Test.Assembly.csproj b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/System.Runtime.Loader.Test.Assembly.csproj index 051d4d0f91ce73..2af1a503a37961 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/System.Runtime.Loader.Test.Assembly.csproj +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/System.Runtime.Loader.Test.Assembly.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/System.Runtime.Loader.Test.Assembly2.csproj b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/System.Runtime.Loader.Test.Assembly2.csproj index 09cc2d9d57a61d..2b40541581a323 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/System.Runtime.Loader.Test.Assembly2.csproj +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/System.Runtime.Loader.Test.Assembly2.csproj @@ -1,8 +1,8 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetCoreAppCurrent); - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/System.Runtime.Loader.Test.AssemblyNotSupported.csproj b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/System.Runtime.Loader.Test.AssemblyNotSupported.csproj index cbde4d868f7bd2..1ba659d7bb1554 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/System.Runtime.Loader.Test.AssemblyNotSupported.csproj +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/System.Runtime.Loader.Test.AssemblyNotSupported.csproj @@ -1,8 +1,8 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetCoreAppCurrent); - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj index b26150f5bd847f..b9d62c3b61de4c 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj @@ -1,7 +1,7 @@ System.Runtime.Loader.Tests - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; true true @@ -30,4 +30,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Numerics/tests/System.Runtime.Numerics.Tests.csproj b/src/libraries/System.Runtime.Numerics/tests/System.Runtime.Numerics.Tests.csproj index 6db2419f6fb04f..d66da0b719119c 100644 --- a/src/libraries/System.Runtime.Numerics/tests/System.Runtime.Numerics.Tests.csproj +++ b/src/libraries/System.Runtime.Numerics/tests/System.Runtime.Numerics.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj b/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj index 5a0cb0d8f6ec72..97e095dcb4327f 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj @@ -1,9 +1,9 @@ - + true true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetFrameworkCurrent);$(NetCoreAppCurrent); @@ -32,4 +32,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj b/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj index e3532a7064a62e..3ead96ba46fec9 100644 --- a/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);ReflectionOnly - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj b/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj index c9636a1223b282..2c6d32f6404dd3 100644 --- a/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Primitives/tests/System.Runtime.Serialization.Primitives.Tests.csproj b/src/libraries/System.Runtime.Serialization.Primitives/tests/System.Runtime.Serialization.Primitives.Tests.csproj index 1585c561c23abd..50c9e15e2ca599 100644 --- a/src/libraries/System.Runtime.Serialization.Primitives/tests/System.Runtime.Serialization.Primitives.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Primitives/tests/System.Runtime.Serialization.Primitives.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/System.Runtime.Serialization.Xml.Canonicalization.csproj b/src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/System.Runtime.Serialization.Xml.Canonicalization.csproj index bb137f1756ad18..e75ceed5c51342 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/System.Runtime.Serialization.Xml.Canonicalization.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/System.Runtime.Serialization.Xml.Canonicalization.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj b/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj index 16c4ec21bc4de5..9d1b8efd7b1059 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);ReflectionOnly - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj b/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj index c6b119bd22170d..450846dfaaf920 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/System.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/System.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj index 367eef928af638..0655a042aee91a 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/System.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/System.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Runtime.WindowsRuntime/tests/System.Runtime.WindowsRuntime.Tests.csproj b/src/libraries/System.Runtime.WindowsRuntime/tests/System.Runtime.WindowsRuntime.Tests.csproj index a9dd08b815df7f..a3019f3d8ce3bb 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/tests/System.Runtime.WindowsRuntime.Tests.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/tests/System.Runtime.WindowsRuntime.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT; true diff --git a/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj b/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj index 7e0e48eaa9509b..aa7413e5888726 100644 --- a/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj +++ b/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj @@ -1,10 +1,10 @@ - + true 1718 true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -296,4 +296,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime/tests/TestCollectibleAssembly/TestCollectibleAssembly.csproj b/src/libraries/System.Runtime/tests/TestCollectibleAssembly/TestCollectibleAssembly.csproj index 09a766dbf6922d..2b0ecc4c2af0e6 100644 --- a/src/libraries/System.Runtime/tests/TestCollectibleAssembly/TestCollectibleAssembly.csproj +++ b/src/libraries/System.Runtime/tests/TestCollectibleAssembly/TestCollectibleAssembly.csproj @@ -2,7 +2,7 @@ true 1.0.0.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj b/src/libraries/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj index 70ee8d1917ba7e..09e32c4184dcd2 100644 --- a/src/libraries/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj +++ b/src/libraries/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj @@ -2,7 +2,7 @@ true 1.0.0.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.ilproj b/src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.ilproj index bedc9edc4720c4..ad405d9e0c0e11 100644 --- a/src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.ilproj +++ b/src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.ilproj @@ -8,4 +8,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.AccessControl/tests/System.Security.AccessControl.Tests.csproj b/src/libraries/System.Security.AccessControl/tests/System.Security.AccessControl.Tests.csproj index 9eff2f06e3a70e..4589584da2d34d 100644 --- a/src/libraries/System.Security.AccessControl/tests/System.Security.AccessControl.Tests.csproj +++ b/src/libraries/System.Security.AccessControl/tests/System.Security.AccessControl.Tests.csproj @@ -1,7 +1,7 @@ Linux;NetBSD;OSX - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Claims/tests/System.Security.Claims.Tests.csproj b/src/libraries/System.Security.Claims/tests/System.Security.Claims.Tests.csproj index 701ca4ad5054fd..3e59fa26fed66d 100644 --- a/src/libraries/System.Security.Claims/tests/System.Security.Claims.Tests.csproj +++ b/src/libraries/System.Security.Claims/tests/System.Security.Claims.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj b/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj index a8f210627b36d8..e15a364a68172a 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -270,4 +270,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj b/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj index d954de08038631..fa1d03c051faee 100644 --- a/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);TESTING_CNG_IMPLEMENTATION - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj b/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj index c0e827316af020..4c6468d27516b2 100644 --- a/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj b/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj index edf3259cd40cab..aba7abea06f91f 100644 --- a/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -60,4 +60,4 @@ Common\System\Memory\PointerMemoryManager.cs - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj index 3f232a6891fced..ff2e731330dee7 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj @@ -1,7 +1,7 @@ Windows_NT - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release + $(NetCoreAppCurrent)-Unix; @@ -154,4 +154,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj b/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj index 9a6ac345d4de4d..250e112582e7f9 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj b/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj index 23f7ebe7b5bd3f..5e873a3a7fa1d0 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj @@ -1,7 +1,7 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -24,4 +24,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj index 03f0aeb58edf27..311c6f672317c9 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj index 3daa74cb9c38cb..74874d096cbf90 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj @@ -4,7 +4,7 @@ $(DefineConstants);HAVE_THUMBPRINT_OVERLOADS $(DefineConstants);Unix true - $(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -136,4 +136,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/System.Security.Cryptography.Xml.Tests.csproj b/src/libraries/System.Security.Cryptography.Xml/tests/System.Security.Cryptography.Xml.Tests.csproj index ee54bbe9041426..5d2731970accd7 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/System.Security.Cryptography.Xml.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/tests/System.Security.Cryptography.Xml.Tests.csproj @@ -1,7 +1,7 @@ Library - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); System.Security.Cryptography.Xml.Tests diff --git a/src/libraries/System.Security.Permissions/tests/System.Security.Permissions.Tests.csproj b/src/libraries/System.Security.Permissions/tests/System.Security.Permissions.Tests.csproj index a42b3e3cd2fc05..2c7ea6a8d4ea11 100644 --- a/src/libraries/System.Security.Permissions/tests/System.Security.Permissions.Tests.csproj +++ b/src/libraries/System.Security.Permissions/tests/System.Security.Permissions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -21,4 +21,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj b/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj index bba20c6f076908..28442bcaad91d4 100644 --- a/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj +++ b/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj @@ -1,7 +1,7 @@ - + true - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.SecureString/tests/System.Security.SecureString.Tests.csproj b/src/libraries/System.Security.SecureString/tests/System.Security.SecureString.Tests.csproj index d75bd716bf2887..d2f4ec505e1798 100644 --- a/src/libraries/System.Security.SecureString/tests/System.Security.SecureString.Tests.csproj +++ b/src/libraries/System.Security.SecureString/tests/System.Security.SecureString.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj b/src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj index dc79b3e1385e7a..36cbab34b961d7 100644 --- a/src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj +++ b/src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj index ba6b3407fe2a37..048d5f6d987762 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj @@ -2,7 +2,7 @@ true Exe - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); @@ -48,4 +48,4 @@ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs - + \ No newline at end of file diff --git a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests.csproj b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests.csproj index d856dcc5368042..bf1db2b94d0795 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Text.Encoding.CodePages/tests/System.Text.Encoding.CodePages.Tests.csproj b/src/libraries/System.Text.Encoding.CodePages/tests/System.Text.Encoding.CodePages.Tests.csproj index b5b53046cb0366..eeb05683e73765 100644 --- a/src/libraries/System.Text.Encoding.CodePages/tests/System.Text.Encoding.CodePages.Tests.csproj +++ b/src/libraries/System.Text.Encoding.CodePages/tests/System.Text.Encoding.CodePages.Tests.csproj @@ -1,10 +1,10 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); - + \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding.Extensions/tests/System.Text.Encoding.Extensions.Tests.csproj b/src/libraries/System.Text.Encoding.Extensions/tests/System.Text.Encoding.Extensions.Tests.csproj index feaadccb8815dc..ef1367016f7c14 100644 --- a/src/libraries/System.Text.Encoding.Extensions/tests/System.Text.Encoding.Extensions.Tests.csproj +++ b/src/libraries/System.Text.Encoding.Extensions/tests/System.Text.Encoding.Extensions.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Text.Encoding/tests/System.Text.Encoding.Tests.csproj b/src/libraries/System.Text.Encoding/tests/System.Text.Encoding.Tests.csproj index ebb638eebe321a..88b082a0c7e7e5 100644 --- a/src/libraries/System.Text.Encoding/tests/System.Text.Encoding.Tests.csproj +++ b/src/libraries/System.Text.Encoding/tests/System.Text.Encoding.Tests.csproj @@ -1,9 +1,9 @@ - + true true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj b/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj index e92a2d2cbf752d..543bb1b642c8a5 100644 --- a/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj +++ b/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj @@ -1,11 +1,11 @@ - + 2.0 512 $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj index 33cb83402e98d9..72594fc8b2e1d8 100644 --- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj +++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); $(DefineConstants);BUILDING_INBOX_LIBRARY true @@ -136,4 +136,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj b/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj index bf60979b1b5d99..aaac1fad4d3a23 100644 --- a/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj +++ b/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj @@ -1,8 +1,8 @@ - + true $(NoWarn);xUnit2008 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj b/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj index 1a9c6267551a47..e3c70a8ca0c660 100644 --- a/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj +++ b/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj b/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj index 25d15b540ab27d..1bdf9264e90005 100644 --- a/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj +++ b/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj b/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj index 8d51b5fc55fce6..51bf9644147260 100644 --- a/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj +++ b/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj b/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj index f74aba77af6d88..f162483634b3db 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj +++ b/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj index 08fe1bc6710adb..164d402dfd61cc 100644 --- a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj +++ b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true @@ -15,4 +15,4 @@ Common\System\Threading\Tasks\Sources\ManualResetValueTaskSourceFactory.cs - + \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj b/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj index 27e4a408e48cf4..b5b52c64ced5e2 100644 --- a/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj +++ b/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -29,4 +29,4 @@ CommonTest\System\Threading\ThreadPoolHelpers.cs - + \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj index 6271ad81d7acf3..52ccc4eed16cdb 100644 --- a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj +++ b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.csproj b/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.csproj index 734d237112789e..9d73285ee5a2d7 100644 --- a/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.csproj +++ b/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.csproj @@ -4,7 +4,7 @@ .exe true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Threading.Thread/tests/MTAMain/MTAMain.csproj b/src/libraries/System.Threading.Thread/tests/MTAMain/MTAMain.csproj index fde5cedc1f20d8..7dcbcc155bd7ea 100644 --- a/src/libraries/System.Threading.Thread/tests/MTAMain/MTAMain.csproj +++ b/src/libraries/System.Threading.Thread/tests/MTAMain/MTAMain.csproj @@ -1,10 +1,10 @@ - + Exe .exe true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Threading.Thread/tests/STAMain/STAMain.csproj b/src/libraries/System.Threading.Thread/tests/STAMain/STAMain.csproj index 6eea9d693c6114..2a1f6a9d59a7fb 100644 --- a/src/libraries/System.Threading.Thread/tests/STAMain/STAMain.csproj +++ b/src/libraries/System.Threading.Thread/tests/STAMain/STAMain.csproj @@ -1,10 +1,10 @@ - + Exe .exe true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj b/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj index ba544c7caba4ad..338d2b91224e00 100644 --- a/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj +++ b/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj @@ -3,7 +3,7 @@ true true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj b/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj index 1ee11af9fc71e3..a49556c6e6f9dd 100644 --- a/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj +++ b/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj b/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj index 96eb84de90ce06..177675ae62423d 100644 --- a/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj +++ b/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true true diff --git a/src/libraries/System.Threading/tests/System.Threading.Tests.csproj b/src/libraries/System.Threading/tests/System.Threading.Tests.csproj index 51cd229554418a..84696eaca0063c 100644 --- a/src/libraries/System.Threading/tests/System.Threading.Tests.csproj +++ b/src/libraries/System.Threading/tests/System.Threading.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj b/src/libraries/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj index dd0126be4cd5d2..199e594b14b443 100644 --- a/src/libraries/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj +++ b/src/libraries/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj @@ -2,7 +2,7 @@ false true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -17,4 +17,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj b/src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj index e64275293863b5..f3bb153bb676a9 100644 --- a/src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj +++ b/src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj @@ -1,8 +1,8 @@ - + true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true true System @@ -39,4 +39,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.ValueTuple/tests/System.ValueTuple.Tests.csproj b/src/libraries/System.ValueTuple/tests/System.ValueTuple.Tests.csproj index b0f4e7f2b7e3d5..17718fc88175af 100644 --- a/src/libraries/System.ValueTuple/tests/System.ValueTuple.Tests.csproj +++ b/src/libraries/System.ValueTuple/tests/System.ValueTuple.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Web.HttpUtility/tests/System.Web.HttpUtility.Tests.csproj b/src/libraries/System.Web.HttpUtility/tests/System.Web.HttpUtility.Tests.csproj index bd1c0761fc918d..77401ec65a6465 100644 --- a/src/libraries/System.Web.HttpUtility/tests/System.Web.HttpUtility.Tests.csproj +++ b/src/libraries/System.Web.HttpUtility/tests/System.Web.HttpUtility.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj b/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj index 848c12a43bfbd3..6cb1bd4e12e970 100644 --- a/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj +++ b/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj b/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj index abe0c7d3e10dda..c25ef750ce6c99 100644 --- a/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj +++ b/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj @@ -16,4 +16,4 @@ - + \ No newline at end of file From 150cdbbe7918ae8dbbd1ac096a09e3c985d01f74 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 3 Jan 2020 11:27:25 -0800 Subject: [PATCH 03/58] manual test restore fixed (restore completely done for vertical build) --- .../tests/StaticTestGenerator/StaticTestGenerator.csproj | 1 - .../tests/ManualTests/System.Console.Manual.Tests.csproj | 2 +- .../tests/Schema/System.Xml.Schema.Extensions.Tests.csproj | 2 +- .../XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj | 2 +- .../tests/axes/System.Xml.Linq.Axes.Tests.csproj | 2 +- .../System.Reflection.TypeExtensions.CoreCLR.Tests.csproj | 2 +- .../System.Reflection.Tests.Assembly_1_0_0_0.csproj | 2 +- .../System.Reflection.Tests.Assembly_1_1_0_0.csproj | 2 +- .../System.Reflection.Tests.Assembly_1_1_1_0.csproj | 2 +- .../System.Reflection.Tests.Assembly_1_1_1_2.csproj | 2 +- .../System.Reflection.Tests.Assembly_1_1_1_3.csproj | 2 +- .../System.Reflection.Tests.Assembly_1_1_2_0.csproj | 2 +- .../System.Reflection.Tests.Assembly_1_1_3_0.csproj | 2 +- .../System.Reflection.Tests.Assembly_1_2_0_0.csproj | 2 +- .../System.Reflection.Tests.Assembly_1_3_0_0.csproj | 2 +- .../System.Reflection.Tests.Assembly_3_0_0_0.csproj | 2 +- .../tests/TestModule/System.Reflection.TestModule.ilproj | 2 +- .../tests/TestStructs/System.TestStructs.ilproj | 2 +- src/libraries/build.proj | 2 +- src/libraries/tests.proj | 6 +++--- 20 files changed, 21 insertions(+), 22 deletions(-) diff --git a/src/libraries/Common/tests/StaticTestGenerator/StaticTestGenerator.csproj b/src/libraries/Common/tests/StaticTestGenerator/StaticTestGenerator.csproj index 4e5c502695f5df..02be551619300a 100644 --- a/src/libraries/Common/tests/StaticTestGenerator/StaticTestGenerator.csproj +++ b/src/libraries/Common/tests/StaticTestGenerator/StaticTestGenerator.csproj @@ -8,7 +8,6 @@ true enable - Debug;Release diff --git a/src/libraries/System.Console/tests/ManualTests/System.Console.Manual.Tests.csproj b/src/libraries/System.Console/tests/ManualTests/System.Console.Manual.Tests.csproj index 7802b99a83ee90..e1daf6a964ea99 100644 --- a/src/libraries/System.Console/tests/ManualTests/System.Console.Manual.Tests.csproj +++ b/src/libraries/System.Console/tests/ManualTests/System.Console.Manual.Tests.csproj @@ -1,7 +1,7 @@ true - Debug;Release + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/Schema/System.Xml.Schema.Extensions.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/Schema/System.Xml.Schema.Extensions.Tests.csproj index fcc04fc6149d9c..821193be1ff754 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/Schema/System.Xml.Schema.Extensions.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/Schema/System.Xml.Schema.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - Debug;Release + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj index a7dcdd49d56304..3fa1886afcd6bf 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj @@ -3,7 +3,7 @@ System.Xml.XPath.XDocument.Tests $(CommonPath)System\Xml\XPath - Debug;Release + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj index bf366abb967c7e..a9f696974be34d 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj @@ -1,6 +1,6 @@ - Debug;Release + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj b/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj index 9dfb72d33f8969..87ec93ff5ddb00 100644 --- a/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj @@ -1,6 +1,6 @@ - Debug;Release + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_0_0_0.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_0_0_0.csproj index f9a6f86264d422..01ffdc56b2f153 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_0_0_0.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_0_0_0.csproj @@ -1,7 +1,7 @@  1.0.0.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_0_0.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_0_0.csproj index bf4763e28f152d..892de0766db529 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_0_0.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_0_0.csproj @@ -1,7 +1,7 @@ 1.1.0.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_0.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_0.csproj index 4a04de5585d30f..bcab1f28aec85b 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_0.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_0.csproj @@ -1,7 +1,7 @@ 1.1.1.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_2.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_2.csproj index 5b0f789051399d..4e540376b8481b 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_2.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_2.csproj @@ -1,7 +1,7 @@ 1.1.1.2 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_3.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_3.csproj index 901f200ac553fd..e011f1391d5cc6 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_3.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_1_3.csproj @@ -1,7 +1,7 @@ 1.1.1.3 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_2_0.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_2_0.csproj index 16160277d6360a..114081e804231f 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_2_0.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_2_0.csproj @@ -1,7 +1,7 @@ 1.1.2.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_3_0.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_3_0.csproj index 968d5039914c57..8bc9aa526154de 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_3_0.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_1_3_0.csproj @@ -1,7 +1,7 @@ 1.1.3.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_2_0_0.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_2_0_0.csproj index b93bd3ed2b56c8..50b570bba30a6e 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_2_0_0.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_2_0_0.csproj @@ -1,7 +1,7 @@ 1.2.0.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_3_0_0.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_3_0_0.csproj index cefdf533f47409..b6cefa517653dd 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_3_0_0.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_1_3_0_0.csproj @@ -1,7 +1,7 @@ 1.3.0.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_3_0_0_0.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_3_0_0_0.csproj index b3edf67d80ddb0..cbbd4f0afd4ab5 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_3_0_0_0.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_3_0_0_0.csproj @@ -1,7 +1,7 @@ 3.0.0.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 diff --git a/src/libraries/System.Runtime/tests/TestModule/System.Reflection.TestModule.ilproj b/src/libraries/System.Runtime/tests/TestModule/System.Reflection.TestModule.ilproj index bd264d82e31fa4..34d98e119bee88 100644 --- a/src/libraries/System.Runtime/tests/TestModule/System.Reflection.TestModule.ilproj +++ b/src/libraries/System.Runtime/tests/TestModule/System.Reflection.TestModule.ilproj @@ -2,7 +2,7 @@ 1.0.0.0 {3B7489C4-65DB-4E69-BE01-F6234133400C} - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 Microsoft diff --git a/src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.ilproj b/src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.ilproj index ad405d9e0c0e11..e6ecbbf0986812 100644 --- a/src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.ilproj +++ b/src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.ilproj @@ -2,7 +2,7 @@ 1.0.0.0 {6B002B34-089C-4BC4-91DD-57D350DEA91C} - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0 Microsoft diff --git a/src/libraries/build.proj b/src/libraries/build.proj index 2d14f266047e6a..c79077b2d175db 100644 --- a/src/libraries/build.proj +++ b/src/libraries/build.proj @@ -18,7 +18,7 @@ - + <_RestoreProjects Include="$(MSBuildThisFileDirectory)restore\dirs.proj" Build="true" /> diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index c525db6c7bd1f2..8e8b6bb6d084f2 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -19,7 +19,7 @@ - + @@ -37,7 +37,7 @@ - + - + Date: Fri, 3 Jan 2020 11:39:03 -0800 Subject: [PATCH 04/58] build native done --- src/libraries/Native/build-native.proj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/Native/build-native.proj b/src/libraries/Native/build-native.proj index 75fab11e50bedf..c8af3761d724ba 100644 --- a/src/libraries/Native/build-native.proj +++ b/src/libraries/Native/build-native.proj @@ -9,6 +9,7 @@ $(ArtifactsObjDir)_version.h $(ArtifactsObjDir)_version.c <_BuildNativeArgs>$(ArchGroup) $(ConfigurationGroup) $(OSGroup) outconfig $(Configuration) + $(BaseOutputPath)$(BuildTargetFramework)-$(ConfigurationGroup) Date: Fri, 3 Jan 2020 11:48:37 -0800 Subject: [PATCH 05/58] Automatic ref change and regex to remove the last line --- src/libraries/Microsoft.CSharp/ref/Microsoft.CSharp.csproj | 2 +- .../ref/Microsoft.VisualBasic.Core.csproj | 4 ++-- .../ref/Microsoft.Win32.Primitives.csproj | 2 +- .../ref/Microsoft.Win32.Registry.AccessControl.csproj | 2 +- .../ref/Microsoft.Win32.Registry.csproj | 2 +- .../ref/Microsoft.Win32.SystemEvents.csproj | 2 +- .../System.AppContext/ref/System.AppContext.csproj | 2 +- src/libraries/System.Buffers/ref/System.Buffers.csproj | 2 +- src/libraries/System.CodeDom/ref/System.CodeDom.csproj | 2 +- .../ref/System.Collections.Concurrent.csproj | 2 +- .../ref/System.Collections.Immutable.csproj | 2 +- .../ref/System.Collections.NonGeneric.csproj | 2 +- .../ref/System.Collections.Specialized.csproj | 2 +- .../System.Collections/ref/System.Collections.csproj | 2 +- .../ref/System.ComponentModel.Annotations.csproj | 4 ++-- .../System.ComponentModel.Composition.Registration.csproj | 6 +++--- .../ref/System.ComponentModel.Composition.csproj | 2 +- .../ref/System.ComponentModel.EventBasedAsync.csproj | 2 +- .../ref/System.ComponentModel.Primitives.csproj | 2 +- .../ref/System.ComponentModel.TypeConverter.csproj | 2 +- .../System.ComponentModel/ref/System.ComponentModel.csproj | 2 +- .../ref/System.Configuration.ConfigurationManager.csproj | 2 +- src/libraries/System.Console/ref/System.Console.csproj | 4 ++-- .../System.Data.Common/ref/System.Data.Common.csproj | 4 ++-- .../ref/System.Data.DataSetExtensions.csproj | 2 +- src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj | 2 +- .../System.Data.OleDb/ref/System.Data.OleDb.csproj | 2 +- .../System.Data.SqlClient/ref/System.Data.SqlClient.csproj | 2 +- .../ref/System.Diagnostics.Contracts.csproj | 2 +- .../ref/System.Diagnostics.Debug.csproj | 2 +- .../ref/System.Diagnostics.DiagnosticSource.csproj | 4 ++-- .../ref/System.Diagnostics.EventLog.csproj | 4 ++-- .../ref/System.Diagnostics.FileVersionInfo.csproj | 2 +- .../ref/System.Diagnostics.PerformanceCounter.csproj | 2 +- .../ref/System.Diagnostics.Process.csproj | 2 +- .../ref/System.Diagnostics.StackTrace.csproj | 4 ++-- .../ref/System.Diagnostics.TextWriterTraceListener.csproj | 2 +- .../ref/System.Diagnostics.Tools.csproj | 2 +- .../ref/System.Diagnostics.TraceSource.csproj | 2 +- .../ref/System.Diagnostics.Tracing.csproj | 2 +- .../ref/System.DirectoryServices.AccountManagement.csproj | 2 +- .../ref/System.DirectoryServices.Protocols.csproj | 2 +- .../ref/System.DirectoryServices.csproj | 2 +- .../System.Drawing.Common/ref/System.Drawing.Common.csproj | 4 ++-- .../ref/System.Drawing.Primitives.csproj | 4 ++-- .../ref/System.Dynamic.Runtime.csproj | 2 +- .../ref/System.Globalization.Calendars.csproj | 2 +- .../ref/System.Globalization.Extensions.csproj | 2 +- .../System.Globalization/ref/System.Globalization.csproj | 2 +- .../ref/System.IO.Compression.Brotli.csproj | 2 +- .../ref/System.IO.Compression.ZipFile.csproj | 2 +- .../System.IO.Compression/ref/System.IO.Compression.csproj | 4 ++-- .../ref/System.IO.FileSystem.AccessControl.csproj | 2 +- .../ref/System.IO.FileSystem.DriveInfo.csproj | 2 +- .../ref/System.IO.FileSystem.Primitives.csproj | 2 +- .../ref/System.IO.FileSystem.Watcher.csproj | 2 +- .../System.IO.FileSystem/ref/System.IO.FileSystem.csproj | 2 +- .../ref/System.IO.IsolatedStorage.csproj | 2 +- .../ref/System.IO.MemoryMappedFiles.csproj | 2 +- .../System.IO.Packaging/ref/System.IO.Packaging.csproj | 4 ++-- .../System.IO.Pipelines/ref/System.IO.Pipelines.csproj | 4 ++-- .../ref/System.IO.Pipes.AccessControl.csproj | 2 +- src/libraries/System.IO.Pipes/ref/System.IO.Pipes.csproj | 2 +- src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj | 2 +- .../ref/System.IO.UnmanagedMemoryStream.csproj | 2 +- src/libraries/System.IO/ref/System.IO.csproj | 2 +- .../ref/System.Linq.Expressions.csproj | 2 +- .../System.Linq.Parallel/ref/System.Linq.Parallel.csproj | 2 +- .../System.Linq.Queryable/ref/System.Linq.Queryable.csproj | 2 +- src/libraries/System.Linq/ref/System.Linq.csproj | 2 +- .../System.Management/ref/System.Management.csproj | 2 +- src/libraries/System.Memory/ref/System.Memory.csproj | 4 ++-- .../ref/System.Net.Http.WinHttpHandler.csproj | 2 +- src/libraries/System.Net.Http/ref/System.Net.Http.csproj | 2 +- .../ref/System.Net.HttpListener.csproj | 2 +- src/libraries/System.Net.Mail/ref/System.Net.Mail.csproj | 2 +- .../ref/System.Net.NameResolution.csproj | 2 +- .../ref/System.Net.NetworkInformation.csproj | 2 +- src/libraries/System.Net.Ping/ref/System.Net.Ping.csproj | 2 +- .../System.Net.Primitives/ref/System.Net.Primitives.csproj | 2 +- src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj | 2 +- .../System.Net.Requests/ref/System.Net.Requests.csproj | 2 +- .../System.Net.Security/ref/System.Net.Security.csproj | 4 ++-- .../ref/System.Net.ServicePoint.csproj | 2 +- .../System.Net.Sockets/ref/System.Net.Sockets.csproj | 2 +- .../System.Net.WebClient/ref/System.Net.WebClient.csproj | 2 +- .../ref/System.Net.WebHeaderCollection.csproj | 4 ++-- .../System.Net.WebProxy/ref/System.Net.WebProxy.csproj | 2 +- .../ref/System.Net.WebSockets.Client.csproj | 2 +- .../ref/System.Net.WebSockets.WebSocketProtocol.csproj | 2 +- .../System.Net.WebSockets/ref/System.Net.WebSockets.csproj | 2 +- .../ref/System.Numerics.Tensors.csproj | 4 ++-- .../ref/System.Numerics.Vectors.csproj | 4 ++-- .../System.ObjectModel/ref/System.ObjectModel.csproj | 2 +- .../ref/System.Reflection.Context.csproj | 2 +- .../ref/System.Reflection.DispatchProxy.csproj | 2 +- .../ref/System.Reflection.Emit.ILGeneration.csproj | 2 +- .../ref/System.Reflection.Emit.Lightweight.csproj | 2 +- .../ref/System.Reflection.Emit.csproj | 3 +-- .../ref/System.Reflection.Extensions.csproj | 2 +- .../ref/System.Reflection.Metadata.csproj | 2 +- .../ref/System.Reflection.MetadataLoadContext.csproj | 6 +++--- .../ref/System.Reflection.Primitives.csproj | 2 +- .../ref/System.Reflection.TypeExtensions.csproj | 4 ++-- .../System.Reflection/ref/System.Reflection.csproj | 2 +- .../ref/System.Resources.Extensions.csproj | 2 +- .../ref/System.Resources.Reader.csproj | 2 +- .../ref/System.Resources.ResourceManager.csproj | 2 +- .../ref/System.Resources.Writer.csproj | 2 +- .../ref/System.Runtime.Caching.csproj | 2 +- .../ref/System.Runtime.CompilerServices.Unsafe.csproj | 4 ++-- .../ref/System.Runtime.CompilerServices.VisualC.csproj | 4 ++-- .../ref/System.Runtime.Extensions.csproj | 2 +- .../ref/System.Runtime.Handles.csproj | 2 +- ...System.Runtime.InteropServices.RuntimeInformation.csproj | 2 +- .../System.Runtime.InteropServices.WindowsRuntime.csproj | 2 +- .../ref/System.Runtime.InteropServices.csproj | 2 +- .../ref/System.Runtime.Intrinsics.Experimental.csproj | 4 ++-- .../ref/System.Runtime.Intrinsics.csproj | 4 ++-- .../System.Runtime.Loader/ref/System.Runtime.Loader.csproj | 4 ++-- .../ref/System.Runtime.Numerics.csproj | 2 +- .../ref/System.Runtime.Serialization.Formatters.csproj | 2 +- .../ref/System.Runtime.Serialization.Json.csproj | 2 +- .../ref/System.Runtime.Serialization.Primitives.csproj | 2 +- .../ref/System.Runtime.Serialization.Xml.csproj | 2 +- .../ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../ref/System.Runtime.WindowsRuntime.csproj | 2 +- src/libraries/System.Runtime/ref/System.Runtime.csproj | 2 +- .../ref/System.Security.AccessControl.csproj | 2 +- .../ref/System.Security.Claims.csproj | 2 +- .../ref/System.Security.Cryptography.Algorithms.csproj | 2 +- .../ref/System.Security.Cryptography.Cng.csproj | 2 +- .../ref/System.Security.Cryptography.Csp.csproj | 2 +- .../ref/System.Security.Cryptography.Encoding.csproj | 2 +- .../ref/System.Security.Cryptography.OpenSsl.csproj | 2 +- .../ref/System.Security.Cryptography.Pkcs.csproj | 4 ++-- .../ref/System.Security.Cryptography.Primitives.csproj | 2 +- .../ref/System.Security.Cryptography.ProtectedData.csproj | 2 +- .../System.Security.Cryptography.X509Certificates.csproj | 2 +- .../ref/System.Security.Cryptography.Xml.csproj | 2 +- .../ref/System.Security.Permissions.csproj | 4 ++-- .../ref/System.Security.Principal.Windows.csproj | 2 +- .../ref/System.Security.Principal.csproj | 2 +- .../ref/System.Security.SecureString.csproj | 2 +- .../ref/System.ServiceModel.Syndication.csproj | 2 +- .../ref/System.ServiceProcess.ServiceController.csproj | 2 +- .../ref/System.Text.Encoding.CodePages.csproj | 2 +- .../ref/System.Text.Encoding.Extensions.csproj | 2 +- .../System.Text.Encoding/ref/System.Text.Encoding.csproj | 2 +- .../ref/System.Text.Encodings.Web.csproj | 4 ++-- src/libraries/System.Text.Json/ref/System.Text.Json.csproj | 4 ++-- .../ref/System.Text.RegularExpressions.csproj | 4 ++-- .../ref/System.Threading.AccessControl.csproj | 2 +- .../ref/System.Threading.Channels.csproj | 4 ++-- .../ref/System.Threading.Overlapped.csproj | 2 +- .../ref/System.Threading.Tasks.Dataflow.csproj | 2 +- .../ref/System.Threading.Tasks.Extensions.csproj | 2 +- .../ref/System.Threading.Tasks.Parallel.csproj | 2 +- .../ref/System.Threading.Tasks.csproj | 2 +- .../ref/System.Threading.Thread.csproj | 2 +- .../ref/System.Threading.ThreadPool.csproj | 2 +- .../ref/System.Threading.Timer.csproj | 2 +- src/libraries/System.Threading/ref/System.Threading.csproj | 2 +- .../ref/System.Transactions.Local.csproj | 2 +- .../ref/System.Utf8String.Experimental.csproj | 6 +++--- .../System.ValueTuple/ref/System.ValueTuple.csproj | 2 +- .../ref/System.Web.HttpUtility.csproj | 2 +- .../ref/System.Windows.Extensions.csproj | 4 ++-- .../ref/System.Xml.ReaderWriter.csproj | 2 +- .../System.Xml.XDocument/ref/System.Xml.XDocument.csproj | 2 +- .../ref/System.Xml.XPath.XDocument.csproj | 2 +- src/libraries/System.Xml.XPath/ref/System.Xml.XPath.csproj | 2 +- .../ref/System.Xml.XmlDocument.csproj | 2 +- .../ref/System.Xml.XmlSerializer.csproj | 2 +- .../mscorlib.WinRT-Facade/ref/mscorlib.WinRT-Facade.csproj | 2 +- 175 files changed, 211 insertions(+), 212 deletions(-) diff --git a/src/libraries/Microsoft.CSharp/ref/Microsoft.CSharp.csproj b/src/libraries/Microsoft.CSharp/ref/Microsoft.CSharp.csproj index 1009834ecd49ae..eaa5917ada797a 100644 --- a/src/libraries/Microsoft.CSharp/ref/Microsoft.CSharp.csproj +++ b/src/libraries/Microsoft.CSharp/ref/Microsoft.CSharp.csproj @@ -3,7 +3,7 @@ 4.0.0.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/Microsoft.VisualBasic.Core/ref/Microsoft.VisualBasic.Core.csproj b/src/libraries/Microsoft.VisualBasic.Core/ref/Microsoft.VisualBasic.Core.csproj index d379c07afa712d..930eb08a6ce17c 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/ref/Microsoft.VisualBasic.Core.csproj +++ b/src/libraries/Microsoft.VisualBasic.Core/ref/Microsoft.VisualBasic.Core.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -17,4 +17,4 @@ - + \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.Primitives/ref/Microsoft.Win32.Primitives.csproj b/src/libraries/Microsoft.Win32.Primitives/ref/Microsoft.Win32.Primitives.csproj index 10c6e91cc5f725..69a4b6e9537a86 100644 --- a/src/libraries/Microsoft.Win32.Primitives/ref/Microsoft.Win32.Primitives.csproj +++ b/src/libraries/Microsoft.Win32.Primitives/ref/Microsoft.Win32.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj b/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj index 5ddefaf36be4c5..155ef105742aee 100644 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj +++ b/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj @@ -1,6 +1,6 @@ - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;$(NetFrameworkCurrent); diff --git a/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj index 6635a0ec0441e9..758dbaa28b1836 100644 --- a/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetFrameworkCurrent);net461; diff --git a/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj index 5617adad535e4a..bb83b6c82b07fa 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetFrameworkCurrent);net461; diff --git a/src/libraries/System.AppContext/ref/System.AppContext.csproj b/src/libraries/System.AppContext/ref/System.AppContext.csproj index 7ba345bfdd3205..cdf7ff8643ad26 100644 --- a/src/libraries/System.AppContext/ref/System.AppContext.csproj +++ b/src/libraries/System.AppContext/ref/System.AppContext.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Buffers/ref/System.Buffers.csproj b/src/libraries/System.Buffers/ref/System.Buffers.csproj index fdc1f6745dee96..be8be82f78d58e 100644 --- a/src/libraries/System.Buffers/ref/System.Buffers.csproj +++ b/src/libraries/System.Buffers/ref/System.Buffers.csproj @@ -3,7 +3,7 @@ 4.0.2.0 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetCoreAppCurrent); enable diff --git a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj index df45b996a24990..72556eb1d09852 100644 --- a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + net461;netstandard2.0;;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Collections.Concurrent/ref/System.Collections.Concurrent.csproj b/src/libraries/System.Collections.Concurrent/ref/System.Collections.Concurrent.csproj index 6df9076883b491..e47ee1b75f5c09 100644 --- a/src/libraries/System.Collections.Concurrent/ref/System.Collections.Concurrent.csproj +++ b/src/libraries/System.Collections.Concurrent/ref/System.Collections.Concurrent.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj index ec1a0ad653695c..538e8c0b758ad2 100644 --- a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release;netstandard1.3-Debug;netstandard1.3-Release + netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections.NonGeneric/ref/System.Collections.NonGeneric.csproj b/src/libraries/System.Collections.NonGeneric/ref/System.Collections.NonGeneric.csproj index 51e5556eab84e7..49b500fee3fa6d 100644 --- a/src/libraries/System.Collections.NonGeneric/ref/System.Collections.NonGeneric.csproj +++ b/src/libraries/System.Collections.NonGeneric/ref/System.Collections.NonGeneric.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections.Specialized/ref/System.Collections.Specialized.csproj b/src/libraries/System.Collections.Specialized/ref/System.Collections.Specialized.csproj index 7c6ca9323672af..53fb20686e055c 100644 --- a/src/libraries/System.Collections.Specialized/ref/System.Collections.Specialized.csproj +++ b/src/libraries/System.Collections.Specialized/ref/System.Collections.Specialized.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections/ref/System.Collections.csproj b/src/libraries/System.Collections/ref/System.Collections.csproj index 85054983a9bf10..cbaf6f6f51073c 100644 --- a/src/libraries/System.Collections/ref/System.Collections.csproj +++ b/src/libraries/System.Collections/ref/System.Collections.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.csproj b/src/libraries/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.csproj index 238cca0dc1535b..51f371d023bb5c 100644 --- a/src/libraries/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.csproj +++ b/src/libraries/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.csproj @@ -1,6 +1,6 @@ - + - netstandard2.1-Debug;netstandard2.1-Release + netstandard2.1; diff --git a/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj b/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj index 98e45714f21940..dd81ea1cf68725 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj +++ b/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj @@ -1,6 +1,6 @@ - + - netstandard2.1-Debug;netstandard2.1-Release + netstandard2.1; @@ -9,4 +9,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj index 974e475345dd3b..2daa5f023890ef 100644 --- a/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.ComponentModel.EventBasedAsync/ref/System.ComponentModel.EventBasedAsync.csproj b/src/libraries/System.ComponentModel.EventBasedAsync/ref/System.ComponentModel.EventBasedAsync.csproj index f324fc50417301..76439e79bbbd4c 100644 --- a/src/libraries/System.ComponentModel.EventBasedAsync/ref/System.ComponentModel.EventBasedAsync.csproj +++ b/src/libraries/System.ComponentModel.EventBasedAsync/ref/System.ComponentModel.EventBasedAsync.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.ComponentModel.Primitives/ref/System.ComponentModel.Primitives.csproj b/src/libraries/System.ComponentModel.Primitives/ref/System.ComponentModel.Primitives.csproj index 5d5a6232200d39..df7acd89e622c6 100644 --- a/src/libraries/System.ComponentModel.Primitives/ref/System.ComponentModel.Primitives.csproj +++ b/src/libraries/System.ComponentModel.Primitives/ref/System.ComponentModel.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.ComponentModel.TypeConverter/ref/System.ComponentModel.TypeConverter.csproj b/src/libraries/System.ComponentModel.TypeConverter/ref/System.ComponentModel.TypeConverter.csproj index ffe9dc549d5a01..ebd135607828c0 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/ref/System.ComponentModel.TypeConverter.csproj +++ b/src/libraries/System.ComponentModel.TypeConverter/ref/System.ComponentModel.TypeConverter.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.ComponentModel/ref/System.ComponentModel.csproj b/src/libraries/System.ComponentModel/ref/System.ComponentModel.csproj index ccb7d78735ff71..64d8e81b34bf05 100644 --- a/src/libraries/System.ComponentModel/ref/System.ComponentModel.csproj +++ b/src/libraries/System.ComponentModel/ref/System.ComponentModel.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj index 39ae1bb065a498..d09670bcc3cdf0 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Console/ref/System.Console.csproj b/src/libraries/System.Console/ref/System.Console.csproj index cf496de3a4371c..f0f33c7036ce7a 100644 --- a/src/libraries/System.Console/ref/System.Console.csproj +++ b/src/libraries/System.Console/ref/System.Console.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Data.Common/ref/System.Data.Common.csproj b/src/libraries/System.Data.Common/ref/System.Data.Common.csproj index 09f3d8b0c043d2..9397574d3fb76f 100644 --- a/src/libraries/System.Data.Common/ref/System.Data.Common.csproj +++ b/src/libraries/System.Data.Common/ref/System.Data.Common.csproj @@ -1,7 +1,7 @@ - + $(NoWarn);0618 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Data.DataSetExtensions/ref/System.Data.DataSetExtensions.csproj b/src/libraries/System.Data.DataSetExtensions/ref/System.Data.DataSetExtensions.csproj index 2cd636b2265f50..ef028af9b97a7e 100644 --- a/src/libraries/System.Data.DataSetExtensions/ref/System.Data.DataSetExtensions.csproj +++ b/src/libraries/System.Data.DataSetExtensions/ref/System.Data.DataSetExtensions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj index 5c4a834b6d4f02..88813a67cb1f3d 100644 --- a/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetFrameworkCurrent);net461; diff --git a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj index 98d4b356ace523..f39f752775d25d 100644 --- a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;;$(NetFrameworkCurrent); $(NoWarn);0618 diff --git a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj index a526f20d95f689..d3a5100b4fcd80 100644 --- a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp2.1-Debug;netcoreapp2.1-Release + netcoreapp2.1;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Diagnostics.Contracts/ref/System.Diagnostics.Contracts.csproj b/src/libraries/System.Diagnostics.Contracts/ref/System.Diagnostics.Contracts.csproj index fb78412f2a8a4f..1e7f972dd2338f 100644 --- a/src/libraries/System.Diagnostics.Contracts/ref/System.Diagnostics.Contracts.csproj +++ b/src/libraries/System.Diagnostics.Contracts/ref/System.Diagnostics.Contracts.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Diagnostics.Debug/ref/System.Diagnostics.Debug.csproj b/src/libraries/System.Diagnostics.Debug/ref/System.Diagnostics.Debug.csproj index d0f8dc24445b38..8eead2a7277ec0 100644 --- a/src/libraries/System.Diagnostics.Debug/ref/System.Diagnostics.Debug.csproj +++ b/src/libraries/System.Diagnostics.Debug/ref/System.Diagnostics.Debug.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj index ade0ec795e3337..01ecef5f4b4213 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj @@ -1,6 +1,6 @@ - net45-Debug;net45-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.1-Debug;netstandard1.1-Release;netstandard1.3-Debug;netstandard1.3-Release + netstandard1.1;netstandard1.3;net45;;netstandard2.0;$(NetFrameworkCurrent); false enable @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj index 6c1b2d0f9c428c..2f13519785e00b 100644 --- a/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj +++ b/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + $(NetFrameworkCurrent);net461;netstandard2.0; @@ -17,4 +17,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/ref/System.Diagnostics.FileVersionInfo.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/ref/System.Diagnostics.FileVersionInfo.csproj index e7a966c31672ed..74b7c00efd59af 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/ref/System.Diagnostics.FileVersionInfo.csproj +++ b/src/libraries/System.Diagnostics.FileVersionInfo/ref/System.Diagnostics.FileVersionInfo.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj index 39fd5565a679a0..f7d0f57e16f000 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + net461;$(NetFrameworkCurrent);netstandard2.0; true diff --git a/src/libraries/System.Diagnostics.Process/ref/System.Diagnostics.Process.csproj b/src/libraries/System.Diagnostics.Process/ref/System.Diagnostics.Process.csproj index 77943e319ad536..b6f5075ea9d15f 100644 --- a/src/libraries/System.Diagnostics.Process/ref/System.Diagnostics.Process.csproj +++ b/src/libraries/System.Diagnostics.Process/ref/System.Diagnostics.Process.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Diagnostics.StackTrace/ref/System.Diagnostics.StackTrace.csproj b/src/libraries/System.Diagnostics.StackTrace/ref/System.Diagnostics.StackTrace.csproj index 6f7cab9a89c89f..fa60c9a0394d62 100644 --- a/src/libraries/System.Diagnostics.StackTrace/ref/System.Diagnostics.StackTrace.csproj +++ b/src/libraries/System.Diagnostics.StackTrace/ref/System.Diagnostics.StackTrace.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -11,4 +11,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/System.Diagnostics.TextWriterTraceListener.csproj b/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/System.Diagnostics.TextWriterTraceListener.csproj index 3688332e508fb8..846fc7eb6129c1 100644 --- a/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/System.Diagnostics.TextWriterTraceListener.csproj +++ b/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/System.Diagnostics.TextWriterTraceListener.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Diagnostics.Tools/ref/System.Diagnostics.Tools.csproj b/src/libraries/System.Diagnostics.Tools/ref/System.Diagnostics.Tools.csproj index 9a3e1468c2ba84..5f108b321b3995 100644 --- a/src/libraries/System.Diagnostics.Tools/ref/System.Diagnostics.Tools.csproj +++ b/src/libraries/System.Diagnostics.Tools/ref/System.Diagnostics.Tools.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Diagnostics.TraceSource/ref/System.Diagnostics.TraceSource.csproj b/src/libraries/System.Diagnostics.TraceSource/ref/System.Diagnostics.TraceSource.csproj index 0cbc54e9a46deb..89621b718c4df6 100644 --- a/src/libraries/System.Diagnostics.TraceSource/ref/System.Diagnostics.TraceSource.csproj +++ b/src/libraries/System.Diagnostics.TraceSource/ref/System.Diagnostics.TraceSource.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.csproj b/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.csproj index e5fdf84929bb20..cdc78999f256d7 100644 --- a/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.csproj +++ b/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.csproj @@ -3,7 +3,7 @@ true $(NoWarn);0067 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj index 19852ff31559c9..e472e422b596e9 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj index cdd3f3837f23e1..d56fd46d6df2db 100644 --- a/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj index 734379fdfa00cf..be718b9ba55b51 100644 --- a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj index 1e6fa9b0b7d250..1a40a88eef434b 100644 --- a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release + netcoreapp3.0;;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.csproj b/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.csproj index e1dc8f8e7c3f5c..7167a63d83f08c 100644 --- a/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.csproj +++ b/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Dynamic.Runtime/ref/System.Dynamic.Runtime.csproj b/src/libraries/System.Dynamic.Runtime/ref/System.Dynamic.Runtime.csproj index c70b4e12f03ff2..d5a11ce373a65f 100644 --- a/src/libraries/System.Dynamic.Runtime/ref/System.Dynamic.Runtime.csproj +++ b/src/libraries/System.Dynamic.Runtime/ref/System.Dynamic.Runtime.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Globalization.Calendars/ref/System.Globalization.Calendars.csproj b/src/libraries/System.Globalization.Calendars/ref/System.Globalization.Calendars.csproj index 683934b543e5a0..55863b054df7eb 100644 --- a/src/libraries/System.Globalization.Calendars/ref/System.Globalization.Calendars.csproj +++ b/src/libraries/System.Globalization.Calendars/ref/System.Globalization.Calendars.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Globalization.Extensions/ref/System.Globalization.Extensions.csproj b/src/libraries/System.Globalization.Extensions/ref/System.Globalization.Extensions.csproj index 9132aa822903ae..48a21ad36e5f2c 100644 --- a/src/libraries/System.Globalization.Extensions/ref/System.Globalization.Extensions.csproj +++ b/src/libraries/System.Globalization.Extensions/ref/System.Globalization.Extensions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Globalization/ref/System.Globalization.csproj b/src/libraries/System.Globalization/ref/System.Globalization.csproj index 8a816920a7f267..7ef65a5640ef31 100644 --- a/src/libraries/System.Globalization/ref/System.Globalization.csproj +++ b/src/libraries/System.Globalization/ref/System.Globalization.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO.Compression.Brotli/ref/System.IO.Compression.Brotli.csproj b/src/libraries/System.IO.Compression.Brotli/ref/System.IO.Compression.Brotli.csproj index b241a21b6d2adb..6696d18c2315a9 100644 --- a/src/libraries/System.IO.Compression.Brotli/ref/System.IO.Compression.Brotli.csproj +++ b/src/libraries/System.IO.Compression.Brotli/ref/System.IO.Compression.Brotli.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO.Compression.ZipFile/ref/System.IO.Compression.ZipFile.csproj b/src/libraries/System.IO.Compression.ZipFile/ref/System.IO.Compression.ZipFile.csproj index 6eb131605a822c..a3815650d43289 100644 --- a/src/libraries/System.IO.Compression.ZipFile/ref/System.IO.Compression.ZipFile.csproj +++ b/src/libraries/System.IO.Compression.ZipFile/ref/System.IO.Compression.ZipFile.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO.Compression/ref/System.IO.Compression.csproj b/src/libraries/System.IO.Compression/ref/System.IO.Compression.csproj index 7f549dc0350db9..4574b1ba63f2ce 100644 --- a/src/libraries/System.IO.Compression/ref/System.IO.Compression.csproj +++ b/src/libraries/System.IO.Compression/ref/System.IO.Compression.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -12,4 +12,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj index dbc2ca8c726814..5cfc14ffd14455 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Debug;net461-Release;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;$(NetFrameworkCurrent);net461; diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.csproj b/src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.csproj index caa35345297c9f..48f6624ee5443b 100644 --- a/src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.csproj +++ b/src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.IO.FileSystem.Primitives/ref/System.IO.FileSystem.Primitives.csproj b/src/libraries/System.IO.FileSystem.Primitives/ref/System.IO.FileSystem.Primitives.csproj index 51522ce3b7d244..03099470ebe169 100644 --- a/src/libraries/System.IO.FileSystem.Primitives/ref/System.IO.FileSystem.Primitives.csproj +++ b/src/libraries/System.IO.FileSystem.Primitives/ref/System.IO.FileSystem.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO.FileSystem.Watcher/ref/System.IO.FileSystem.Watcher.csproj b/src/libraries/System.IO.FileSystem.Watcher/ref/System.IO.FileSystem.Watcher.csproj index e14d3f4eae998f..c58f998ff6e814 100644 --- a/src/libraries/System.IO.FileSystem.Watcher/ref/System.IO.FileSystem.Watcher.csproj +++ b/src/libraries/System.IO.FileSystem.Watcher/ref/System.IO.FileSystem.Watcher.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj b/src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj index 12019c6dae0fc9..9499cd74308ce8 100644 --- a/src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj +++ b/src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.IO.IsolatedStorage/ref/System.IO.IsolatedStorage.csproj b/src/libraries/System.IO.IsolatedStorage/ref/System.IO.IsolatedStorage.csproj index 4189232d33fc29..8b0a0b049ccbc6 100644 --- a/src/libraries/System.IO.IsolatedStorage/ref/System.IO.IsolatedStorage.csproj +++ b/src/libraries/System.IO.IsolatedStorage/ref/System.IO.IsolatedStorage.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO.MemoryMappedFiles/ref/System.IO.MemoryMappedFiles.csproj b/src/libraries/System.IO.MemoryMappedFiles/ref/System.IO.MemoryMappedFiles.csproj index db040f887c26b8..829a383ddd82a4 100644 --- a/src/libraries/System.IO.MemoryMappedFiles/ref/System.IO.MemoryMappedFiles.csproj +++ b/src/libraries/System.IO.MemoryMappedFiles/ref/System.IO.MemoryMappedFiles.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj index de734ca3d3ae80..df2dc686a3e1dd 100644 --- a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj @@ -1,8 +1,8 @@ - + true $(DefineConstants);netcoreapp - net46-Debug;net46-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.3-Debug;netstandard1.3-Release + netstandard1.3;net46;netstandard2.0;;$(NetFrameworkCurrent); diff --git a/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj index 7214dee5bb28de..79250f50817866 100644 --- a/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; enable @@ -16,4 +16,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.Pipes.AccessControl/ref/System.IO.Pipes.AccessControl.csproj b/src/libraries/System.IO.Pipes.AccessControl/ref/System.IO.Pipes.AccessControl.csproj index 0d8d8a8d553d31..1031152157fdc8 100644 --- a/src/libraries/System.IO.Pipes.AccessControl/ref/System.IO.Pipes.AccessControl.csproj +++ b/src/libraries/System.IO.Pipes.AccessControl/ref/System.IO.Pipes.AccessControl.csproj @@ -3,7 +3,7 @@ 4.0.3.0 - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.IO.Pipes/ref/System.IO.Pipes.csproj b/src/libraries/System.IO.Pipes/ref/System.IO.Pipes.csproj index 7824dd968efc32..077df13179ad5d 100644 --- a/src/libraries/System.IO.Pipes/ref/System.IO.Pipes.csproj +++ b/src/libraries/System.IO.Pipes/ref/System.IO.Pipes.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj index 276078ce92b9aa..97793a07e610e6 100644 --- a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;$(NetFrameworkCurrent); diff --git a/src/libraries/System.IO.UnmanagedMemoryStream/ref/System.IO.UnmanagedMemoryStream.csproj b/src/libraries/System.IO.UnmanagedMemoryStream/ref/System.IO.UnmanagedMemoryStream.csproj index 16db853bbc3648..daa310b08deadd 100644 --- a/src/libraries/System.IO.UnmanagedMemoryStream/ref/System.IO.UnmanagedMemoryStream.csproj +++ b/src/libraries/System.IO.UnmanagedMemoryStream/ref/System.IO.UnmanagedMemoryStream.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO/ref/System.IO.csproj b/src/libraries/System.IO/ref/System.IO.csproj index 68f6922dbd1721..65b0b1869efc1c 100644 --- a/src/libraries/System.IO/ref/System.IO.csproj +++ b/src/libraries/System.IO/ref/System.IO.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Linq.Expressions/ref/System.Linq.Expressions.csproj b/src/libraries/System.Linq.Expressions/ref/System.Linq.Expressions.csproj index b665f924a0f818..f6a66b3c61c5eb 100644 --- a/src/libraries/System.Linq.Expressions/ref/System.Linq.Expressions.csproj +++ b/src/libraries/System.Linq.Expressions/ref/System.Linq.Expressions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Linq.Parallel/ref/System.Linq.Parallel.csproj b/src/libraries/System.Linq.Parallel/ref/System.Linq.Parallel.csproj index 7d1ce06248df72..2bc3105c9dc6ed 100644 --- a/src/libraries/System.Linq.Parallel/ref/System.Linq.Parallel.csproj +++ b/src/libraries/System.Linq.Parallel/ref/System.Linq.Parallel.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Linq.Queryable/ref/System.Linq.Queryable.csproj b/src/libraries/System.Linq.Queryable/ref/System.Linq.Queryable.csproj index f958c36cbfee5c..18d7b34301e823 100644 --- a/src/libraries/System.Linq.Queryable/ref/System.Linq.Queryable.csproj +++ b/src/libraries/System.Linq.Queryable/ref/System.Linq.Queryable.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Linq/ref/System.Linq.csproj b/src/libraries/System.Linq/ref/System.Linq.csproj index 7e076d87082c84..678a783a13a6e4 100644 --- a/src/libraries/System.Linq/ref/System.Linq.csproj +++ b/src/libraries/System.Linq/ref/System.Linq.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Management/ref/System.Management.csproj b/src/libraries/System.Management/ref/System.Management.csproj index 5f12650ed8127a..853e80307bb13d 100644 --- a/src/libraries/System.Management/ref/System.Management.csproj +++ b/src/libraries/System.Management/ref/System.Management.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Memory/ref/System.Memory.csproj b/src/libraries/System.Memory/ref/System.Memory.csproj index 5f7d24cc233159..32fcfe81de15c0 100644 --- a/src/libraries/System.Memory/ref/System.Memory.csproj +++ b/src/libraries/System.Memory/ref/System.Memory.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -12,4 +12,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.Http.WinHttpHandler/ref/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/ref/System.Net.Http.WinHttpHandler.csproj index 687403f4bb2625..f5325628954851 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/ref/System.Net.Http.WinHttpHandler.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/ref/System.Net.Http.WinHttpHandler.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Net.Http/ref/System.Net.Http.csproj b/src/libraries/System.Net.Http/ref/System.Net.Http.csproj index f3e18d11def4c8..497d5a709d63bb 100644 --- a/src/libraries/System.Net.Http/ref/System.Net.Http.csproj +++ b/src/libraries/System.Net.Http/ref/System.Net.Http.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.csproj b/src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.csproj index 54a28a5049254a..8908688adca773 100644 --- a/src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.csproj +++ b/src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Mail/ref/System.Net.Mail.csproj b/src/libraries/System.Net.Mail/ref/System.Net.Mail.csproj index 5f2089b23d52d8..7e4cea4fd15f02 100644 --- a/src/libraries/System.Net.Mail/ref/System.Net.Mail.csproj +++ b/src/libraries/System.Net.Mail/ref/System.Net.Mail.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.NameResolution/ref/System.Net.NameResolution.csproj b/src/libraries/System.Net.NameResolution/ref/System.Net.NameResolution.csproj index 18389f198d8c09..fe6eaaf9fbc31f 100644 --- a/src/libraries/System.Net.NameResolution/ref/System.Net.NameResolution.csproj +++ b/src/libraries/System.Net.NameResolution/ref/System.Net.NameResolution.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.NetworkInformation/ref/System.Net.NetworkInformation.csproj b/src/libraries/System.Net.NetworkInformation/ref/System.Net.NetworkInformation.csproj index e3c5453638e7a7..aea74ee7e9abba 100644 --- a/src/libraries/System.Net.NetworkInformation/ref/System.Net.NetworkInformation.csproj +++ b/src/libraries/System.Net.NetworkInformation/ref/System.Net.NetworkInformation.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Ping/ref/System.Net.Ping.csproj b/src/libraries/System.Net.Ping/ref/System.Net.Ping.csproj index 8504e06720a9e9..569d3ad2c4e22e 100644 --- a/src/libraries/System.Net.Ping/ref/System.Net.Ping.csproj +++ b/src/libraries/System.Net.Ping/ref/System.Net.Ping.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Primitives/ref/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/ref/System.Net.Primitives.csproj index 2974804431a7b2..ac241c46856d17 100644 --- a/src/libraries/System.Net.Primitives/ref/System.Net.Primitives.csproj +++ b/src/libraries/System.Net.Primitives/ref/System.Net.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj b/src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj index 341e6a2812176d..5c8ee20d6f66e0 100644 --- a/src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj +++ b/src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Requests/ref/System.Net.Requests.csproj b/src/libraries/System.Net.Requests/ref/System.Net.Requests.csproj index 7d51fe224eb85b..8fadab058681ad 100644 --- a/src/libraries/System.Net.Requests/ref/System.Net.Requests.csproj +++ b/src/libraries/System.Net.Requests/ref/System.Net.Requests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Security/ref/System.Net.Security.csproj b/src/libraries/System.Net.Security/ref/System.Net.Security.csproj index 60ec14329179c2..48ae46a323d9f6 100644 --- a/src/libraries/System.Net.Security/ref/System.Net.Security.csproj +++ b/src/libraries/System.Net.Security/ref/System.Net.Security.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -19,4 +19,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.ServicePoint/ref/System.Net.ServicePoint.csproj b/src/libraries/System.Net.ServicePoint/ref/System.Net.ServicePoint.csproj index a44ab0565cc465..e49e6c33e131a5 100644 --- a/src/libraries/System.Net.ServicePoint/ref/System.Net.ServicePoint.csproj +++ b/src/libraries/System.Net.ServicePoint/ref/System.Net.ServicePoint.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Sockets/ref/System.Net.Sockets.csproj b/src/libraries/System.Net.Sockets/ref/System.Net.Sockets.csproj index 4298e4f8bd014c..2b1cdc4abdb88a 100644 --- a/src/libraries/System.Net.Sockets/ref/System.Net.Sockets.csproj +++ b/src/libraries/System.Net.Sockets/ref/System.Net.Sockets.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.WebClient/ref/System.Net.WebClient.csproj b/src/libraries/System.Net.WebClient/ref/System.Net.WebClient.csproj index 9f62cecd5f130c..80200622735230 100644 --- a/src/libraries/System.Net.WebClient/ref/System.Net.WebClient.csproj +++ b/src/libraries/System.Net.WebClient/ref/System.Net.WebClient.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.WebHeaderCollection/ref/System.Net.WebHeaderCollection.csproj b/src/libraries/System.Net.WebHeaderCollection/ref/System.Net.WebHeaderCollection.csproj index e67e2052e47826..f398577f096b28 100644 --- a/src/libraries/System.Net.WebHeaderCollection/ref/System.Net.WebHeaderCollection.csproj +++ b/src/libraries/System.Net.WebHeaderCollection/ref/System.Net.WebHeaderCollection.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable $(NoWarn);8610 diff --git a/src/libraries/System.Net.WebProxy/ref/System.Net.WebProxy.csproj b/src/libraries/System.Net.WebProxy/ref/System.Net.WebProxy.csproj index b6b7ea48103593..1b4228bdfb0bfd 100644 --- a/src/libraries/System.Net.WebProxy/ref/System.Net.WebProxy.csproj +++ b/src/libraries/System.Net.WebProxy/ref/System.Net.WebProxy.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.WebSockets.Client/ref/System.Net.WebSockets.Client.csproj b/src/libraries/System.Net.WebSockets.Client/ref/System.Net.WebSockets.Client.csproj index f1a7d20c373b58..4c8273f44374e8 100644 --- a/src/libraries/System.Net.WebSockets.Client/ref/System.Net.WebSockets.Client.csproj +++ b/src/libraries/System.Net.WebSockets.Client/ref/System.Net.WebSockets.Client.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/System.Net.WebSockets.WebSocketProtocol.csproj index 90987523fd1f47..2527315dcba307 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/System.Net.WebSockets.WebSocketProtocol.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/System.Net.WebSockets.WebSocketProtocol.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Net.WebSockets/ref/System.Net.WebSockets.csproj b/src/libraries/System.Net.WebSockets/ref/System.Net.WebSockets.csproj index b611277e2829c6..530e05613df1bc 100644 --- a/src/libraries/System.Net.WebSockets/ref/System.Net.WebSockets.csproj +++ b/src/libraries/System.Net.WebSockets/ref/System.Net.WebSockets.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj b/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj index e80b584a3fa724..10b599f88fbd40 100644 --- a/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj +++ b/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj @@ -1,6 +1,6 @@ - + - netstandard2.0-Debug;netstandard2.0-Release;netstandard1.1-Debug;netstandard1.1-Release + netstandard1.1;;netstandard2.0; diff --git a/src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj b/src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj index 6b717a31b0ee81..ea423ecbca742d 100644 --- a/src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj +++ b/src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -9,4 +9,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.ObjectModel/ref/System.ObjectModel.csproj b/src/libraries/System.ObjectModel/ref/System.ObjectModel.csproj index ce6d7a44060cdb..06e89009b6e2ae 100644 --- a/src/libraries/System.ObjectModel/ref/System.ObjectModel.csproj +++ b/src/libraries/System.ObjectModel/ref/System.ObjectModel.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj b/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj index c8058786392d98..65b3f345d29e5d 100644 --- a/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj +++ b/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj @@ -4,7 +4,7 @@ plan on shipping a new desktop version out of band. Instead add API to a different assembly. --> 4.0.0.0 - netstandard2.0-Debug;netstandard2.0-Release;netstandard1.1-Debug;netstandard1.1-Release + netstandard2.0;netstandard1.1; diff --git a/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj index bc74ed24c02631..d274454f49014e 100644 --- a/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj index 5eacc5c933450d..63fb30ae2cd5eb 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj index d515ef5790fa7e..5514dfaf01e470 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); true enable diff --git a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj index c223f301e72e5c..b0d5a4b61677b6 100644 --- a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); enable @@ -16,4 +16,3 @@ - diff --git a/src/libraries/System.Reflection.Extensions/ref/System.Reflection.Extensions.csproj b/src/libraries/System.Reflection.Extensions/ref/System.Reflection.Extensions.csproj index 518f45df895c30..530b61f24642e5 100644 --- a/src/libraries/System.Reflection.Extensions/ref/System.Reflection.Extensions.csproj +++ b/src/libraries/System.Reflection.Extensions/ref/System.Reflection.Extensions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj index fde9f2a591e921..d195ee748caf4b 100644 --- a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj @@ -2,7 +2,7 @@ true false - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.1-Debug;netstandard1.1-Release + netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj b/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj index a70c7bc25dd25f..4c957d9a133b6a 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj @@ -1,8 +1,8 @@ - + - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; - + \ No newline at end of file diff --git a/src/libraries/System.Reflection.Primitives/ref/System.Reflection.Primitives.csproj b/src/libraries/System.Reflection.Primitives/ref/System.Reflection.Primitives.csproj index 4e7be5bba87559..9a9d3247fe3231 100644 --- a/src/libraries/System.Reflection.Primitives/ref/System.Reflection.Primitives.csproj +++ b/src/libraries/System.Reflection.Primitives/ref/System.Reflection.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj b/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj index cee31f5355c93e..a72bfb97d4d721 100644 --- a/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj @@ -1,7 +1,7 @@ - + enable - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetFrameworkCurrent);net461; diff --git a/src/libraries/System.Reflection/ref/System.Reflection.csproj b/src/libraries/System.Reflection/ref/System.Reflection.csproj index a5ec6b40c5a19e..51bdb0035fa434 100644 --- a/src/libraries/System.Reflection/ref/System.Reflection.csproj +++ b/src/libraries/System.Reflection/ref/System.Reflection.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Resources.Extensions/ref/System.Resources.Extensions.csproj b/src/libraries/System.Resources.Extensions/ref/System.Resources.Extensions.csproj index bb2c6763cf0f3e..87bc5e99f1e059 100644 --- a/src/libraries/System.Resources.Extensions/ref/System.Resources.Extensions.csproj +++ b/src/libraries/System.Resources.Extensions/ref/System.Resources.Extensions.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Resources.Reader/ref/System.Resources.Reader.csproj b/src/libraries/System.Resources.Reader/ref/System.Resources.Reader.csproj index 9d57ba476eef70..112daa69d2d330 100644 --- a/src/libraries/System.Resources.Reader/ref/System.Resources.Reader.csproj +++ b/src/libraries/System.Resources.Reader/ref/System.Resources.Reader.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Resources.ResourceManager/ref/System.Resources.ResourceManager.csproj b/src/libraries/System.Resources.ResourceManager/ref/System.Resources.ResourceManager.csproj index d7c699f2a99767..c67667109f5874 100644 --- a/src/libraries/System.Resources.ResourceManager/ref/System.Resources.ResourceManager.csproj +++ b/src/libraries/System.Resources.ResourceManager/ref/System.Resources.ResourceManager.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Resources.Writer/ref/System.Resources.Writer.csproj b/src/libraries/System.Resources.Writer/ref/System.Resources.Writer.csproj index 48c8a6806e5403..69f8055e36c6fc 100644 --- a/src/libraries/System.Resources.Writer/ref/System.Resources.Writer.csproj +++ b/src/libraries/System.Resources.Writer/ref/System.Resources.Writer.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj b/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj index e73f48bcb64fe5..6e4c9f98072e23 100644 --- a/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj +++ b/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/System.Runtime.CompilerServices.Unsafe.csproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/System.Runtime.CompilerServices.Unsafe.csproj index 41798ac2b1a875..b938850aadecaf 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/System.Runtime.CompilerServices.Unsafe.csproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/System.Runtime.CompilerServices.Unsafe.csproj @@ -3,10 +3,10 @@ true false enable - netstandard2.1-Debug;netstandard2.1-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release + netstandard1.0;netstandard2.0;netstandard2.1; - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.CompilerServices.VisualC/ref/System.Runtime.CompilerServices.VisualC.csproj b/src/libraries/System.Runtime.CompilerServices.VisualC/ref/System.Runtime.CompilerServices.VisualC.csproj index 4d0f62663aa152..c9e70bf97b4632 100644 --- a/src/libraries/System.Runtime.CompilerServices.VisualC/ref/System.Runtime.CompilerServices.VisualC.csproj +++ b/src/libraries/System.Runtime.CompilerServices.VisualC/ref/System.Runtime.CompilerServices.VisualC.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -10,4 +10,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.csproj b/src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.csproj index 387ecd1450477e..9972571c970729 100644 --- a/src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.csproj +++ b/src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Runtime.Handles/ref/System.Runtime.Handles.csproj b/src/libraries/System.Runtime.Handles/ref/System.Runtime.Handles.csproj index 7e4240479e36e3..324187a7e5014f 100644 --- a/src/libraries/System.Runtime.Handles/ref/System.Runtime.Handles.csproj +++ b/src/libraries/System.Runtime.Handles/ref/System.Runtime.Handles.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj index 61183a9f9089bf..dafc09eaa662dd 100644 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj +++ b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/System.Runtime.InteropServices.WindowsRuntime.csproj b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/System.Runtime.InteropServices.WindowsRuntime.csproj index 459a8c77ca9549..100780e2ab2e33 100644 --- a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/System.Runtime.InteropServices.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/System.Runtime.InteropServices.WindowsRuntime.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.csproj b/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.csproj index c5708afe7bc47a..1ade1c0142638b 100644 --- a/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.csproj +++ b/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.csproj @@ -4,7 +4,7 @@ to its own obsolete API. --> $(NoWarn);618 true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Runtime.Intrinsics.Experimental/ref/System.Runtime.Intrinsics.Experimental.csproj b/src/libraries/System.Runtime.Intrinsics.Experimental/ref/System.Runtime.Intrinsics.Experimental.csproj index 88c67fd679e59a..d6119cdd1caf4b 100644 --- a/src/libraries/System.Runtime.Intrinsics.Experimental/ref/System.Runtime.Intrinsics.Experimental.csproj +++ b/src/libraries/System.Runtime.Intrinsics.Experimental/ref/System.Runtime.Intrinsics.Experimental.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -10,4 +10,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.csproj b/src/libraries/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.csproj index 1d488d458c73b1..666de8e811285a 100644 --- a/src/libraries/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.csproj +++ b/src/libraries/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -11,4 +11,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/ref/System.Runtime.Loader.csproj b/src/libraries/System.Runtime.Loader/ref/System.Runtime.Loader.csproj index f12463e6cd4c36..a953bcbbff742b 100644 --- a/src/libraries/System.Runtime.Loader/ref/System.Runtime.Loader.csproj +++ b/src/libraries/System.Runtime.Loader/ref/System.Runtime.Loader.csproj @@ -3,7 +3,7 @@ true $(NoWarn);0067 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -15,4 +15,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Numerics/ref/System.Runtime.Numerics.csproj b/src/libraries/System.Runtime.Numerics/ref/System.Runtime.Numerics.csproj index 27b0f4d9557484..8a0f9603de5d98 100644 --- a/src/libraries/System.Runtime.Numerics/ref/System.Runtime.Numerics.csproj +++ b/src/libraries/System.Runtime.Numerics/ref/System.Runtime.Numerics.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Formatters/ref/System.Runtime.Serialization.Formatters.csproj b/src/libraries/System.Runtime.Serialization.Formatters/ref/System.Runtime.Serialization.Formatters.csproj index f3ac44c1af9d1a..01d7a6496b889b 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/ref/System.Runtime.Serialization.Formatters.csproj +++ b/src/libraries/System.Runtime.Serialization.Formatters/ref/System.Runtime.Serialization.Formatters.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj b/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj index b4dbff8cfcba3d..bc940d04f48ba1 100644 --- a/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Primitives/ref/System.Runtime.Serialization.Primitives.csproj b/src/libraries/System.Runtime.Serialization.Primitives/ref/System.Runtime.Serialization.Primitives.csproj index 966b061e54ba20..e925e1180fe31a 100644 --- a/src/libraries/System.Runtime.Serialization.Primitives/ref/System.Runtime.Serialization.Primitives.csproj +++ b/src/libraries/System.Runtime.Serialization.Primitives/ref/System.Runtime.Serialization.Primitives.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj b/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj index 7d2717b54328aa..00afd3b934dafb 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj index 333fb257eeae85..17d6582c97fdd0 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj index 5d98caa3f72b76..38e3325f645109 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj @@ -10,7 +10,7 @@ match the output assembly name 'System.Runtime.WindowsRuntime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. --> $(NoWarn);1698 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime/ref/System.Runtime.csproj b/src/libraries/System.Runtime/ref/System.Runtime.csproj index a569c0d99de199..c228ac44fa28dc 100644 --- a/src/libraries/System.Runtime/ref/System.Runtime.csproj +++ b/src/libraries/System.Runtime/ref/System.Runtime.csproj @@ -5,7 +5,7 @@ v4.0.30319 $(NoWarn);0809;0618 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj index 9cd66c97fe394a..02d7fa0d4ec3b8 100644 --- a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Claims/ref/System.Security.Claims.csproj b/src/libraries/System.Security.Claims/ref/System.Security.Claims.csproj index f50b03583ce946..1b31c14678ddf9 100644 --- a/src/libraries/System.Security.Claims/ref/System.Security.Claims.csproj +++ b/src/libraries/System.Security.Claims/ref/System.Security.Claims.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.Algorithms/ref/System.Security.Cryptography.Algorithms.csproj b/src/libraries/System.Security.Cryptography.Algorithms/ref/System.Security.Cryptography.Algorithms.csproj index f1ac1e0504a897..6f0261ddac77ff 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/ref/System.Security.Cryptography.Algorithms.csproj +++ b/src/libraries/System.Security.Cryptography.Algorithms/ref/System.Security.Cryptography.Algorithms.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj index 44098f6817ab25..5f17ea8e345119 100644 --- a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj @@ -6,7 +6,7 @@ $(DefineConstants);FEATURE_ECDH_DERIVEFROM true - net461-Debug;net461-Release;net462-Debug;net462-Release;net47-Debug;net47-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.1-Debug;netstandard2.1-Release + netcoreapp3.0;netstandard2.1;net461;net462;net47;$(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.Csp/ref/System.Security.Cryptography.Csp.csproj b/src/libraries/System.Security.Cryptography.Csp/ref/System.Security.Cryptography.Csp.csproj index c2c3e1291a39e4..55a2e5441ef7d1 100644 --- a/src/libraries/System.Security.Cryptography.Csp/ref/System.Security.Cryptography.Csp.csproj +++ b/src/libraries/System.Security.Cryptography.Csp/ref/System.Security.Cryptography.Csp.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.Encoding/ref/System.Security.Cryptography.Encoding.csproj b/src/libraries/System.Security.Cryptography.Encoding/ref/System.Security.Cryptography.Encoding.csproj index 0ecd68045ac02b..2d001a6b877126 100644 --- a/src/libraries/System.Security.Cryptography.Encoding/ref/System.Security.Cryptography.Encoding.csproj +++ b/src/libraries/System.Security.Cryptography.Encoding/ref/System.Security.Cryptography.Encoding.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj index ce81ff88bc05a9..f88380cd50e3f6 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release + netcoreapp3.0;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj index 23a4f51c20e565..df2d0c9f55772b 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj @@ -1,7 +1,7 @@ - + true - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.1-Debug;netstandard2.1-Release + netcoreapp3.0;netstandard2.1;net461;$(NetFrameworkCurrent);$(NetCoreAppCurrent) diff --git a/src/libraries/System.Security.Cryptography.Primitives/ref/System.Security.Cryptography.Primitives.csproj b/src/libraries/System.Security.Cryptography.Primitives/ref/System.Security.Cryptography.Primitives.csproj index bd89a86695fe2b..faa352428a1412 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/ref/System.Security.Cryptography.Primitives.csproj +++ b/src/libraries/System.Security.Cryptography.Primitives/ref/System.Security.Cryptography.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj index 1256ed57ccea39..4ea1ee167cbd69 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/ref/System.Security.Cryptography.X509Certificates.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/ref/System.Security.Cryptography.X509Certificates.csproj index b05980e9a67b20..b673f8f2ac0e9e 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/ref/System.Security.Cryptography.X509Certificates.csproj +++ b/src/libraries/System.Security.Cryptography.X509Certificates/ref/System.Security.Cryptography.X509Certificates.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj index cba5e53b2f18f8..bc97a6dc3c7e53 100644 --- a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj index 195b2da32f69ef..e4b3e481051218 100644 --- a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj @@ -1,7 +1,7 @@ - + true - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;netcoreapp3.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj index d792dc5c8c4fce..2fc6788c36f6da 100644 --- a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp3.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Principal/ref/System.Security.Principal.csproj b/src/libraries/System.Security.Principal/ref/System.Security.Principal.csproj index a29a6a21455f51..b6891ca651f3df 100644 --- a/src/libraries/System.Security.Principal/ref/System.Security.Principal.csproj +++ b/src/libraries/System.Security.Principal/ref/System.Security.Principal.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Security.SecureString/ref/System.Security.SecureString.csproj b/src/libraries/System.Security.SecureString/ref/System.Security.SecureString.csproj index 785ffb099bf9ae..a0b823d4dc3e52 100644 --- a/src/libraries/System.Security.SecureString/ref/System.Security.SecureString.csproj +++ b/src/libraries/System.Security.SecureString/ref/System.Security.SecureString.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj index 8bcc39cfd36343..2ad3931344c0b9 100644 --- a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp2.1-Debug;netcoreapp2.1-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + net461;netcoreapp2.1;netstandard2.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj index c0b5a12f43ef8f..b10d6a3c45069c 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetFrameworkCurrent);net461; diff --git a/src/libraries/System.Text.Encoding.CodePages/ref/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/ref/System.Text.Encoding.CodePages.csproj index c05d2cbc2c14c7..b467b538eacbd6 100644 --- a/src/libraries/System.Text.Encoding.CodePages/ref/System.Text.Encoding.CodePages.csproj +++ b/src/libraries/System.Text.Encoding.CodePages/ref/System.Text.Encoding.CodePages.csproj @@ -1,7 +1,7 @@ enable - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Text.Encoding.Extensions/ref/System.Text.Encoding.Extensions.csproj b/src/libraries/System.Text.Encoding.Extensions/ref/System.Text.Encoding.Extensions.csproj index 68b488e52a0a5c..640307722ea874 100644 --- a/src/libraries/System.Text.Encoding.Extensions/ref/System.Text.Encoding.Extensions.csproj +++ b/src/libraries/System.Text.Encoding.Extensions/ref/System.Text.Encoding.Extensions.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Text.Encoding/ref/System.Text.Encoding.csproj b/src/libraries/System.Text.Encoding/ref/System.Text.Encoding.csproj index 62ccf19c0c35bf..b9f09aacc83600 100644 --- a/src/libraries/System.Text.Encoding/ref/System.Text.Encoding.csproj +++ b/src/libraries/System.Text.Encoding/ref/System.Text.Encoding.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj index 5cb73a66aafcc1..76535229ec586e 100644 --- a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;;$(NetCoreAppCurrent); true enable diff --git a/src/libraries/System.Text.Json/ref/System.Text.Json.csproj b/src/libraries/System.Text.Json/ref/System.Text.Json.csproj index dd20618e6696fe..8b7bb1aec9d1b1 100644 --- a/src/libraries/System.Text.Json/ref/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/ref/System.Text.Json.csproj @@ -1,6 +1,6 @@ - + - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Text.RegularExpressions/ref/System.Text.RegularExpressions.csproj b/src/libraries/System.Text.RegularExpressions/ref/System.Text.RegularExpressions.csproj index a65b843e5b9a5a..9915f9c451545a 100644 --- a/src/libraries/System.Text.RegularExpressions/ref/System.Text.RegularExpressions.csproj +++ b/src/libraries/System.Text.RegularExpressions/ref/System.Text.RegularExpressions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -13,4 +13,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj index 4ab71ba04499c0..b574513eaa3c88 100644 --- a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj index 2d97aaddf11da5..621f506a25b8b9 100644 --- a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.3-Debug;netstandard1.3-Release + netcoreapp3.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent); enable @@ -22,4 +22,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj b/src/libraries/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj index 40757384889c3e..709226b4a5cc12 100644 --- a/src/libraries/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj +++ b/src/libraries/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj index 15dd37929e5085..2f7d5e715b9a26 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj +++ b/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj @@ -1,6 +1,6 @@ - netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release;netstandard1.1-Debug;netstandard1.1-Release + netstandard1.0;netstandard1.1;netstandard2.0; diff --git a/src/libraries/System.Threading.Tasks.Extensions/ref/System.Threading.Tasks.Extensions.csproj b/src/libraries/System.Threading.Tasks.Extensions/ref/System.Threading.Tasks.Extensions.csproj index 5ffd26388764ab..90b307be9c4798 100644 --- a/src/libraries/System.Threading.Tasks.Extensions/ref/System.Threading.Tasks.Extensions.csproj +++ b/src/libraries/System.Threading.Tasks.Extensions/ref/System.Threading.Tasks.Extensions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Threading.Tasks.Parallel/ref/System.Threading.Tasks.Parallel.csproj b/src/libraries/System.Threading.Tasks.Parallel/ref/System.Threading.Tasks.Parallel.csproj index b2166838d3db6e..b97acd842db25f 100644 --- a/src/libraries/System.Threading.Tasks.Parallel/ref/System.Threading.Tasks.Parallel.csproj +++ b/src/libraries/System.Threading.Tasks.Parallel/ref/System.Threading.Tasks.Parallel.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Threading.Tasks/ref/System.Threading.Tasks.csproj b/src/libraries/System.Threading.Tasks/ref/System.Threading.Tasks.csproj index b413a7f1b1bd62..a0952ffd366b41 100644 --- a/src/libraries/System.Threading.Tasks/ref/System.Threading.Tasks.csproj +++ b/src/libraries/System.Threading.Tasks/ref/System.Threading.Tasks.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Threading.Thread/ref/System.Threading.Thread.csproj b/src/libraries/System.Threading.Thread/ref/System.Threading.Thread.csproj index a0c7a299bf20cc..a8a0dc14d6a970 100644 --- a/src/libraries/System.Threading.Thread/ref/System.Threading.Thread.csproj +++ b/src/libraries/System.Threading.Thread/ref/System.Threading.Thread.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj b/src/libraries/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj index d00605c595a0b6..ab20eefba4d01d 100644 --- a/src/libraries/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj +++ b/src/libraries/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Threading.Timer/ref/System.Threading.Timer.csproj b/src/libraries/System.Threading.Timer/ref/System.Threading.Timer.csproj index 3e5863992db817..9284ba71e6b4c0 100644 --- a/src/libraries/System.Threading.Timer/ref/System.Threading.Timer.csproj +++ b/src/libraries/System.Threading.Timer/ref/System.Threading.Timer.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Threading/ref/System.Threading.csproj b/src/libraries/System.Threading/ref/System.Threading.csproj index ffd91ffbd74acc..6bfd27263eaf89 100644 --- a/src/libraries/System.Threading/ref/System.Threading.csproj +++ b/src/libraries/System.Threading/ref/System.Threading.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Transactions.Local/ref/System.Transactions.Local.csproj b/src/libraries/System.Transactions.Local/ref/System.Transactions.Local.csproj index 8d14826b99a4da..983a4e2ae95c8e 100644 --- a/src/libraries/System.Transactions.Local/ref/System.Transactions.Local.csproj +++ b/src/libraries/System.Transactions.Local/ref/System.Transactions.Local.csproj @@ -1,7 +1,7 @@ Library - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj b/src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj index b0e3ee9b372e71..c673ec04a0d89e 100644 --- a/src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj +++ b/src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj @@ -1,10 +1,10 @@ - + true {7AF57E6B-2CED-45C9-8BCA-5BBA60D018E0} $(NoWarn);0809;0618 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -16,4 +16,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj b/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj index 98e6707596b3b6..6280c5404ad91d 100644 --- a/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj +++ b/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj @@ -3,7 +3,7 @@ 4.0.3.0 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent);_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Web.HttpUtility/ref/System.Web.HttpUtility.csproj b/src/libraries/System.Web.HttpUtility/ref/System.Web.HttpUtility.csproj index 47e5c808ef8751..a642b6af91f158 100644 --- a/src/libraries/System.Web.HttpUtility/ref/System.Web.HttpUtility.csproj +++ b/src/libraries/System.Web.HttpUtility/ref/System.Web.HttpUtility.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj index 8f3785044cb8c4..04d25f89c1dd9a 100644 --- a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release + netcoreapp3.0;;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.csproj b/src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.csproj index c48991e0eb183e..9feafe3b647929 100644 --- a/src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.csproj +++ b/src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Xml.XDocument/ref/System.Xml.XDocument.csproj b/src/libraries/System.Xml.XDocument/ref/System.Xml.XDocument.csproj index f53a51850841c0..4afa7d26cd8469 100644 --- a/src/libraries/System.Xml.XDocument/ref/System.Xml.XDocument.csproj +++ b/src/libraries/System.Xml.XDocument/ref/System.Xml.XDocument.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj b/src/libraries/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj index 3ebe4f67c1d473..ab03041e5728c7 100644 --- a/src/libraries/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj +++ b/src/libraries/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Xml.XPath/ref/System.Xml.XPath.csproj b/src/libraries/System.Xml.XPath/ref/System.Xml.XPath.csproj index f64892ff3612e1..2cc12683c9495e 100644 --- a/src/libraries/System.Xml.XPath/ref/System.Xml.XPath.csproj +++ b/src/libraries/System.Xml.XPath/ref/System.Xml.XPath.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Xml.XmlDocument/ref/System.Xml.XmlDocument.csproj b/src/libraries/System.Xml.XmlDocument/ref/System.Xml.XmlDocument.csproj index 3b48070e39c760..1f4cd28e2e00c7 100644 --- a/src/libraries/System.Xml.XmlDocument/ref/System.Xml.XmlDocument.csproj +++ b/src/libraries/System.Xml.XmlDocument/ref/System.Xml.XmlDocument.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.csproj b/src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.csproj index 5c0c924f7583c8..112523f3780ad3 100644 --- a/src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.csproj +++ b/src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/mscorlib.WinRT-Facade/ref/mscorlib.WinRT-Facade.csproj b/src/libraries/mscorlib.WinRT-Facade/ref/mscorlib.WinRT-Facade.csproj index de5ea4b335fe6e..2719938a7c36f6 100644 --- a/src/libraries/mscorlib.WinRT-Facade/ref/mscorlib.WinRT-Facade.csproj +++ b/src/libraries/mscorlib.WinRT-Facade/ref/mscorlib.WinRT-Facade.csproj @@ -6,7 +6,7 @@ false - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release + $(NetCoreAppCurrent);netstandard2.0;netstandard1.0; From 595f22af7ce8eadfc33c21023367f7c8c62e8e80 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 3 Jan 2020 14:08:40 -0800 Subject: [PATCH 06/58] manual reference assebly change and generated shims build --- eng/illink.targets | 14 +++++++------- eng/referenceAssemblies.props | 5 +++-- .../shims/generated/Directory.Build.props | 6 ++++++ 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/eng/illink.targets b/eng/illink.targets index 640a08821fb05b..59960f31aa19a7 100644 --- a/eng/illink.targets +++ b/eng/illink.targets @@ -35,23 +35,23 @@ Must be enabled by setting BinPlaceILLinkTrimAssembly=true --> - + $(ArtifactsBinDir)ILLinkTrimAssembly/$(BuildConfiguration)/trimmed TrimmedItem - - + + $(ArtifactsBinDir)ILLinkTrimAssembly/$(BuildConfiguration)/reports TrimmingReport - - + + $(ArtifactsBinDir)ILLinkTrimAssembly/$(BuildConfiguration)/pretrimmed PreTrimmedItem - + + DependsOnTargets="GetBinPlaceTargetFramework"> false diff --git a/eng/referenceAssemblies.props b/eng/referenceAssemblies.props index dbb4b62aabc571..e6b7f98b45804f 100644 --- a/eng/referenceAssemblies.props +++ b/eng/referenceAssemblies.props @@ -7,10 +7,11 @@ + $(AdditionalBuildTargetFrameworks);netstandard2.0;netstandard2.1 $([MSBuild]::NormalizeDirectory('$(ReferenceAssemblyOutputPath)', 'ref')) - $(BaseOutputPath)$(Configuration) + $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)', 'ref')) - $(BaseIntermediateOutputPath)$(Configuration) + $(BaseIntermediateOutputPath)$(TargetFramework)-$(Configuration) $(NoWarn);CS0169;CS0649;CS8618 diff --git a/src/libraries/shims/generated/Directory.Build.props b/src/libraries/shims/generated/Directory.Build.props index 33ac71219eb707..1a0497d32fe0d2 100644 --- a/src/libraries/shims/generated/Directory.Build.props +++ b/src/libraries/shims/generated/Directory.Build.props @@ -20,4 +20,10 @@ + + + $(NetCoreAppCurrent); + $(TargetFramework) + $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) + From 39775930eaa031d954ec0e8cca3f8d09467223fb Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 3 Jan 2020 14:19:01 -0800 Subject: [PATCH 07/58] automatic src change and regex --- src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj | 2 +- .../Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj | 4 ++-- .../Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj | 4 ++-- .../src/Microsoft.Win32.Primitives.csproj | 4 ++-- .../src/Microsoft.Win32.Registry.AccessControl.csproj | 2 +- .../src/Microsoft.Win32.Registry.csproj | 4 ++-- .../src/Microsoft.Win32.SystemEvents.csproj | 2 +- .../src/Microsoft.XmlSerializer.Generator.csproj | 2 +- .../System.AppContext/src/System.AppContext.csproj | 2 +- src/libraries/System.Buffers/src/System.Buffers.csproj | 2 +- src/libraries/System.CodeDom/src/System.CodeDom.csproj | 2 +- .../src/System.Collections.Concurrent.csproj | 2 +- .../src/System.Collections.Immutable.csproj | 2 +- .../src/System.Collections.NonGeneric.csproj | 4 ++-- .../src/System.Collections.Specialized.csproj | 4 ++-- .../System.Collections/src/System.Collections.csproj | 4 ++-- .../src/System.ComponentModel.Annotations.csproj | 2 +- .../System.ComponentModel.Composition.Registration.csproj | 6 +++--- .../src/System.ComponentModel.Composition.csproj | 4 ++-- .../src/System.ComponentModel.EventBasedAsync.csproj | 2 +- .../src/System.ComponentModel.Primitives.csproj | 2 +- .../src/System.ComponentModel.TypeConverter.csproj | 4 ++-- .../System.ComponentModel/src/System.ComponentModel.csproj | 2 +- .../src/System.Composition.AttributedModel.csproj | 4 ++-- .../src/System.Composition.Convention.csproj | 2 +- .../src/System.Composition.Hosting.csproj | 2 +- .../src/System.Composition.Runtime.csproj | 2 +- .../src/System.Composition.TypedParts.csproj | 2 +- .../src/System.Configuration.ConfigurationManager.csproj | 2 +- src/libraries/System.Console/src/System.Console.csproj | 6 +++--- .../System.Data.Common/src/System.Data.Common.csproj | 6 +++--- .../src/System.Data.DataSetExtensions.csproj | 2 +- src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj | 4 ++-- .../System.Data.OleDb/src/System.Data.OleDb.csproj | 2 +- .../System.Data.SqlClient/src/System.Data.SqlClient.csproj | 4 ++-- .../src/System.Diagnostics.Contracts.csproj | 2 +- .../src/System.Diagnostics.Debug.csproj | 2 +- .../src/System.Diagnostics.DiagnosticSource.csproj | 6 +++--- .../src/System.Diagnostics.EventLog.csproj | 4 ++-- .../src/System.Diagnostics.FileVersionInfo.csproj | 4 ++-- .../src/System.Diagnostics.PerformanceCounter.csproj | 4 ++-- .../src/System.Diagnostics.Process.csproj | 6 +++--- .../src/System.Diagnostics.StackTrace.csproj | 4 ++-- .../src/System.Diagnostics.TextWriterTraceListener.csproj | 2 +- .../src/System.Diagnostics.Tools.csproj | 2 +- .../src/System.Diagnostics.TraceSource.csproj | 2 +- .../src/System.Diagnostics.Tracing.csproj | 2 +- .../src/System.DirectoryServices.AccountManagement.csproj | 4 ++-- .../src/System.DirectoryServices.Protocols.csproj | 4 ++-- .../src/System.DirectoryServices.csproj | 2 +- .../System.Drawing.Common/src/System.Drawing.Common.csproj | 4 ++-- .../src/System.Drawing.Primitives.csproj | 6 +++--- .../src/System.Dynamic.Runtime.csproj | 2 +- .../src/System.Globalization.Calendars.csproj | 2 +- .../src/System.Globalization.Extensions.csproj | 2 +- .../System.Globalization/src/System.Globalization.csproj | 2 +- .../src/System.IO.Compression.Brotli.csproj | 2 +- .../src/System.IO.Compression.ZipFile.csproj | 2 +- .../System.IO.Compression/src/System.IO.Compression.csproj | 4 ++-- .../src/System.IO.FileSystem.AccessControl.csproj | 6 +++--- .../src/System.IO.FileSystem.DriveInfo.csproj | 4 ++-- .../src/System.IO.FileSystem.Primitives.csproj | 2 +- .../src/System.IO.FileSystem.Watcher.csproj | 4 ++-- .../System.IO.FileSystem/src/System.IO.FileSystem.csproj | 4 ++-- .../src/System.IO.IsolatedStorage.csproj | 2 +- .../src/System.IO.MemoryMappedFiles.csproj | 4 ++-- .../System.IO.Packaging/src/System.IO.Packaging.csproj | 4 ++-- .../System.IO.Pipelines/src/System.IO.Pipelines.csproj | 6 +++--- .../src/System.IO.Pipes.AccessControl.csproj | 2 +- src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj | 6 +++--- src/libraries/System.IO.Ports/src/System.IO.Ports.csproj | 4 ++-- .../src/System.IO.UnmanagedMemoryStream.csproj | 2 +- src/libraries/System.IO/src/System.IO.csproj | 2 +- src/libraries/System.Json/src/System.Json.csproj | 2 +- .../src/System.Linq.Expressions.csproj | 2 +- .../System.Linq.Parallel/src/System.Linq.Parallel.csproj | 2 +- .../System.Linq.Queryable/src/System.Linq.Queryable.csproj | 2 +- src/libraries/System.Linq/src/System.Linq.csproj | 4 ++-- .../System.Management/src/System.Management.csproj | 4 ++-- src/libraries/System.Memory/src/System.Memory.csproj | 4 ++-- .../src/System.Net.Http.WinHttpHandler.csproj | 4 ++-- src/libraries/System.Net.Http/src/System.Net.Http.csproj | 6 +++--- .../src/System.Net.HttpListener.csproj | 4 ++-- src/libraries/System.Net.Mail/src/System.Net.Mail.csproj | 4 ++-- .../src/System.Net.NameResolution.csproj | 4 ++-- .../src/System.Net.NetworkInformation.csproj | 4 ++-- src/libraries/System.Net.Ping/src/System.Net.Ping.csproj | 4 ++-- .../System.Net.Primitives/src/System.Net.Primitives.csproj | 4 ++-- src/libraries/System.Net.Quic/src/System.Net.Quic.csproj | 4 ++-- .../System.Net.Requests/src/System.Net.Requests.csproj | 4 ++-- .../System.Net.Security/src/System.Net.Security.csproj | 4 ++-- .../src/System.Net.ServicePoint.csproj | 2 +- .../System.Net.Sockets/src/System.Net.Sockets.csproj | 4 ++-- .../System.Net.WebClient/src/System.Net.WebClient.csproj | 2 +- .../src/System.Net.WebHeaderCollection.csproj | 2 +- .../System.Net.WebProxy/src/System.Net.WebProxy.csproj | 2 +- .../src/System.Net.WebSockets.Client.csproj | 4 ++-- .../src/System.Net.WebSockets.WebSocketProtocol.csproj | 4 ++-- .../System.Net.WebSockets/src/System.Net.WebSockets.csproj | 4 ++-- .../src/System.Numerics.Tensors.csproj | 4 ++-- .../src/System.Numerics.Vectors.csproj | 4 ++-- .../System.ObjectModel/src/System.ObjectModel.csproj | 2 +- .../src/System.Private.DataContractSerialization.csproj | 2 +- .../System.Private.Uri/src/System.Private.Uri.csproj | 6 +++--- .../src/System.Private.Xml.Linq.csproj | 4 ++-- .../System.Private.Xml/src/System.Private.Xml.csproj | 4 ++-- .../src/System.Reflection.Context.csproj | 2 +- .../src/System.Reflection.DispatchProxy.csproj | 2 +- .../src/System.Reflection.Emit.ILGeneration.csproj | 2 +- .../src/System.Reflection.Emit.Lightweight.csproj | 2 +- .../src/System.Reflection.Emit.csproj | 4 ++-- .../src/System.Reflection.Extensions.csproj | 2 +- .../src/System.Reflection.Metadata.csproj | 4 ++-- .../src/System.Reflection.MetadataLoadContext.csproj | 4 ++-- .../src/System.Reflection.Primitives.csproj | 2 +- .../src/System.Reflection.TypeExtensions.csproj | 4 ++-- .../System.Reflection/src/System.Reflection.csproj | 2 +- .../src/System.Resources.Extensions.csproj | 6 +++--- .../src/System.Resources.Reader.csproj | 2 +- .../src/System.Resources.ResourceManager.csproj | 2 +- .../src/System.Resources.Writer.csproj | 2 +- .../src/System.Runtime.Caching.csproj | 4 ++-- .../src/System.Runtime.CompilerServices.VisualC.csproj | 4 ++-- .../src/System.Runtime.Extensions.csproj | 6 +++--- .../src/System.Runtime.Handles.csproj | 2 +- ...System.Runtime.InteropServices.RuntimeInformation.csproj | 4 ++-- .../System.Runtime.InteropServices.WindowsRuntime.csproj | 2 +- .../src/System.Runtime.InteropServices.csproj | 4 ++-- .../src/System.Runtime.Intrinsics.Experimental.csproj | 4 ++-- .../src/System.Runtime.Intrinsics.csproj | 4 ++-- .../System.Runtime.Loader/src/System.Runtime.Loader.csproj | 2 +- .../src/System.Runtime.Numerics.csproj | 2 +- .../src/System.Runtime.Serialization.Formatters.csproj | 6 +++--- .../src/System.Runtime.Serialization.Json.csproj | 2 +- .../src/System.Runtime.Serialization.Primitives.csproj | 2 +- .../src/System.Runtime.Serialization.Xml.csproj | 2 +- .../src/System.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../src/System.Runtime.WindowsRuntime.csproj | 2 +- src/libraries/System.Runtime/src/System.Runtime.csproj | 4 ++-- .../src/System.Security.AccessControl.csproj | 4 ++-- .../src/System.Security.Claims.csproj | 2 +- .../src/System.Security.Cryptography.Algorithms.csproj | 6 +++--- .../src/System.Security.Cryptography.Cng.csproj | 2 +- .../src/System.Security.Cryptography.Csp.csproj | 4 ++-- .../src/System.Security.Cryptography.Encoding.csproj | 6 +++--- .../src/System.Security.Cryptography.OpenSsl.csproj | 2 +- .../src/System.Security.Cryptography.Pkcs.csproj | 6 +++--- .../src/System.Security.Cryptography.Primitives.csproj | 4 ++-- .../src/System.Security.Cryptography.ProtectedData.csproj | 2 +- .../System.Security.Cryptography.X509Certificates.csproj | 4 ++-- .../src/System.Security.Cryptography.Xml.csproj | 4 ++-- .../src/System.Security.Permissions.csproj | 4 ++-- .../src/System.Security.Principal.Windows.csproj | 4 ++-- .../src/System.Security.Principal.csproj | 2 +- .../src/System.Security.SecureString.csproj | 2 +- .../src/System.ServiceModel.Syndication.csproj | 2 +- .../src/System.ServiceProcess.ServiceController.csproj | 4 ++-- .../src/System.Text.Encoding.CodePages.csproj | 4 ++-- .../src/System.Text.Encoding.Extensions.csproj | 2 +- .../System.Text.Encoding/src/System.Text.Encoding.csproj | 2 +- .../src/System.Text.Encodings.Web.csproj | 6 +++--- src/libraries/System.Text.Json/src/System.Text.Json.csproj | 6 +++--- .../src/System.Text.RegularExpressions.csproj | 4 ++-- .../src/System.Threading.AccessControl.csproj | 2 +- .../src/System.Threading.Channels.csproj | 6 +++--- .../src/System.Threading.Overlapped.csproj | 2 +- .../src/System.Threading.Tasks.Dataflow.csproj | 2 +- .../src/System.Threading.Tasks.Extensions.csproj | 2 +- .../src/System.Threading.Tasks.Parallel.csproj | 2 +- .../src/System.Threading.Tasks.csproj | 2 +- .../src/System.Threading.Thread.csproj | 4 ++-- .../src/System.Threading.ThreadPool.csproj | 2 +- .../src/System.Threading.Timer.csproj | 2 +- src/libraries/System.Threading/src/System.Threading.csproj | 2 +- .../src/System.Transactions.Local.csproj | 4 ++-- .../src/System.Utf8String.Experimental.csproj | 4 ++-- .../System.ValueTuple/src/System.ValueTuple.csproj | 2 +- .../src/System.Web.HttpUtility.csproj | 2 +- .../src/System.Windows.Extensions.csproj | 2 +- .../src/System.Xml.ReaderWriter.csproj | 2 +- .../System.Xml.XDocument/src/System.Xml.XDocument.csproj | 2 +- .../src/System.Xml.XPath.XDocument.csproj | 4 ++-- src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj | 2 +- .../src/System.Xml.XmlDocument.csproj | 2 +- .../src/System.Xml.XmlSerializer.csproj | 2 +- 185 files changed, 297 insertions(+), 297 deletions(-) diff --git a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj index b957f56951a119..6504b7530bdc86 100644 --- a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj +++ b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj @@ -4,7 +4,7 @@ Microsoft.CSharp true - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;_$(NetFrameworkCurrent); diff --git a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj index baffe76e02fb51..816105acb02ceb 100644 --- a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj +++ b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj @@ -3,7 +3,7 @@ Microsoft.Diagnostics.Tracing.EventSource $(NoWarn);CS1573 $(DefineConstants);NO_EVENTCOMMANDEXECUTED_SUPPORT;ES_BUILD_STANDALONE;FEATURE_MANAGED_ETW;PLATFORM_WINDOWS - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release + net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; enable @@ -32,4 +32,4 @@ - + \ No newline at end of file diff --git a/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj b/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj index e3c85ef828c0f6..d0103b86fbd309 100644 --- a/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj +++ b/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj @@ -1,7 +1,7 @@ Microsoft.IO.Redist - $(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release + $(NetFrameworkCurrent); $(DefineConstants);MS_IO_REDIST true $(NoWarn);CS1573 @@ -118,4 +118,4 @@ - + \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj b/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj index 4752a85954c0cd..18fbddeac9b374 100644 --- a/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj +++ b/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; enable @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj b/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj index 19a854e168b462..0735809aea1369 100644 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj +++ b/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj @@ -4,7 +4,7 @@ true true SR.PlatformNotSupported_RegistryAccessControl - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index a346f691677a8c..8f9bbd8fb0369a 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -6,7 +6,7 @@ true SR.PlatformNotSupported_Registry $(NoWarn);CA1823 - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Unix-Debug;netstandard2.0-Unix-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; @@ -105,4 +105,4 @@ - + \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj index 558e3f4cb9bc4e..3e62bb803a8bcd 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -3,7 +3,7 @@ true true SR.PlatformNotSupported_SystemEvents - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp2.0-Windows_NT-Debug;netcoreapp2.0-Windows_NT-Release;netcoreapp3.0-Windows_NT-Debug;netcoreapp3.0-Windows_NT-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/Microsoft.XmlSerializer.Generator/src/Microsoft.XmlSerializer.Generator.csproj b/src/libraries/Microsoft.XmlSerializer.Generator/src/Microsoft.XmlSerializer.Generator.csproj index 0a646056dc01ce..353622e5950d03 100644 --- a/src/libraries/Microsoft.XmlSerializer.Generator/src/Microsoft.XmlSerializer.Generator.csproj +++ b/src/libraries/Microsoft.XmlSerializer.Generator/src/Microsoft.XmlSerializer.Generator.csproj @@ -5,7 +5,7 @@ ..\..\System.Private.Xml\src\Resources\Strings.resx FxResources.$(AssemblyName.Replace('-', '_')).SR Exe - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.AppContext/src/System.AppContext.csproj b/src/libraries/System.AppContext/src/System.AppContext.csproj index 09c8bddfea2b1a..698cab9d7422e7 100644 --- a/src/libraries/System.AppContext/src/System.AppContext.csproj +++ b/src/libraries/System.AppContext/src/System.AppContext.csproj @@ -3,7 +3,7 @@ System.AppContext true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Buffers/src/System.Buffers.csproj b/src/libraries/System.Buffers/src/System.Buffers.csproj index 19bd595f254644..0c50b45ed57a34 100644 --- a/src/libraries/System.Buffers/src/System.Buffers.csproj +++ b/src/libraries/System.Buffers/src/System.Buffers.csproj @@ -3,7 +3,7 @@ true true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.CodeDom/src/System.CodeDom.csproj b/src/libraries/System.CodeDom/src/System.CodeDom.csproj index 07b67446bf6ad6..1861f766079776 100644 --- a/src/libraries/System.CodeDom/src/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/src/System.CodeDom.csproj @@ -3,7 +3,7 @@ true true $(DefineConstants);CODEDOM - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + net461;netstandard2.0;;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj b/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj index 3930e7e4a60917..6218b3b4b5535e 100644 --- a/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj +++ b/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj @@ -4,7 +4,7 @@ System.Collections.Concurrent true enable - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj index 41fd39c1f4aa2e..d640fe331a9b72 100644 --- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -4,7 +4,7 @@ System.Collections.Immutable 512 netstandard1.0;portable-net45+win8+wp8+wpa81 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release;netstandard1.3-Debug;netstandard1.3-Release + netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj b/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj index 9cf8eedb1e91a3..b26cc503152172 100644 --- a/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj +++ b/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj @@ -1,9 +1,9 @@ - + System.Collections.NonGeneric System.Collections.NonGeneric true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj b/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj index 2890f5e29fd590..c4218302074ba9 100644 --- a/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj +++ b/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj @@ -1,8 +1,8 @@ - + System.Collections.Specialized System.Collections.Specialized - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections/src/System.Collections.csproj b/src/libraries/System.Collections/src/System.Collections.csproj index 8509e28105b426..79ad6aa356f80f 100644 --- a/src/libraries/System.Collections/src/System.Collections.csproj +++ b/src/libraries/System.Collections/src/System.Collections.csproj @@ -1,9 +1,9 @@ - + System.Collections true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; enable diff --git a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj index 54ea9acf4ae755..61bfbbe354e766 100644 --- a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj +++ b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj @@ -1,6 +1,6 @@ - netstandard2.1-Debug;netstandard2.1-Release + netstandard2.1; diff --git a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj index e163456a63afa3..4d6120e90499df 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj +++ b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj @@ -1,7 +1,7 @@ - + System.ComponentModel.Composition.Registration - netstandard2.1-Debug;netstandard2.1-Release + netstandard2.1; @@ -33,4 +33,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj index f7067b40ec7da4..33bfd4e79555a0 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -1,4 +1,4 @@ - + System.ComponentModel.Composition @@ -6,7 +6,7 @@ $(NoWarn);CS1573 SR.PlatformNotSupported_ComponentModel_Composition - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp2.0-Debug;netcoreapp2.0-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp2.0;;_$(NetFrameworkCurrent);$(NetCoreAppCurrent); diff --git a/src/libraries/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj b/src/libraries/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj index 4c6a483bf153e8..e613c2fb6431e4 100644 --- a/src/libraries/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj +++ b/src/libraries/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj @@ -2,7 +2,7 @@ System.ComponentModel.EventBasedAsync System.ComponentModel.EventBasedAsync - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj b/src/libraries/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj index ee162e6f4bc742..09ecb273fc48f8 100644 --- a/src/libraries/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj +++ b/src/libraries/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj @@ -2,7 +2,7 @@ System.ComponentModel.Primitives System.ComponentModel.Primitives - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj index c8051d2b794b57..74f0a096a7bda8 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj +++ b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj @@ -4,7 +4,7 @@ System.ComponentModel.TypeConverter true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -270,4 +270,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.ComponentModel/src/System.ComponentModel.csproj b/src/libraries/System.ComponentModel/src/System.ComponentModel.csproj index 3062041f6ad6f1..ea4acb997c714a 100644 --- a/src/libraries/System.ComponentModel/src/System.ComponentModel.csproj +++ b/src/libraries/System.ComponentModel/src/System.ComponentModel.csproj @@ -3,7 +3,7 @@ System.ComponentModel System.ComponentModel true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Composition.AttributedModel/src/System.Composition.AttributedModel.csproj b/src/libraries/System.Composition.AttributedModel/src/System.Composition.AttributedModel.csproj index 0be49b0ddad676..cb0604bfe65b6f 100644 --- a/src/libraries/System.Composition.AttributedModel/src/System.Composition.AttributedModel.csproj +++ b/src/libraries/System.Composition.AttributedModel/src/System.Composition.AttributedModel.csproj @@ -1,7 +1,7 @@ - + System.Composition.AttributedModel - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj b/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj index 95479d3e48bee2..f39bef2b38d472 100644 --- a/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj +++ b/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj @@ -4,7 +4,7 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Composition.Hosting/src/System.Composition.Hosting.csproj b/src/libraries/System.Composition.Hosting/src/System.Composition.Hosting.csproj index 465d7c314dd877..0b9e0c9270c3cd 100644 --- a/src/libraries/System.Composition.Hosting/src/System.Composition.Hosting.csproj +++ b/src/libraries/System.Composition.Hosting/src/System.Composition.Hosting.csproj @@ -4,7 +4,7 @@ - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Composition.Runtime/src/System.Composition.Runtime.csproj b/src/libraries/System.Composition.Runtime/src/System.Composition.Runtime.csproj index bc6bde092ebc55..1f7135abf9e87c 100644 --- a/src/libraries/System.Composition.Runtime/src/System.Composition.Runtime.csproj +++ b/src/libraries/System.Composition.Runtime/src/System.Composition.Runtime.csproj @@ -2,7 +2,7 @@ System.Composition System.Composition.Runtime - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj b/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj index ae7539da9cd5e1..89ca3469d0c65e 100644 --- a/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj +++ b/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj @@ -2,7 +2,7 @@ System.Composition System.Composition.TypedParts - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj index 7acf1a93825f73..352ae1ba3cb5c1 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj @@ -1,7 +1,7 @@ true - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Console/src/System.Console.csproj b/src/libraries/System.Console/src/System.Console.csproj index c539c594bd36e5..40a9c0a20bd3e9 100644 --- a/src/libraries/System.Console/src/System.Console.csproj +++ b/src/libraries/System.Console/src/System.Console.csproj @@ -1,9 +1,9 @@ - + System.Console System.Console true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; enable @@ -290,4 +290,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Data.Common/src/System.Data.Common.csproj b/src/libraries/System.Data.Common/src/System.Data.Common.csproj index ae8deb1e7582eb..4da5d8355180dc 100644 --- a/src/libraries/System.Data.Common/src/System.Data.Common.csproj +++ b/src/libraries/System.Data.Common/src/System.Data.Common.csproj @@ -1,10 +1,10 @@ - + System.Data.Common true $(NoWarn);CS1573 AnyCPU - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -332,4 +332,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Data.DataSetExtensions/src/System.Data.DataSetExtensions.csproj b/src/libraries/System.Data.DataSetExtensions/src/System.Data.DataSetExtensions.csproj index 5271a90384a371..c0dc32196ff172 100644 --- a/src/libraries/System.Data.DataSetExtensions/src/System.Data.DataSetExtensions.csproj +++ b/src/libraries/System.Data.DataSetExtensions/src/System.Data.DataSetExtensions.csproj @@ -1,7 +1,7 @@ System.Data.DataSetExtensions - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); true diff --git a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj index 9113a4ee995d19..d3573ddf707aa0 100644 --- a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj @@ -4,7 +4,7 @@ true true SR.Odbc_PlatformNotSupported - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetCoreAppCurrent)-FreeBSD-Debug;$(NetCoreAppCurrent)-FreeBSD-Release;$(NetCoreAppCurrent)-Linux-Debug;$(NetCoreAppCurrent)-Linux-Release;$(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp2.0-FreeBSD-Debug;netcoreapp2.0-FreeBSD-Release;netcoreapp2.0-Linux-Debug;netcoreapp2.0-Linux-Release;netcoreapp2.0-OSX-Debug;netcoreapp2.0-OSX-Release;netcoreapp2.0-Windows_NT-Debug;netcoreapp2.0-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release + netcoreapp2.0-FreeBSD;netcoreapp2.0-Linux;netcoreapp2.0-OSX;netcoreapp2.0-Windows_NT;net461-Windows_NT;netstandard2.0;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; @@ -184,4 +184,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj index 55b8fda937ec48..04f8bb04acb253 100644 --- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_OleDb $(NoWarn);CS0618 - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT; true diff --git a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj index bfc95541ada1e9..6cb708c6b6287b 100644 --- a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj @@ -9,7 +9,7 @@ $(DefineConstants);FEATURE_TCPKEEPALIVE annotations $(DefineConstants);INTERNAL_NULLABLE_ATTRIBUTES - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp2.1-Debug;netcoreapp2.1-Release;netcoreapp2.1-Unix-Debug;netcoreapp2.1-Unix-Release;netcoreapp2.1-Windows_NT-Debug;netcoreapp2.1-Windows_NT-Release;netstandard2.0-Unix-Debug;netstandard2.0-Unix-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release; + netstandard2.0-Unix;netstandard2.0-Windows_NT;netcoreapp2.1;netcoreapp2.1-Unix;netcoreapp2.1-Windows_NT;$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT; @@ -564,4 +564,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Contracts/src/System.Diagnostics.Contracts.csproj b/src/libraries/System.Diagnostics.Contracts/src/System.Diagnostics.Contracts.csproj index e72ee814bae3cf..c1e5e7a3576f83 100644 --- a/src/libraries/System.Diagnostics.Contracts/src/System.Diagnostics.Contracts.csproj +++ b/src/libraries/System.Diagnostics.Contracts/src/System.Diagnostics.Contracts.csproj @@ -2,7 +2,7 @@ System.Diagnostics.Contracts true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Diagnostics.Debug/src/System.Diagnostics.Debug.csproj b/src/libraries/System.Diagnostics.Debug/src/System.Diagnostics.Debug.csproj index 4f03a4df60adbb..637262a4a9f971 100644 --- a/src/libraries/System.Diagnostics.Debug/src/System.Diagnostics.Debug.csproj +++ b/src/libraries/System.Diagnostics.Debug/src/System.Diagnostics.Debug.csproj @@ -2,7 +2,7 @@ System.Diagnostics.Debug true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj index b52752c5154453..24eab925aef922 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj @@ -1,4 +1,4 @@ - + @@ -463,4 +463,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj b/src/libraries/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj index ae317792449494..5c82b2a6b4a621 100644 --- a/src/libraries/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj +++ b/src/libraries/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj @@ -6,7 +6,7 @@ enable $(NoWarn);1685 - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -38,4 +38,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj index 7d865f9b60a4ce..959e7b74de7d1a 100644 --- a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj +++ b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj @@ -2,7 +2,7 @@ System.Diagnostics.TextWriterTraceListener System.Diagnostics.TextWriterTraceListener - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Diagnostics.Tools/src/System.Diagnostics.Tools.csproj b/src/libraries/System.Diagnostics.Tools/src/System.Diagnostics.Tools.csproj index 2921c063705819..457170f8b5c81b 100644 --- a/src/libraries/System.Diagnostics.Tools/src/System.Diagnostics.Tools.csproj +++ b/src/libraries/System.Diagnostics.Tools/src/System.Diagnostics.Tools.csproj @@ -4,7 +4,7 @@ true $(DefineConstants);SYSTEM_DIAGNOSTICS_TOOLS enable - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj b/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj index 92695aaef26fd7..e44fd5c9c3dbf7 100644 --- a/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj +++ b/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj @@ -3,7 +3,7 @@ System.Diagnostics.TraceSource System.Diagnostics.TraceSource $(DefineConstants);TRACE - $(NetCoreAppCurrent)-FreeBSD-Debug;$(NetCoreAppCurrent)-FreeBSD-Release;$(NetCoreAppCurrent)-Linux-Debug;$(NetCoreAppCurrent)-Linux-Release;$(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj b/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj index d5378c345f77a4..8fe6242ba44c16 100644 --- a/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj +++ b/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj @@ -2,7 +2,7 @@ System.Diagnostics.Tracing true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj index f876cf0635fb8a..2d62d4140e9aa0 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj @@ -6,7 +6,7 @@ $(NoWarn);8073;CA1810 true SR.DirectoryServicesAccountManagement_PlatformNotSupported - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp2.0-Windows_NT-Debug;netcoreapp2.0-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); @@ -121,4 +121,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj index 5a4811ce1c3023..dc7d22304efdae 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj @@ -5,7 +5,7 @@ $(NoWarn);0649;CA1810 true SR.DirectoryServicesProtocols_PlatformNotSupported - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp2.0-Windows_NT-Debug;netcoreapp2.0-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); @@ -59,4 +59,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj index e03a0e92451619..22351362501f79 100644 --- a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj @@ -4,7 +4,7 @@ true $(NoWarn);0649 SR.DirectoryServices_PlatformNotSupported - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp2.0-Windows_NT-Debug;netcoreapp2.0-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj index fb6e5c1aefec8a..68dca5609fea7b 100644 --- a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj @@ -1,11 +1,11 @@ - + $(DefineConstants);DRAWING_NAMESPACE true CS0618 $(DefineConstants);FEATURE_WINDOWS_SYSTEM_COLORS;FEATURE_SYSTEM_EVENTS true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp3.0-Unix-Debug;netcoreapp3.0-Unix-Release;netcoreapp3.0-Windows_NT-Debug;netcoreapp3.0-Windows_NT-Release + netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj b/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj index b7c8ebcbc812dd..c0d09ee3a978cf 100644 --- a/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj +++ b/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj @@ -1,10 +1,10 @@ - + Library System.Drawing System.Drawing.Primitives $(DefineConstants);FEATURE_WINDOWS_SYSTEM_COLORS - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; enable @@ -58,4 +58,4 @@ Common\Interop\Windows\User32\Interop.Win32SystemColors.cs - + \ No newline at end of file diff --git a/src/libraries/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj b/src/libraries/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj index 689fd0bf9f690b..433483af90596c 100644 --- a/src/libraries/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj +++ b/src/libraries/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj @@ -3,7 +3,7 @@ System.Dynamic.Runtime System.Dynamic.Runtime true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Globalization.Calendars/src/System.Globalization.Calendars.csproj b/src/libraries/System.Globalization.Calendars/src/System.Globalization.Calendars.csproj index f6eae82cda86d1..6ebb9cca0c834b 100644 --- a/src/libraries/System.Globalization.Calendars/src/System.Globalization.Calendars.csproj +++ b/src/libraries/System.Globalization.Calendars/src/System.Globalization.Calendars.csproj @@ -2,7 +2,7 @@ System.Globalization.Calendars true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj b/src/libraries/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj index 722461d326b7a3..84a1eaceb9cf86 100644 --- a/src/libraries/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj +++ b/src/libraries/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj @@ -6,7 +6,7 @@ System.Globalization.Extensions true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Globalization/src/System.Globalization.csproj b/src/libraries/System.Globalization/src/System.Globalization.csproj index cb7009c7070948..ae46b0019f1402 100644 --- a/src/libraries/System.Globalization/src/System.Globalization.csproj +++ b/src/libraries/System.Globalization/src/System.Globalization.csproj @@ -2,7 +2,7 @@ System.Globalization true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj index 72f83901f01413..6bab2627e79a35 100644 --- a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj +++ b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj @@ -4,7 +4,7 @@ Library true enable - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.Compression.ZipFile/src/System.IO.Compression.ZipFile.csproj b/src/libraries/System.IO.Compression.ZipFile/src/System.IO.Compression.ZipFile.csproj index 09c9f31600a1d6..4c9259c2f32a3f 100644 --- a/src/libraries/System.IO.Compression.ZipFile/src/System.IO.Compression.ZipFile.csproj +++ b/src/libraries/System.IO.Compression.ZipFile/src/System.IO.Compression.ZipFile.csproj @@ -3,7 +3,7 @@ System.IO.Compression.ZipFile true $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj index c3443265ebc1d7..7f6366dc91923a 100644 --- a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj +++ b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj @@ -3,7 +3,7 @@ System.IO.Compression Library true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; enable @@ -79,4 +79,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj index 65f2e7635294ed..b052ab4a9fa2de 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj @@ -1,9 +1,9 @@ - + true true SR.PlatformNotSupported_AccessControl - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; annotations @@ -82,4 +82,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj b/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj index 405145fd02f9fd..5f49544bcb1dc9 100644 --- a/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj +++ b/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj @@ -3,7 +3,7 @@ System.IO.FileSystem.DriveInfo System.IO.FileSystem.DriveInfo true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; enable @@ -104,4 +104,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj b/src/libraries/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj index bbf4124e96c62d..e78e1d38688c3b 100644 --- a/src/libraries/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj +++ b/src/libraries/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj @@ -2,7 +2,7 @@ System.IO.FileSystem.Primitives true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.IO.FileSystem.Watcher/src/System.IO.FileSystem.Watcher.csproj b/src/libraries/System.IO.FileSystem.Watcher/src/System.IO.FileSystem.Watcher.csproj index 28dc72ed5398f9..f07b9171be8e56 100644 --- a/src/libraries/System.IO.FileSystem.Watcher/src/System.IO.FileSystem.Watcher.csproj +++ b/src/libraries/System.IO.FileSystem.Watcher/src/System.IO.FileSystem.Watcher.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-FreeBSD-Debug;$(NetCoreAppCurrent)-FreeBSD-Release;$(NetCoreAppCurrent)-Linux-Debug;$(NetCoreAppCurrent)-Linux-Release;$(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Windows_NT; enable @@ -153,4 +153,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj b/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj index 1ac2b823618167..c7726f6d8edef3 100644 --- a/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj +++ b/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj @@ -4,7 +4,7 @@ true $(NoWarn);CS1573 true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; enable @@ -156,4 +156,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj b/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj index 3e2ead7a91a98c..6f2a0211d5a70e 100644 --- a/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj +++ b/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj index 756d349f4ce2e0..7d67879adb12fe 100644 --- a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj +++ b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj @@ -3,7 +3,7 @@ System.IO.MemoryMappedFiles true enable - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -161,4 +161,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj index 249c1adbf23d2e..e273f01545bbb5 100644 --- a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj @@ -1,9 +1,9 @@ - + true true $(DefineConstants);FEATURE_SERIALIZATION - net46-Debug;net46-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.3-Debug;netstandard1.3-Release + net46;netstandard1.3;netstandard2.0;;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj index 84019bd764074f..bacae40a2c4771 100644 --- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp3.0;;$(NetCoreAppCurrent); enable @@ -58,4 +58,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.Pipes.AccessControl/src/System.IO.Pipes.AccessControl.csproj b/src/libraries/System.IO.Pipes.AccessControl/src/System.IO.Pipes.AccessControl.csproj index 00ed0208ebf40a..797d701319696d 100644 --- a/src/libraries/System.IO.Pipes.AccessControl/src/System.IO.Pipes.AccessControl.csproj +++ b/src/libraries/System.IO.Pipes.AccessControl/src/System.IO.Pipes.AccessControl.csproj @@ -5,7 +5,7 @@ true true SR.PlatformNotSupported_AccessControl - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj b/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj index 411cb733892763..8538fda5646a3c 100644 --- a/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj +++ b/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj @@ -1,9 +1,9 @@ - + System.IO.Pipes true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -137,4 +137,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj index e9a6dab6b8bf34..6c429c8eb08d32 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -6,7 +6,7 @@ $(DefineConstants);NOSPAN true annotations - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Linux-Debug;netstandard2.0-Linux-Release;netstandard2.0-OSX-Debug;netstandard2.0-OSX-Release;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0-Windows_NT;netstandard2.0-Linux;netstandard2.0-OSX;netstandard2.0;net461-Windows_NT;netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT; @@ -203,4 +203,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj b/src/libraries/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj index bae20e9796f3fb..7e42d65cb12e8b 100644 --- a/src/libraries/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj +++ b/src/libraries/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj @@ -2,7 +2,7 @@ System.IO.UnmanagedMemoryStream true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.IO/src/System.IO.csproj b/src/libraries/System.IO/src/System.IO.csproj index b205fb81ac8c4a..3bacca80e24c8c 100644 --- a/src/libraries/System.IO/src/System.IO.csproj +++ b/src/libraries/System.IO/src/System.IO.csproj @@ -2,7 +2,7 @@ System.IO true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Json/src/System.Json.csproj b/src/libraries/System.Json/src/System.Json.csproj index 1e74254e7e9634..5b786f8c69496e 100644 --- a/src/libraries/System.Json/src/System.Json.csproj +++ b/src/libraries/System.Json/src/System.Json.csproj @@ -4,7 +4,7 @@ System.Json is a library for compat purposes so we want to keep the same identity as it originally shipped with in Silverlight --> MicrosoftShared - netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release + netstandard1.0;netstandard2.0; diff --git a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj index c4e9ba1ea5efc0..1f6f326c64b809 100644 --- a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj +++ b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj @@ -2,7 +2,7 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; System.Linq.Expressions diff --git a/src/libraries/System.Linq.Parallel/src/System.Linq.Parallel.csproj b/src/libraries/System.Linq.Parallel/src/System.Linq.Parallel.csproj index 35d36fd3579e65..5d31eb83596202 100644 --- a/src/libraries/System.Linq.Parallel/src/System.Linq.Parallel.csproj +++ b/src/libraries/System.Linq.Parallel/src/System.Linq.Parallel.csproj @@ -2,7 +2,7 @@ System.Linq.Parallel true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Linq.Queryable/src/System.Linq.Queryable.csproj b/src/libraries/System.Linq.Queryable/src/System.Linq.Queryable.csproj index c65d218cbe52dd..7a2cf20e1e6c02 100644 --- a/src/libraries/System.Linq.Queryable/src/System.Linq.Queryable.csproj +++ b/src/libraries/System.Linq.Queryable/src/System.Linq.Queryable.csproj @@ -2,7 +2,7 @@ System.Linq.Queryable System.Linq.Queryable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Linq/src/System.Linq.csproj b/src/libraries/System.Linq/src/System.Linq.csproj index 0de1af02c43c2f..2ab26d29972847 100644 --- a/src/libraries/System.Linq/src/System.Linq.csproj +++ b/src/libraries/System.Linq/src/System.Linq.csproj @@ -2,7 +2,7 @@ System.Linq System.Linq - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -108,4 +108,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj index c08e8b805fc600..2fa494cdafa10c 100644 --- a/src/libraries/System.Management/src/System.Management.csproj +++ b/src/libraries/System.Management/src/System.Management.csproj @@ -4,7 +4,7 @@ $(NoWarn);0618 true SR.PlatformNotSupported_SystemManagement - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp2.0-Windows_NT-Debug;netcoreapp2.0-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); @@ -86,4 +86,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Memory/src/System.Memory.csproj b/src/libraries/System.Memory/src/System.Memory.csproj index 6e2285e1364fef..22a85e6fb88d9f 100644 --- a/src/libraries/System.Memory/src/System.Memory.csproj +++ b/src/libraries/System.Memory/src/System.Memory.csproj @@ -1,9 +1,9 @@ - + true true enable - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; $(DefineConstants);MAKE_ABW_PUBLIC diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj index 3162793532d55f..ba6b081310da67 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj @@ -3,7 +3,7 @@ AnyCPU SR.PlatformNotSupported_WinHttpHandler true - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; true @@ -119,4 +119,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.Http/src/System.Net.Http.csproj b/src/libraries/System.Net.Http/src/System.Net.Http.csproj index 45e456c3698a7f..01af919256825d 100644 --- a/src/libraries/System.Net.Http/src/System.Net.Http.csproj +++ b/src/libraries/System.Net.Http/src/System.Net.Http.csproj @@ -1,4 +1,4 @@ - + Library System.Net.Http @@ -7,7 +7,7 @@ $(NoWarn);0436;CS1573 true $(DefineConstants);HTTP_DLL - $(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; $(DefineConstants);SYSNETHTTP_NO_OPENSSL @@ -707,4 +707,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj index 7f56d3519798f5..1c07790c0173c9 100644 --- a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj +++ b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj @@ -2,7 +2,7 @@ true false - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -362,4 +362,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj index c66cbad6c9d375..0ea05b18692591 100644 --- a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj +++ b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -318,4 +318,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj index 901370db804c5c..1ba28506225e99 100644 --- a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj +++ b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj @@ -2,7 +2,7 @@ System.Net.NameResolution true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -176,4 +176,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj index 2035f79d3f2d7c..c84979651ec202 100644 --- a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj +++ b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj @@ -4,7 +4,7 @@ Library true $(NoWarn);CA1823 - $(NetCoreAppCurrent)-FreeBSD-Debug;$(NetCoreAppCurrent)-FreeBSD-Release;$(NetCoreAppCurrent)-Linux-Debug;$(NetCoreAppCurrent)-Linux-Release;$(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Windows_NT; @@ -306,4 +306,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj b/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj index 91f6652cb483da..db171ae1efe142 100644 --- a/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj +++ b/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj @@ -3,7 +3,7 @@ System.Net.Ping true $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -152,4 +152,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj index 555d5d5c04ad42..dcb3c22d74ba8c 100644 --- a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj +++ b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj @@ -4,7 +4,7 @@ Library true false - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -39,4 +39,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj b/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj index 4e87c1628c97a7..f9b6249c7b7ec0 100644 --- a/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj +++ b/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj @@ -3,7 +3,7 @@ System.Net.Requests System.Net.Requests true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -130,4 +130,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.Security/src/System.Net.Security.csproj b/src/libraries/System.Net.Security/src/System.Net.Security.csproj index 4b47e638a45940..68c4ef16da787d 100644 --- a/src/libraries/System.Net.Security/src/System.Net.Security.csproj +++ b/src/libraries/System.Net.Security/src/System.Net.Security.csproj @@ -2,7 +2,7 @@ System.Net.Security true - $(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; $(DefineConstants);PRODUCT @@ -472,4 +472,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj b/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj index 73f53e6cc97805..c7288ba78be65f 100644 --- a/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj +++ b/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj @@ -2,7 +2,7 @@ true $(NoWarn);CA5364 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj index f6383a1f7aeeb5..fb9819f9c11158 100644 --- a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj +++ b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj @@ -2,7 +2,7 @@ System.Net.Sockets true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj b/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj index dbec9c6a511f7d..c374d81118709c 100644 --- a/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj +++ b/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj @@ -2,7 +2,7 @@ System.Net.WebHeaderCollection true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj b/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj index 936dfb40ca66b6..22923a96786139 100644 --- a/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj +++ b/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj index 7a9e293ff23e3c..67404b7262cb62 100644 --- a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj +++ b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj @@ -2,7 +2,7 @@ True $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -61,4 +61,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj index 1a68b1810b2f39..6c8a099fce940c 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj @@ -3,7 +3,7 @@ System.Net.WebSockets.WebSocketProtocol True $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp2.1-Debug;netcoreapp2.1-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp2.1;;$(NetCoreAppCurrent); @@ -40,4 +40,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj index 1b522024821614..f7126fd33c0aaa 100644 --- a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj +++ b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj @@ -3,7 +3,7 @@ System.Net.WebSockets True $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -43,4 +43,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj b/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj index af8a3d251dec29..8c297edcd11f6c 100644 --- a/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj +++ b/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj @@ -1,7 +1,7 @@ - + true - netstandard2.0-Debug;netstandard2.0-Release;netstandard1.1-Debug;netstandard1.1-Release + netstandard1.1;;netstandard2.0; $(OutputPath)$(MSBuildProjectName).xml System.Numerics.Tensors diff --git a/src/libraries/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj b/src/libraries/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj index c9c65cd8a60c50..25571bb1fa737f 100644 --- a/src/libraries/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj +++ b/src/libraries/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj @@ -1,9 +1,9 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; - + \ No newline at end of file diff --git a/src/libraries/System.ObjectModel/src/System.ObjectModel.csproj b/src/libraries/System.ObjectModel/src/System.ObjectModel.csproj index 0eb6d910c191f5..dc26a653faa2d2 100644 --- a/src/libraries/System.ObjectModel/src/System.ObjectModel.csproj +++ b/src/libraries/System.ObjectModel/src/System.ObjectModel.csproj @@ -2,7 +2,7 @@ System.ObjectModel true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj b/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj index d4c921c3fc65d6..d7276977b8b73b 100644 --- a/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj +++ b/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj @@ -8,7 +8,7 @@ true AnyCPU $(DefineConstants);FEATURE_SERIALIZATION - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); false diff --git a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj index a7e3afb423d3bf..9b2cf2c711b2f2 100644 --- a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj +++ b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj @@ -1,9 +1,9 @@ - + System.Private.Uri true enable - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -50,4 +50,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj index 296f1a3a376e4f..9133d9ff1a85cc 100644 --- a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj +++ b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj @@ -1,8 +1,8 @@ - + System.Private.Xml.Linq System.Xml - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj index 5ba65df4db1c6c..5f7ea09ff009bc 100644 --- a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj +++ b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj @@ -1,11 +1,11 @@ - + System.Private.Xml System.Xml true $(NoWarn);CS1573;649;169;414 $(DefineConstants);FEATURE_COMPILED_XSL - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj b/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj index e798b5cd6ae369..27f1ad195a7377 100644 --- a/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj +++ b/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj @@ -2,7 +2,7 @@ Library SR.PlatformNotSupported_ReflectionContext - netstandard2.0-Debug;netstandard2.0-Release;netstandard1.1-Debug;netstandard1.1-Release;netstandard2.1-Debug;netstandard2.1-Release + netstandard2.0;netstandard1.1;netstandard2.1; diff --git a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj index 3304b67f9b46c1..dd53583c60c6b9 100644 --- a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj @@ -3,7 +3,7 @@ true SR.PlatformNotSupported_ReflectionDispatchProxy - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp2.0-Debug;netcoreapp2.0-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + net461;netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj index 0cefafee13ebd9..0b44cf383502d1 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj @@ -4,7 +4,7 @@ true SR.PlatformNotSupported_RefEmitILGeneration $(IsPartialFacadeAssembly) - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0;; enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj index 65189b59a95e56..d2ff3ddae291ea 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_RefEmitLightweight $(IsPartialFacadeAssembly) - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0;; enable diff --git a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj index 0643609557f1a9..e1239417c822b8 100644 --- a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj @@ -3,7 +3,7 @@ true SR.PlatformNotSupported_RefEmit $(IsPartialFacadeAssembly) - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.1-Debug;netstandard1.1-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.1;; enable @@ -27,4 +27,4 @@ netcore50 - + \ No newline at end of file diff --git a/src/libraries/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj b/src/libraries/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj index d318392dea583d..bf4123baba36d0 100644 --- a/src/libraries/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj +++ b/src/libraries/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj @@ -2,7 +2,7 @@ System.Reflection.Extensions true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj index fcfb202a93f0bb..75ff76627db3d1 100644 --- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj @@ -5,7 +5,7 @@ en-US false netstandard1.1;portable-net45+win8 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.1-Debug;netstandard1.1-Release + netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent); @@ -264,4 +264,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj index 241d33c70c39c5..c40d8e64c37701 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj @@ -1,11 +1,11 @@ - + System.Reflection.MetadataLoadContext System.Reflection true $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;netstandard2.0-Debug;netstandard2.0-Release + netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj b/src/libraries/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj index 6882ffe73f1065..cf1492d7d7002d 100644 --- a/src/libraries/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj +++ b/src/libraries/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj @@ -2,7 +2,7 @@ System.Reflection.Primitives true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj index 69077b07f0b96c..43c0700117899f 100644 --- a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj @@ -1,9 +1,9 @@ - + System.Reflection.TypeExtensions true enable - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.3-Debug;netstandard1.3-Release;netstandard1.5-Debug;netstandard1.5-Release + net461;netstandard2.0;netstandard1.3;netstandard1.5;;$(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; SR.PlatformNotSupported_ReflectionTypeExtensions diff --git a/src/libraries/System.Reflection/src/System.Reflection.csproj b/src/libraries/System.Reflection/src/System.Reflection.csproj index 37632949848779..2f05f7a7c0938c 100644 --- a/src/libraries/System.Reflection/src/System.Reflection.csproj +++ b/src/libraries/System.Reflection/src/System.Reflection.csproj @@ -2,7 +2,7 @@ System.Reflection true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj b/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj index c299a17fd39d71..059d6825b5f50a 100644 --- a/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj +++ b/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj @@ -1,7 +1,7 @@ - + true - netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0; $(DefineConstants);RESOURCES_EXTENSIONS annotations @@ -26,4 +26,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Resources.Reader/src/System.Resources.Reader.csproj b/src/libraries/System.Resources.Reader/src/System.Resources.Reader.csproj index 70e7eace7eb514..2530694c12e39e 100644 --- a/src/libraries/System.Resources.Reader/src/System.Resources.Reader.csproj +++ b/src/libraries/System.Resources.Reader/src/System.Resources.Reader.csproj @@ -4,7 +4,7 @@ System.Resources.Reader System.Resources true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj b/src/libraries/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj index f8140addfd5d0f..fb5d0e1a0c1d97 100644 --- a/src/libraries/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj +++ b/src/libraries/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj @@ -2,7 +2,7 @@ System.Resources.ResourceManager true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj b/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj index 81a7916c342a6c..a2af23837f1340 100644 --- a/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj +++ b/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj @@ -4,7 +4,7 @@ System.Resources.Writer System.Resources enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj index 3c2486e59e567b..ad20403221738a 100644 --- a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj +++ b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj @@ -1,8 +1,8 @@ - + System.Runtime.Caching true - netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0;netstandard2.0-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Runtime.CompilerServices.VisualC/src/System.Runtime.CompilerServices.VisualC.csproj b/src/libraries/System.Runtime.CompilerServices.VisualC/src/System.Runtime.CompilerServices.VisualC.csproj index 27f88ad57db33f..1c1279d2cc2d54 100644 --- a/src/libraries/System.Runtime.CompilerServices.VisualC/src/System.Runtime.CompilerServices.VisualC.csproj +++ b/src/libraries/System.Runtime.CompilerServices.VisualC/src/System.Runtime.CompilerServices.VisualC.csproj @@ -2,7 +2,7 @@ System.Runtime.CompilerServices.VisualC enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); @@ -11,4 +11,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj b/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj index 64a58886476a28..b5c3c6c2338c0d 100644 --- a/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj +++ b/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj @@ -1,11 +1,11 @@ - + System.Runtime.Extensions Library true true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; enable @@ -182,4 +182,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Handles/src/System.Runtime.Handles.csproj b/src/libraries/System.Runtime.Handles/src/System.Runtime.Handles.csproj index d71c490e6320d9..13270f9e0ea48d 100644 --- a/src/libraries/System.Runtime.Handles/src/System.Runtime.Handles.csproj +++ b/src/libraries/System.Runtime.Handles/src/System.Runtime.Handles.csproj @@ -2,7 +2,7 @@ System.Runtime.Handles true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj index 959e8cf8cd8c57..79fc06563838bc 100644 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj +++ b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj @@ -3,7 +3,7 @@ System.Runtime.InteropServices true enable - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -63,4 +63,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj index 45c6b715a0a5cf..95ccf088133fae 100644 --- a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj @@ -2,7 +2,7 @@ System.Runtime.InteropServices.WindowsRuntime true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj b/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj index 991557456a342c..0fd306cc5f9032 100644 --- a/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj +++ b/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj @@ -5,7 +5,7 @@ true true enable - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -65,4 +65,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Intrinsics.Experimental/src/System.Runtime.Intrinsics.Experimental.csproj b/src/libraries/System.Runtime.Intrinsics.Experimental/src/System.Runtime.Intrinsics.Experimental.csproj index a4e6fb04a23fbc..6271556e301737 100644 --- a/src/libraries/System.Runtime.Intrinsics.Experimental/src/System.Runtime.Intrinsics.Experimental.csproj +++ b/src/libraries/System.Runtime.Intrinsics.Experimental/src/System.Runtime.Intrinsics.Experimental.csproj @@ -2,9 +2,9 @@ System.Runtime.Intrinsics.Experimental true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Intrinsics/src/System.Runtime.Intrinsics.csproj b/src/libraries/System.Runtime.Intrinsics/src/System.Runtime.Intrinsics.csproj index c9c65cd8a60c50..25571bb1fa737f 100644 --- a/src/libraries/System.Runtime.Intrinsics/src/System.Runtime.Intrinsics.csproj +++ b/src/libraries/System.Runtime.Intrinsics/src/System.Runtime.Intrinsics.csproj @@ -1,9 +1,9 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/src/System.Runtime.Loader.csproj b/src/libraries/System.Runtime.Loader/src/System.Runtime.Loader.csproj index 8d775f5018c68f..35f8bdb72da6b6 100644 --- a/src/libraries/System.Runtime.Loader/src/System.Runtime.Loader.csproj +++ b/src/libraries/System.Runtime.Loader/src/System.Runtime.Loader.csproj @@ -2,7 +2,7 @@ System.Runtime.Loader true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj b/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj index 218347919501fb..cdcd9209634ccd 100644 --- a/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj +++ b/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj @@ -4,7 +4,7 @@ System.Runtime.Numerics true enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Formatters/src/System.Runtime.Serialization.Formatters.csproj b/src/libraries/System.Runtime.Serialization.Formatters/src/System.Runtime.Serialization.Formatters.csproj index 2c93261c0d02c4..258ca84c06b6c1 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/src/System.Runtime.Serialization.Formatters.csproj +++ b/src/libraries/System.Runtime.Serialization.Formatters/src/System.Runtime.Serialization.Formatters.csproj @@ -1,9 +1,9 @@ - + System.Runtime.Serialization.Formatters System.Runtime.Serialization.Formatters $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; enable @@ -67,4 +67,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Json/src/System.Runtime.Serialization.Json.csproj b/src/libraries/System.Runtime.Serialization.Json/src/System.Runtime.Serialization.Json.csproj index 7a440383962022..5ed2c30a42308f 100644 --- a/src/libraries/System.Runtime.Serialization.Json/src/System.Runtime.Serialization.Json.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/src/System.Runtime.Serialization.Json.csproj @@ -2,7 +2,7 @@ System.Runtime.Serialization.Json true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj b/src/libraries/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj index 9c14f37f2b6d27..b58123ca9b9d49 100644 --- a/src/libraries/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj +++ b/src/libraries/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj @@ -7,7 +7,7 @@ 512 AnyCPU enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj b/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj index 5b4cdd4fcb222a..c2bb88babfcafb 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj @@ -2,7 +2,7 @@ System.Runtime.Serialization.Xml true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj index d8d0b9b7a2fae9..ea3a93911f15e2 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -5,7 +5,7 @@ 4.0.1.0 - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp3.0-Windows_NT-Debug;netcoreapp3.0-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.1-Debug;netstandard1.1-Release + netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj index 39db1e52a872eb..6fb4b4f78d430e 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj @@ -9,7 +9,7 @@ 4.0.0.0 4.0.11.0 $(DefineConstants);FEATURE_APPX - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp3.0-Windows_NT-Debug;netcoreapp3.0-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release;netstandard1.2-Debug;netstandard1.2-Release + netstandard1.0;netstandard1.2;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; SR.PlatformNotSupported_WindowsRuntime diff --git a/src/libraries/System.Runtime/src/System.Runtime.csproj b/src/libraries/System.Runtime/src/System.Runtime.csproj index 62060e353a1309..3c32b247b9ca54 100644 --- a/src/libraries/System.Runtime/src/System.Runtime.csproj +++ b/src/libraries/System.Runtime/src/System.Runtime.csproj @@ -2,7 +2,7 @@ System.Runtime true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; enable @@ -29,4 +29,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj index 28576b87a8f9b0..064e9d7cf4578c 100644 --- a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj @@ -3,7 +3,7 @@ true true SR.PlatformNotSupported_AccessControl - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp2.0-Windows_NT-Debug;netcoreapp2.0-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release + net461-Windows_NT;netcoreapp2.0-Windows_NT;netstandard2.0;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; @@ -120,4 +120,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj b/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj index ce7eecb2797b02..f95064ec27a27b 100644 --- a/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj +++ b/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj @@ -1,7 +1,7 @@ System.Security.Claims - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj index 0dd40e517e9a3b..37af8522553ee7 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj +++ b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj @@ -1,9 +1,9 @@ - + true $(DefineConstants);INTERNAL_ASYMMETRIC_IMPLEMENTATIONS CS1573;CS3016;CA5350;CA5351;CA5379;CA5384;CA5385;$(NoWarn) - $(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT; @@ -729,4 +729,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj index 0111854d388317..8af25301221d92 100644 --- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj @@ -5,7 +5,7 @@ true true true - net461-Windows_NT-Debug;net461-Windows_NT-Release;net462-Windows_NT-Debug;net462-Windows_NT-Release;net47-Windows_NT-Debug;net47-Windows_NT-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;netcoreapp3.0-Windows_NT-Debug;netcoreapp3.0-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.1-Debug;netstandard2.1-Release + netstandard2.0;netstandard2.1;net461-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net462-Windows_NT;net47-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; SR.PlatformNotSupported_CryptographyCng diff --git a/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj b/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj index 88b1fd0070e571..686972f720ab53 100644 --- a/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj +++ b/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj @@ -4,7 +4,7 @@ true $(NoWarn);CA5373 $(NoWarn);CS0809 - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -165,4 +165,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj b/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj index 6794bf73bf14c6..69148521ffd04f 100644 --- a/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj +++ b/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj @@ -1,8 +1,8 @@ - + System.Security.Cryptography.Encoding true - $(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -146,4 +146,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj index a825dd9ef30c27..8d7f59a51dfe74 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj @@ -2,7 +2,7 @@ true 4.1.0.0 - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;netcoreapp3.0-Unix-Debug;netcoreapp3.0-Unix-Release;netstandard2.0-Debug;netstandard2.0-Release + netcoreapp3.0-Unix;netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent); SR.PlatformNotSupported_CryptographyOpenSSL diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj index 73084346803d92..79f79df5e6cbd2 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj @@ -1,4 +1,4 @@ - + true true @@ -7,7 +7,7 @@ true $(NoWarn);CS1574;CS3016;CA5379;CA5384 annotations - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;netcoreapp3.0-Windows_NT-Debug;netcoreapp3.0-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release;netstandard2.1-Debug;netstandard2.1-Release;netstandard2.1-Windows_NT-Debug;netstandard2.1-Windows_NT-Release + netstandard2.0;netstandard2.0-Windows_NT;netstandard2.1;netstandard2.1-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); @@ -734,4 +734,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj index 89e13507907ee9..3faff6b50e1000 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj +++ b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj @@ -3,7 +3,7 @@ System.Security.Cryptography.Primitives true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -52,4 +52,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj index f95feb99748540..7448e003ca3250 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj @@ -5,7 +5,7 @@ true true SR.PlatformNotSupported_CryptographyProtectedData - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj index 9f710efa0ec58d..800fc292e37d8b 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj +++ b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj @@ -4,7 +4,7 @@ System.Security.Cryptography.X509Certificates true $(NoWarn);CS3016;CA5379;CA5384;CA5385 - $(NetCoreAppCurrent)-OSX-Debug;$(NetCoreAppCurrent)-OSX-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; @@ -783,4 +783,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj index 47207d783a970b..f2cb68faeefb44 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj @@ -3,7 +3,7 @@ true true $(NoWarn);CA5384;CA5385 - net461-Debug;net461-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461;;$(NetFrameworkCurrent); @@ -110,4 +110,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj index 02f65c4f9259df..c15412a18dbe9d 100644 --- a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj @@ -1,7 +1,7 @@ - + true - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netcoreapp3.0;netstandard2.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj index b181ddaca5e6a4..bb05deabe10d0c 100644 --- a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj @@ -5,7 +5,7 @@ true true SR.PlatformNotSupported_Principal - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp2.0-Unix-Debug;netcoreapp2.0-Unix-Release;netcoreapp2.0-Windows_NT-Debug;netcoreapp2.0-Windows_NT-Release;netcoreapp2.1-Unix-Debug;netcoreapp2.1-Unix-Release;netcoreapp2.1-Windows_NT-Debug;netcoreapp2.1-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp2.0-Unix;netcoreapp2.1-Windows_NT;netcoreapp2.1-Unix;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; @@ -199,4 +199,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj b/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj index f41cd48bc92422..cee9b889c3e1f6 100644 --- a/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj +++ b/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj @@ -4,7 +4,7 @@ true true enable - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Security.SecureString/src/System.Security.SecureString.csproj b/src/libraries/System.Security.SecureString/src/System.Security.SecureString.csproj index f08f6bc9b5f4a1..b25b833bf368df 100644 --- a/src/libraries/System.Security.SecureString/src/System.Security.SecureString.csproj +++ b/src/libraries/System.Security.SecureString/src/System.Security.SecureString.csproj @@ -3,7 +3,7 @@ System.Security.SecureString System.Security.SecureString true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj index d01309066ca201..993042ded36637 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj @@ -3,7 +3,7 @@ $(NoWarn);1634;1691;649 true true - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj index 9229fbaf76436a..d78713ec3ad9ec 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj @@ -4,7 +4,7 @@ true true SR.PlatformNotSupported_ServiceController - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; @@ -115,4 +115,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj index c2ca25b6dd39c1..3a84629c30f68c 100644 --- a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj +++ b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj @@ -4,7 +4,7 @@ enable netstandard2.0;net461 - $(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp2.0-Windows_NT-Debug;netcoreapp2.0-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + netstandard2.0;netcoreapp2.0-Windows_NT;netstandard2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; @@ -78,4 +78,4 @@ Data\PreferredCodePageNames.csv System\Text\EncodingTable.Data.cs - + \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding.Extensions/src/System.Text.Encoding.Extensions.csproj b/src/libraries/System.Text.Encoding.Extensions/src/System.Text.Encoding.Extensions.csproj index df6104f352249a..5a15bf1d24875d 100644 --- a/src/libraries/System.Text.Encoding.Extensions/src/System.Text.Encoding.Extensions.csproj +++ b/src/libraries/System.Text.Encoding.Extensions/src/System.Text.Encoding.Extensions.csproj @@ -2,7 +2,7 @@ System.Text.Encoding.Extensions true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Text.Encoding/src/System.Text.Encoding.csproj b/src/libraries/System.Text.Encoding/src/System.Text.Encoding.csproj index 05cf753b1554b0..ff46f968f0466f 100644 --- a/src/libraries/System.Text.Encoding/src/System.Text.Encoding.csproj +++ b/src/libraries/System.Text.Encoding/src/System.Text.Encoding.csproj @@ -2,7 +2,7 @@ System.Text.Encoding true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj index 39c398b07bb774..8c90e74628755b 100644 --- a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj @@ -1,7 +1,7 @@ - + true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.1-Debug;netstandard2.1-Release + netcoreapp3.0;netstandard2.1;netstandard2.0;;$(NetCoreAppCurrent); enable @@ -45,4 +45,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj index 93743183338b6e..31aae444fa97ac 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -1,8 +1,8 @@ - + true $(OutputPath)$(MSBuildProjectName).xml - net461-Debug;net461-Release;$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;$(NetFrameworkCurrent)-Debug;$(NetFrameworkCurrent)-Release;netstandard2.0-Debug;netstandard2.0-Release + netstandard2.0;netcoreapp3.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); $(DefineConstants);BUILDING_INBOX_LIBRARY @@ -224,4 +224,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj index 8d62fa66f94d27..5beb2bab08b08c 100644 --- a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj +++ b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj @@ -4,7 +4,7 @@ $(DefineConstants);FEATURE_COMPILED $(DefineConstants);FEATURE_COMPILEAPIS true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable @@ -74,4 +74,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj index f41f4ad5b4cb23..b3e693599dca08 100644 --- a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj @@ -3,7 +3,7 @@ Windows_NT SR.PlatformNotSupported_AccessControl true - net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release + net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT; true diff --git a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj index 1aedd9f2faad68..b62b6da584e595 100644 --- a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj @@ -1,6 +1,6 @@ - + - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.3-Debug;netstandard1.3-Release + netstandard1.3;netstandard2.0;netcoreapp3.0;;$(NetCoreAppCurrent); enable @@ -39,4 +39,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Threading.Overlapped/src/System.Threading.Overlapped.csproj b/src/libraries/System.Threading.Overlapped/src/System.Threading.Overlapped.csproj index 139c769b92d184..ee4468dce3d4dd 100644 --- a/src/libraries/System.Threading.Overlapped/src/System.Threading.Overlapped.csproj +++ b/src/libraries/System.Threading.Overlapped/src/System.Threading.Overlapped.csproj @@ -3,7 +3,7 @@ System.Threading.Overlapped true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj index 90016bdc29f083..d8546789896838 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj +++ b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj @@ -4,7 +4,7 @@ $(DefineConstants);USE_INTERNAL_CONCURRENT_COLLECTIONS $(DefineConstants);USE_INTERNAL_THREADING netstandard1.1;portable-net45+win8+wpa81 - netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release;netstandard1.1-Debug;netstandard1.1-Release + netstandard1.0;netstandard1.1;netstandard2.0; diff --git a/src/libraries/System.Threading.Tasks.Extensions/src/System.Threading.Tasks.Extensions.csproj b/src/libraries/System.Threading.Tasks.Extensions/src/System.Threading.Tasks.Extensions.csproj index 0ab31dbd14ef4c..25571bb1fa737f 100644 --- a/src/libraries/System.Threading.Tasks.Extensions/src/System.Threading.Tasks.Extensions.csproj +++ b/src/libraries/System.Threading.Tasks.Extensions/src/System.Threading.Tasks.Extensions.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj b/src/libraries/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj index 6234d637e0705d..5fa92cecb83e00 100644 --- a/src/libraries/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj +++ b/src/libraries/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj @@ -5,7 +5,7 @@ 512 $(DefineConstants);CONCURRENT_COLLECTIONS;FEATURE_TRACING true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Threading.Tasks/src/System.Threading.Tasks.csproj b/src/libraries/System.Threading.Tasks/src/System.Threading.Tasks.csproj index b6060c8d6253c7..76feb13f72658e 100644 --- a/src/libraries/System.Threading.Tasks/src/System.Threading.Tasks.csproj +++ b/src/libraries/System.Threading.Tasks/src/System.Threading.Tasks.csproj @@ -2,7 +2,7 @@ System.Threading.Tasks true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj b/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj index f61d5ad9ee82d8..ce77544e2ad85c 100644 --- a/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj +++ b/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj @@ -4,7 +4,7 @@ Library true enable - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -17,4 +17,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj b/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj index 07d8de02bf830b..d276ebf8eeb81f 100644 --- a/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj +++ b/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj @@ -2,7 +2,7 @@ System.Threading.ThreadPool true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Threading.Timer/src/System.Threading.Timer.csproj b/src/libraries/System.Threading.Timer/src/System.Threading.Timer.csproj index 79e59ff75623ed..48f5c438155ab6 100644 --- a/src/libraries/System.Threading.Timer/src/System.Threading.Timer.csproj +++ b/src/libraries/System.Threading.Timer/src/System.Threading.Timer.csproj @@ -2,7 +2,7 @@ System.Threading.Timer true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Threading/src/System.Threading.csproj b/src/libraries/System.Threading/src/System.Threading.csproj index 9d84207a1cdd8d..fdb466de2a483a 100644 --- a/src/libraries/System.Threading/src/System.Threading.csproj +++ b/src/libraries/System.Threading/src/System.Threading.csproj @@ -3,7 +3,7 @@ System.Threading true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; enable diff --git a/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj b/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj index f7e2bc109482e7..7818181c86b12e 100644 --- a/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj +++ b/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj @@ -1,8 +1,8 @@ - + true true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj b/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj index 264d83ace5a88f..762e5124e54b34 100644 --- a/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj +++ b/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj @@ -1,8 +1,8 @@ - + true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; System diff --git a/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj b/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj index deda52d18dcff0..554493641f4db7 100644 --- a/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj +++ b/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj @@ -2,7 +2,7 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent);_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj index 433eda4bd67d4b..de3e0a24b04b0b 100644 --- a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj +++ b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj @@ -2,7 +2,7 @@ true enable - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj index 654a47c319f70b..a65363da3d1887 100644 --- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj @@ -2,7 +2,7 @@ SR.PlatformNotSupported_System_Windows_Extensions true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;netcoreapp3.0-Debug;netcoreapp3.0-Release;netcoreapp3.0-Windows_NT-Debug;netcoreapp3.0-Windows_NT-Release + netcoreapp3.0-Windows_NT;netcoreapp3.0;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj b/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj index 415f62a2ed5aa7..30ed2cf7286256 100644 --- a/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj +++ b/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj @@ -3,7 +3,7 @@ System.Xml.ReaderWriter System.Xml true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj b/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj index 4df5c8ca1f857a..825e9022f73b7e 100644 --- a/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj +++ b/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj @@ -3,7 +3,7 @@ System.Xml.XDocument System.Xml true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj b/src/libraries/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj index c14d21b0a17570..355808d9f8b8e3 100644 --- a/src/libraries/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj +++ b/src/libraries/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj @@ -3,7 +3,7 @@ System.Xml.XPath.XDocument true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; @@ -17,4 +17,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj b/src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj index 316e947bafc16f..97f720dae2a062 100644 --- a/src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj +++ b/src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj @@ -2,7 +2,7 @@ System.Xml.XPath true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj b/src/libraries/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj index da02d2a5a46ac7..2e232ca567f25a 100644 --- a/src/libraries/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj +++ b/src/libraries/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj @@ -4,7 +4,7 @@ System.Xml.XmlDocument true true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj b/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj index 150baa6fa454a7..5b50e794760f33 100644 --- a/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj +++ b/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj @@ -3,7 +3,7 @@ System.Xml.XmlSerializer System.Xml.XmlSerializer true - $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; From 49edda86f71bc2bfe927bc30fd9c13231a682c44 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 3 Jan 2020 17:45:26 -0800 Subject: [PATCH 08/58] native bin place and src build manual change --- eng/liveBuilds.targets | 4 ++-- eng/references.props | 1 + src/libraries/Directory.Build.props | 9 +++++++++ .../src/Microsoft.VisualBasic.Core.vbproj | 2 +- src/libraries/Native/native-binplace.proj | 13 ++++++------- .../System.Runtime.CompilerServices.Unsafe.ilproj | 8 +++++--- src/libraries/restore/Directory.Build.props | 1 + src/libraries/restore/winrt/winrt.depproj | 1 + src/libraries/src.builds | 4 ---- 9 files changed, 26 insertions(+), 17 deletions(-) diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets index 6c5abade19bef5..2eeed57a613300 100644 --- a/eng/liveBuilds.targets +++ b/eng/liveBuilds.targets @@ -2,9 +2,9 @@ $(OSGroup) - $(Configuration) + $(ConfigurationGroup) $(OSGroup) - $(Configuration) + $(ConfigurationGroup) $([MSBuild]::NormalizeDirectory('$(CoreCLROverridePath)')) $([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts', 'bin', 'coreclr', '$(CoreCLROSGroup).$(TargetArchitecture).$(CoreCLRConfiguration)')) diff --git a/eng/references.props b/eng/references.props index 9c65f4210c8448..ef6e68ecaf69b3 100644 --- a/eng/references.props +++ b/eng/references.props @@ -6,5 +6,6 @@ be resolved by default. --> $(AssemblySearchPaths);$(RefPath);{RawFileName} + $(AssemblySearchPaths);C:\git\runtime\artifacts\bin\ref\$(BuildTargetFramework)\ \ No newline at end of file diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index bc80850f7e4218..acc5ae915db08b 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -8,6 +8,7 @@ $(RepoRoot)artifacts\toolset\Common\ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) $(RepositoryEngineeringDir)depProj.common.targets + false @@ -287,6 +288,14 @@ + + $(BaseOutputPath)$(TargetFramework)-$(OSGroup)-$(ConfigurationGroup)\ + $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)')) + $(BaseIntermediateOutputPath)$(TargetFramework)-$(ConfigurationGroup) + $(BaseIntermediateOutputPath)$(BuildTargetFramework)-$(ConfigurationGroup) + $(AdditionalBuildTargetFrameworks);netstandard2.0 + + false true diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft.VisualBasic.Core.vbproj b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft.VisualBasic.Core.vbproj index db8d142e09996b..6d508fafa26d0e 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft.VisualBasic.Core.vbproj +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft.VisualBasic.Core.vbproj @@ -18,7 +18,7 @@ - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release + $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/Native/native-binplace.proj b/src/libraries/Native/native-binplace.proj index b522abe42dda15..2d5d0bf90724e7 100644 --- a/src/libraries/Native/native-binplace.proj +++ b/src/libraries/Native/native-binplace.proj @@ -1,11 +1,4 @@ - - - $(NetCoreAppCurrent); - netstandard2.0; - $(NetFrameworkCurrent); - - @@ -13,6 +6,12 @@ + + + $(NetCoreAppCurrent) + $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); + + diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index 56d949809fcadc..814e68fe00eea8 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -8,15 +8,17 @@ $(MSBuildThisFileDirectory)System.Runtime.CompilerServices.Unsafe.xml {04BA3E3C-6979-4792-B19E-C797AD607F42} include\$(TargetFramework) - include\netcoreapp + include\netcoreapp include\netfx $(IlasmFlags) -INCLUDE=$(IncludePath) -DEBUG=$(DebugOptimization) - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release;netcoreapp2.0-Debug;netcoreapp2.0-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard1.0-Debug;netstandard1.0-Release;net45-Debug;net45-Release;netfx-Debug;netfx-Release + $(BuildTargetFramework) + netcoreapp5.0;netcoreapp2.0;netstandard2.0;netstandard1.0;net45;netfx; - + + diff --git a/src/libraries/restore/Directory.Build.props b/src/libraries/restore/Directory.Build.props index ac77dd08b411ba..7eda3591f89a2c 100644 --- a/src/libraries/restore/Directory.Build.props +++ b/src/libraries/restore/Directory.Build.props @@ -4,6 +4,7 @@ $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) + false netstandard2.0-$(OSGroup) diff --git a/src/libraries/restore/winrt/winrt.depproj b/src/libraries/restore/winrt/winrt.depproj index 6ded4f5a0a0f0a..0c0db7cc94abd5 100644 --- a/src/libraries/restore/winrt/winrt.depproj +++ b/src/libraries/restore/winrt/winrt.depproj @@ -6,6 +6,7 @@ implemented by all frameworks that support it. Instead require projectreference to this project --> true Reference + $(TargetFramework) netcoreapp3.0;$(netcoreappCurrent);netstandard1.0; diff --git a/src/libraries/src.builds b/src/libraries/src.builds index 427c01d8e7c254..7b562478f83619 100644 --- a/src/libraries/src.builds +++ b/src/libraries/src.builds @@ -1,10 +1,6 @@ - - $(AdditionalBuildConfigurations);netstandard2.0-$(ConfigurationGroup) - - From 0f21d2a191c234e567fa6c0839f81ff8883fa941 Mon Sep 17 00:00:00 2001 From: Anipik Date: Mon, 6 Jan 2020 12:53:31 -0800 Subject: [PATCH 09/58] apicompat and pretest.csproj done --- src/libraries/pretest.proj | 8 +++++--- src/libraries/shims/ApiCompat.proj | 6 +++--- src/libraries/shims/manual/Directory.Build.props | 9 ++++++--- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/libraries/pretest.proj b/src/libraries/pretest.proj index a86dfd053d6592..371c9b8341be0d 100644 --- a/src/libraries/pretest.proj +++ b/src/libraries/pretest.proj @@ -2,9 +2,11 @@ - FilterProjects;GenerateLaunchSettingsFiles + GenerateLaunchSettingsFiles $(BuildDependsOnTargets);GenerateTestSharedFrameworkDepsFile $(BuildDependsOnTargets);GenerateFileVersionProps + netcoreapp + 5.0 @@ -70,11 +72,11 @@ + DependsOnTargets="GenerateLaunchSettingsFiles;GenerateTestSharedFrameworkDepsFile;GenerateFileVersionProps"> diff --git a/src/libraries/shims/ApiCompat.proj b/src/libraries/shims/ApiCompat.proj index a2ca7b0258f56c..19af4dc18dd336 100644 --- a/src/libraries/shims/ApiCompat.proj +++ b/src/libraries/shims/ApiCompat.proj @@ -3,14 +3,14 @@ - $(TargetFramework) - netcoreapp + $(BuildTargetFramework) + netcoreapp $(IntermediateOutputPath)/apicompat.rsp $(MSBuildThisFileDirectory)ApiCompatBaseline.$(ApiCompatTarget).netfx461.txt $(MSBuildThisFileDirectory)ApiCompatBaseline.$(ApiCompatTarget).netfx461.ignore.txt $(MSBuildThisFileDirectory)ApiCompatBaseline.$(ApiCompatTarget).netstandard.txt $(MSBuildThisFileDirectory)ApiCompatBaseline.$(ApiCompatTarget).netstandardOnly.txt - $(RefPath.TrimEnd('\/')) + $(BuildConfigurationRefPath.TrimEnd('\/')) false <_RunApiCompat>true diff --git a/src/libraries/shims/manual/Directory.Build.props b/src/libraries/shims/manual/Directory.Build.props index 76337a9e33998d..fd91b9b756065b 100644 --- a/src/libraries/shims/manual/Directory.Build.props +++ b/src/libraries/shims/manual/Directory.Build.props @@ -12,9 +12,12 @@ true - $(ArtifactsBinDir)runtime/$(TargetFramework)-$(OSGroup)-$(_bc_ConfigurationGroup)-$(ArchGroup)/ - $(_bc_OSGroup) - $(_bc_ConfigurationGroup) + $(ArtifactsBinDir)runtime/$(TargetFramework)-$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup)/ + $(OSGroup) + $(ConfigurationGroup) + netcoreapp5.0 + + true From 8975120ae09cf8dac9d89c071813448ba48d1c97 Mon Sep 17 00:00:00 2001 From: Anipik Date: Tue, 7 Jan 2020 11:07:29 -0800 Subject: [PATCH 10/58] fixing the package build --- .../System.Reflection.TypeExtensions.CoreCLR.Tests.csproj | 2 +- .../src/System.Runtime.CompilerServices.Unsafe.ilproj | 1 + src/libraries/dir.traversal.targets | 4 ++-- .../Microsoft.Private.CoreFx.NETCoreApp.builds | 8 ++++++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj b/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj index 87ec93ff5ddb00..677c70727c5d78 100644 --- a/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index 814e68fe00eea8..70a991b96eeda0 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -11,6 +11,7 @@ include\netcoreapp include\netfx $(IlasmFlags) -INCLUDE=$(IncludePath) -DEBUG=$(DebugOptimization) + $(BuildTargetFramework) $(BuildTargetFramework) netcoreapp5.0;netcoreapp2.0;netstandard2.0;netstandard1.0;net45;netfx; diff --git a/src/libraries/dir.traversal.targets b/src/libraries/dir.traversal.targets index 96f9907a4d36c8..39b9fe88f50147 100644 --- a/src/libraries/dir.traversal.targets +++ b/src/libraries/dir.traversal.targets @@ -11,13 +11,13 @@ diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds index e8acfa38cd324a..f8bac89057c928 100644 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds +++ b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds @@ -1,9 +1,13 @@ - + + + $(NetCoreAppCurrent) + + - + From 692771bf39da6dc63abb7fbd9a458cc84b913c1b Mon Sep 17 00:00:00 2001 From: Anipik Date: Mon, 13 Jan 2020 17:24:58 -0800 Subject: [PATCH 11/58] fixing all config --- Directory.Build.props | 2 + NuGet.config | 1 + eng/Version.Details.xml | 4 - eng/referenceAssemblies.props | 2 +- eng/referenceFromRuntime.targets | 4 +- eng/references.props | 1 - global.json | 2 +- src/libraries/Directory.Build.props | 112 +++++++++++++++++- src/libraries/Directory.Build.targets | 2 +- .../src/Microsoft.CSharp.csproj | 2 +- ...gnostics.Tracing.EventSource.Redist.csproj | 1 + .../src/Microsoft.Win32.Registry.csproj | 2 +- .../src/Microsoft.Win32.SystemEvents.csproj | 4 +- .../System.ComponentModel.Composition.csproj | 2 +- .../System.ComponentModel.Composition.csproj | 2 +- .../src/System.Data.SqlClient.csproj | 16 +-- .../src/System.Diagnostics.Process.csproj | 4 +- ...DirectoryServices.AccountManagement.csproj | 4 +- .../System.DirectoryServices.Protocols.csproj | 4 +- .../ref/System.DirectoryServices.csproj | 2 +- .../src/System.DirectoryServices.csproj | 2 +- .../src/System.IO.FileSystem.DriveInfo.csproj | 2 +- .../src/System.IO.Ports.csproj | 4 +- .../src/System.Management.csproj | 2 +- ...System.Reflection.Emit.ILGeneration.csproj | 2 +- .../System.Reflection.Emit.Lightweight.csproj | 2 +- .../ref/System.Reflection.Emit.csproj | 2 +- .../src/System.Runtime.Caching.csproj | 2 +- ...tem.Runtime.CompilerServices.Unsafe.ilproj | 10 +- .../src/System.Runtime.WindowsRuntime.csproj | 8 +- .../System.Security.Cryptography.Cng.csproj | 2 +- .../System.Security.Cryptography.Pkcs.csproj | 6 +- .../ref/System.ValueTuple.csproj | 2 +- .../src/System.ValueTuple.csproj | 2 +- src/libraries/build.proj | 3 - src/libraries/dir.traversal.targets | 4 +- src/libraries/dirs.proj | 9 +- src/libraries/restore/netfx/netfx.depproj | 3 + src/libraries/restore/runtime/runtime.depproj | 2 +- 39 files changed, 173 insertions(+), 69 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e21d7f07ef7f03..a1e8814a4ed46c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -63,6 +63,8 @@ https://github.com/dotnet/runtime https://github.com/dotnet/runtime/blob/master/LICENSE.TXT $([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'pkg', 'Microsoft.NETCore.Platforms', 'runtime.json')) + netcoreapp5.0 + C:\git\runtime\src\libraries\pkg\Microsoft.NETCore.Platforms\runtime.json $(RepoRoot)LICENSE.TXT diff --git a/NuGet.config b/NuGet.config index b656e4d9162cef..54eeee07ec8a16 100644 --- a/NuGet.config +++ b/NuGet.config @@ -17,6 +17,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2c53f721a4fa66..fea3be1f7f0b88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -86,10 +86,6 @@ https://github.com/dotnet/arcade 66175ebd3756697a3ca515e16cd5ffddc30582cd - - https://github.com/dotnet/arcade - 66175ebd3756697a3ca515e16cd5ffddc30582cd - https://github.com/dotnet/arcade 66175ebd3756697a3ca515e16cd5ffddc30582cd diff --git a/eng/referenceAssemblies.props b/eng/referenceAssemblies.props index e6b7f98b45804f..0b03b7dadfe8c1 100644 --- a/eng/referenceAssemblies.props +++ b/eng/referenceAssemblies.props @@ -11,7 +11,7 @@ $([MSBuild]::NormalizeDirectory('$(ReferenceAssemblyOutputPath)', 'ref')) $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)', 'ref')) - $(BaseIntermediateOutputPath)$(TargetFramework)-$(Configuration) + $(BaseIntermediateOutputPath)$(TargetFramework)-$(ConfigurationGroup) $(NoWarn);CS0169;CS0649;CS8618 diff --git a/eng/referenceFromRuntime.targets b/eng/referenceFromRuntime.targets index 33af01af354c4d..8392603d49465d 100644 --- a/eng/referenceFromRuntime.targets +++ b/eng/referenceFromRuntime.targets @@ -1,6 +1,6 @@ - + AddRuntimeProjectReference; $(PrepareProjectReferencesDependsOn); @@ -39,7 +39,7 @@ - + diff --git a/eng/references.props b/eng/references.props index ef6e68ecaf69b3..9c65f4210c8448 100644 --- a/eng/references.props +++ b/eng/references.props @@ -6,6 +6,5 @@ be resolved by default. --> $(AssemblySearchPaths);$(RefPath);{RawFileName} - $(AssemblySearchPaths);C:\git\runtime\artifacts\bin\ref\$(BuildTargetFramework)\ \ No newline at end of file diff --git a/global.json b/global.json index df6cd8201b512f..6d7e9721944d1f 100644 --- a/global.json +++ b/global.json @@ -15,7 +15,7 @@ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19617.1", "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "5.0.0-beta.19617.1", "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19617.1", - "Microsoft.DotNet.Build.Tasks.Configuration": "5.0.0-beta.19617.1", + "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-Anipik33", "FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0", "Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19563.3", "Microsoft.Build.NoTargets": "1.0.53", diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index acc5ae915db08b..d1ae0d1ff676b3 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -254,7 +254,7 @@ $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'runtime', '$(BuildConfiguration)')) $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'ref')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(BuildTargetFramework)')) - $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(TargetFramework)')) + $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(_TargetFrameworkWithoutProfile)')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', 'netstandard2.0')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', 'netstandard2.1')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(NetFrameworkCurrent)')) @@ -289,10 +289,9 @@ - $(BaseOutputPath)$(TargetFramework)-$(OSGroup)-$(ConfigurationGroup)\ + $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup)\ $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)')) $(BaseIntermediateOutputPath)$(TargetFramework)-$(ConfigurationGroup) - $(BaseIntermediateOutputPath)$(BuildTargetFramework)-$(ConfigurationGroup) $(AdditionalBuildTargetFrameworks);netstandard2.0 @@ -371,4 +370,111 @@ false true + + + + + Windows_NT + true + win + + + + + Unix + true + unix + + + + + Linux + true + true + linux + + + + + OSX + true + true + osx + + + + + FreeBSD + true + true + freebsd + + + + + NetBSD + true + true + netbsd + + + + + WebAssembly + true + true + + + + + win10 + + + + + + Microsoft.TargetingPack.NETFramework.v4.5 + + + + + Microsoft.TargetingPack.NETFramework.v4.5.1 + + + + + Microsoft.TargetingPack.NETFramework.v4.6 + + + + + Microsoft.TargetingPack.NETFramework.v4.6.1 + + + + + Microsoft.TargetingPack.NETFramework.v4.6.2 + + + + + Microsoft.TargetingPack.NETFramework.v4.6.3 + + + + + Microsoft.TargetingPack.NETFramework.v4.7 + + + + + Microsoft.TargetingPack.NETFramework.v4.7.1 + + + + + Microsoft.TargetingPack.NETFramework.v4.7.2 + + + diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index 6684f1d4211cd4..029027e7604603 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -184,7 +184,7 @@ - + $(DefineConstants),INTERNAL_NULLABLE_ATTRIBUTES diff --git a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj index 6504b7530bdc86..c6889ba846b7b2 100644 --- a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj +++ b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj @@ -4,7 +4,7 @@ Microsoft.CSharp true - netstandard2.0;_$(NetFrameworkCurrent); + netstandard2.0; diff --git a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj index 816105acb02ceb..3fe5d5750a1034 100644 --- a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj +++ b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj @@ -4,6 +4,7 @@ $(NoWarn);CS1573 $(DefineConstants);NO_EVENTCOMMANDEXECUTED_SUPPORT;ES_BUILD_STANDALONE;FEATURE_MANAGED_ETW;PLATFORM_WINDOWS net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetFrameworkCurrent)-Windows_NT; enable diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index 8f9bbd8fb0369a..2989cbe1ea2c08 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -8,7 +8,7 @@ $(NoWarn);CA1823 netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; - + Interop\Windows\Advapi32\Interop.RegistryConstants.cs diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj index 3e62bb803a8bcd..ef8530e3b7b5ec 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -146,7 +146,7 @@ - + Common\System\Runtime\InteropServices\SuppressGCTransitionAttribute.internal.cs @@ -168,7 +168,7 @@ - + \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj index 2daa5f023890ef..d7866779fb727c 100644 --- a/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj @@ -1,6 +1,6 @@ - netstandard2.0;_$(NetFrameworkCurrent); + netstandard2.0; diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj index 33bfd4e79555a0..18cf0d9a033844 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -6,7 +6,7 @@ $(NoWarn);CS1573 SR.PlatformNotSupported_ComponentModel_Composition - netstandard2.0;netcoreapp2.0;;_$(NetFrameworkCurrent);$(NetCoreAppCurrent); + netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj index 6cb708c6b6287b..6bc9a3b5d6925e 100644 --- a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj @@ -4,14 +4,14 @@ true $(NoWarn);CS1573;nullable SR.PlatformNotSupported_DataSqlClient - 4.6.0.0 + 4.6.0.0 $(DefineConstants);NETSTANDARD2_0 - $(DefineConstants);FEATURE_TCPKEEPALIVE + $(DefineConstants);FEATURE_TCPKEEPALIVE annotations - $(DefineConstants);INTERNAL_NULLABLE_ATTRIBUTES - netstandard2.0-Unix;netstandard2.0-Windows_NT;netcoreapp2.1;netcoreapp2.1-Unix;netcoreapp2.1-Windows_NT;$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT; + $(DefineConstants);INTERNAL_NULLABLE_ATTRIBUTES + netstandard2.0-Unix;netstandard2.0-Windows_NT;netcoreapp2.1;netcoreapp2.1-Unix;netcoreapp2.1-Windows_NT;$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; - + @@ -229,7 +229,7 @@ System\IO\PathInternal.Windows.cs - + Common\System\Runtime\InteropServices\SuppressGCTransitionAttribute.internal.cs @@ -288,7 +288,7 @@ - + @@ -504,7 +504,7 @@ - + diff --git a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj index 3735668a0a5067..dff7415162d175 100644 --- a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj +++ b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj @@ -405,7 +405,7 @@ Common\Interop\OSX\Interop.Libraries.cs - + Common\Interop\Windows\Shell32\Interop.ShellExecuteExW.cs @@ -432,7 +432,7 @@ Common\Unix\System.Native\Interop.Stat.cs - + diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj index 2d62d4140e9aa0..da3676e511c547 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj @@ -6,7 +6,7 @@ $(NoWarn);8073;CA1810 true SR.DirectoryServicesAccountManagement_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; @@ -118,7 +118,7 @@ - + \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj index dc7d22304efdae..4857a49ff9236f 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj @@ -5,7 +5,7 @@ $(NoWarn);0649;CA1810 true SR.DirectoryServicesProtocols_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; @@ -56,7 +56,7 @@ - + \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj index be718b9ba55b51..35393030bb3a85 100644 --- a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj @@ -1,6 +1,6 @@ - netstandard2.0;_$(NetFrameworkCurrent); + netstandard2.0; diff --git a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj index 22351362501f79..c5cd7eae68ae71 100644 --- a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj @@ -4,7 +4,7 @@ true $(NoWarn);0649 SR.DirectoryServices_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj b/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj index 5f49544bcb1dc9..236014c8b2e7bd 100644 --- a/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj +++ b/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj @@ -69,7 +69,7 @@ Common\System\IO\PathInternal.Windows.cs - + Common\Interop\Unix\Interop.Libraries.cs diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj index 6c429c8eb08d32..68bf662135e749 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -2,13 +2,13 @@ true true - SR.PlatformNotSupported_IOPorts + SR.PlatformNotSupported_IOPorts $(DefineConstants);NOSPAN true annotations netstandard2.0-Windows_NT;netstandard2.0-Linux;netstandard2.0-OSX;netstandard2.0;net461-Windows_NT;netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT; - + diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj index 2fa494cdafa10c..e2ae126e7827ee 100644 --- a/src/libraries/System.Management/src/System.Management.csproj +++ b/src/libraries/System.Management/src/System.Management.csproj @@ -4,7 +4,7 @@ $(NoWarn);0618 true SR.PlatformNotSupported_SystemManagement - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj index 63fb30ae2cd5eb..2b90510465fe09 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); + netstandard2.0;;$(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj index 5514dfaf01e470..7d98731f65d39d 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); + netstandard2.0;;$(NetCoreAppCurrent); true enable diff --git a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj index b0d5a4b61677b6..dc23259f04db72 100644 --- a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); + netstandard2.0;;$(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj index ad20403221738a..0a419b83fa191c 100644 --- a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj +++ b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj @@ -2,7 +2,7 @@ System.Runtime.Caching true - netstandard2.0;netstandard2.0-Windows_NT;_$(NetFrameworkCurrent); + netstandard2.0;netstandard2.0-Windows_NT; diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index 70a991b96eeda0..cad8686913632d 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -11,15 +11,13 @@ include\netcoreapp include\netfx $(IlasmFlags) -INCLUDE=$(IncludePath) -DEBUG=$(DebugOptimization) - $(BuildTargetFramework) - $(BuildTargetFramework) - netcoreapp5.0;netcoreapp2.0;netstandard2.0;netstandard1.0;net45;netfx; + $(BuildTargetFramework) + $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup)\ + netcoreapp5.0;netstandard2.0;netstandard1.0;net45;net472; - - - + diff --git a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj index 6fb4b4f78d430e..304510caa19d03 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj @@ -6,8 +6,8 @@ $(NoWarn);1698;0436 - 4.0.0.0 - 4.0.11.0 + 4.0.0.0 + 4.0.11.0 $(DefineConstants);FEATURE_APPX netstandard1.0;netstandard1.2;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; @@ -21,7 +21,7 @@ - + @@ -32,7 +32,7 @@ - + diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj index 8af25301221d92..3c7d74061ac67b 100644 --- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj @@ -4,7 +4,7 @@ $(NoWarn);CS1573;CS3016;CA5379 true true - true + true netstandard2.0;netstandard2.1;net461-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net462-Windows_NT;net47-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj index 79f79df5e6cbd2..c46851b0ed6dc3 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj @@ -386,7 +386,7 @@ - + @@ -407,7 +407,7 @@ - + @@ -652,7 +652,7 @@ - + Common\System\Security\Cryptography\KeyFormatHelper.cs diff --git a/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj b/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj index 6280c5404ad91d..ef69b9576ca3a7 100644 --- a/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj +++ b/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj @@ -3,7 +3,7 @@ 4.0.3.0 - $(NetCoreAppCurrent);_$(NetFrameworkCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj b/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj index 554493641f4db7..de7001f7d2e658 100644 --- a/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj +++ b/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj @@ -2,7 +2,7 @@ true - $(NetCoreAppCurrent);_$(NetFrameworkCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/build.proj b/src/libraries/build.proj index c79077b2d175db..dd89ab7c8585e0 100644 --- a/src/libraries/build.proj +++ b/src/libraries/build.proj @@ -11,9 +11,6 @@ $(BuildDependsOn);BuildManaged $(BuildDependsOn);Pack $(BuildDependsOn);BuildTests - - - Configuration=$(BuildConfiguration) diff --git a/src/libraries/dir.traversal.targets b/src/libraries/dir.traversal.targets index 39b9fe88f50147..ee8b754a6fc031 100644 --- a/src/libraries/dir.traversal.targets +++ b/src/libraries/dir.traversal.targets @@ -11,13 +11,13 @@ diff --git a/src/libraries/dirs.proj b/src/libraries/dirs.proj index 11848d10071fb0..6e5fefd06df564 100644 --- a/src/libraries/dirs.proj +++ b/src/libraries/dirs.proj @@ -7,13 +7,13 @@ - + - + @@ -22,4 +22,5 @@ + \ No newline at end of file diff --git a/src/libraries/restore/netfx/netfx.depproj b/src/libraries/restore/netfx/netfx.depproj index 5c4a290ab56df1..d2dc8f30d1d00b 100644 --- a/src/libraries/restore/netfx/netfx.depproj +++ b/src/libraries/restore/netfx/netfx.depproj @@ -11,6 +11,9 @@ $(TargetFramework) net45;net451;net46;net461;net462;net47;net471;net472;$(netcoreappCurrent); + + net45;net451;net46;net461;net462;net47;net471;net472; + $(NetFrameworkCurrent) diff --git a/src/libraries/restore/runtime/runtime.depproj b/src/libraries/restore/runtime/runtime.depproj index 98e211fa73412d..3d81cfc66e12ad 100644 --- a/src/libraries/restore/runtime/runtime.depproj +++ b/src/libraries/restore/runtime/runtime.depproj @@ -33,7 +33,7 @@ - + From c524f89e7856c8ffdbe61ca45a031009b16db7bf Mon Sep 17 00:00:00 2001 From: Anipik Date: Mon, 13 Jan 2020 17:25:17 -0800 Subject: [PATCH 12/58] packaging and feedback --- Directory.Build.props | 2 +- eng/liveBuilds.targets | 4 +- global.json | 2 +- src/libraries/Directory.Build.props | 176 +++++++----------- src/libraries/Directory.Build.targets | 23 ++- ...rosoft.Win32.Registry.AccessControl.csproj | 1 + ...rosoft.Win32.Registry.AccessControl.csproj | 1 + .../src/Microsoft.Win32.Registry.csproj | 1 + .../src/Microsoft.Win32.SystemEvents.csproj | 1 + src/libraries/Native/build-native.proj | 3 +- src/libraries/Native/native-binplace.proj | 7 +- .../System.CodeDom/ref/System.CodeDom.csproj | 1 + .../System.CodeDom/src/System.CodeDom.csproj | 1 + .../ref/System.Collections.Immutable.csproj | 1 + .../src/System.Collections.Immutable.csproj | 1 + .../System.ComponentModel.Composition.csproj | 1 + ....Configuration.ConfigurationManager.csproj | 1 + ....Configuration.ConfigurationManager.csproj | 1 + .../src/System.Data.Odbc.csproj | 1 + .../ref/System.Data.OleDb.csproj | 1 + .../src/System.Data.OleDb.csproj | 1 + .../ref/System.Data.SqlClient.csproj | 1 + .../src/System.Data.SqlClient.csproj | 1 + ...System.Diagnostics.DiagnosticSource.csproj | 1 + ...System.Diagnostics.DiagnosticSource.csproj | 1 + .../src/System.Diagnostics.EventLog.csproj | 1 + ...stem.Diagnostics.PerformanceCounter.csproj | 1 + ...DirectoryServices.AccountManagement.csproj | 1 + .../System.DirectoryServices.Protocols.csproj | 1 + .../src/System.DirectoryServices.csproj | 1 + .../ref/System.Drawing.Common.csproj | 1 + .../src/System.Drawing.Common.csproj | 1 + .../System.IO.FileSystem.AccessControl.csproj | 3 +- .../System.IO.FileSystem.AccessControl.csproj | 3 +- .../ref/System.IO.Packaging.csproj | 1 + .../src/System.IO.Packaging.csproj | 1 + .../src/System.IO.Pipelines.csproj | 1 + .../ref/System.IO.Ports.csproj | 1 + .../src/System.IO.Ports.csproj | 1 + .../src/System.Management.csproj | 1 + .../src/System.Net.Http.WinHttpHandler.csproj | 1 + ...em.Net.WebSockets.WebSocketProtocol.csproj | 1 + .../ref/System.Numerics.Tensors.csproj | 1 + .../src/System.Numerics.Tensors.csproj | 1 + .../src/System.Private.CoreLib.Shared.shproj | 2 +- .../System.Reflection.DispatchProxy.csproj | 1 + .../System.Reflection.DispatchProxy.csproj | 1 + ...System.Reflection.Emit.ILGeneration.csproj | 1 + ...System.Reflection.Emit.ILGeneration.csproj | 1 + .../System.Reflection.Emit.Lightweight.csproj | 1 + .../System.Reflection.Emit.Lightweight.csproj | 1 + .../ref/System.Reflection.Emit.csproj | 3 +- .../src/System.Reflection.Emit.csproj | 1 + .../tests/System.Reflection.Emit.Tests.csproj | 2 +- .../ref/System.Reflection.Metadata.csproj | 1 + .../src/System.Reflection.Metadata.csproj | 1 + ...stem.Reflection.MetadataLoadContext.csproj | 1 + .../System.Reflection.TypeExtensions.csproj | 1 + ...tem.Runtime.CompilerServices.Unsafe.ilproj | 4 +- ...stem.Runtime.WindowsRuntime.UI.Xaml.csproj | 1 + ...stem.Runtime.WindowsRuntime.UI.Xaml.csproj | 1 + .../ref/System.Runtime.WindowsRuntime.csproj | 1 + .../src/System.Runtime.WindowsRuntime.csproj | 1 + .../ref/System.Security.AccessControl.csproj | 1 + .../src/System.Security.AccessControl.csproj | 1 + .../System.Security.Cryptography.Cng.csproj | 1 + .../System.Security.Cryptography.Cng.csproj | 1 + ...ystem.Security.Cryptography.OpenSsl.csproj | 1 + ...ystem.Security.Cryptography.OpenSsl.csproj | 1 + .../System.Security.Cryptography.Pkcs.csproj | 1 + .../System.Security.Cryptography.Pkcs.csproj | 1 + ...Security.Cryptography.ProtectedData.csproj | 1 + ...Security.Cryptography.ProtectedData.csproj | 2 +- .../System.Security.Cryptography.Xml.csproj | 1 + .../System.Security.Cryptography.Xml.csproj | 1 + .../ref/System.Security.Permissions.csproj | 1 + .../src/System.Security.Permissions.csproj | 1 + .../System.Security.Principal.Windows.csproj | 1 + .../System.Security.Principal.Windows.csproj | 1 + .../System.ServiceModel.Syndication.csproj | 1 + .../System.ServiceModel.Syndication.csproj | 1 + ...em.ServiceProcess.ServiceController.csproj | 1 + .../src/System.Text.Encoding.CodePages.csproj | 1 + .../ref/System.Text.Encodings.Web.csproj | 1 + .../src/System.Text.Encodings.Web.csproj | 1 + .../src/System.Text.Json.csproj | 1 + .../ref/System.Threading.AccessControl.csproj | 1 + .../src/System.Threading.AccessControl.csproj | 2 +- .../ref/System.Threading.Channels.csproj | 1 + .../src/System.Threading.Channels.csproj | 1 + .../ref/System.Windows.Extensions.csproj | 1 + .../src/System.Windows.Extensions.csproj | 1 + src/libraries/dirs.proj | 9 +- src/libraries/restore/Directory.Build.props | 5 + src/libraries/restore/Directory.Build.targets | 1 + .../binplacePackages/binplacePackages.depproj | 1 - src/libraries/restore/netfx/netfx.depproj | 5 +- .../restore/netstandard/netstandard.depproj | 1 - .../runtime/referenceFromRuntime.targets | 12 ++ src/libraries/restore/runtime/runtime.depproj | 11 +- src/libraries/restore/winrt/winrt.depproj | 1 - src/libraries/runtime.json | 24 +++ .../shims/generated/Directory.Build.props | 2 - .../shims/manual/Directory.Build.props | 6 +- 104 files changed, 232 insertions(+), 161 deletions(-) create mode 100644 src/libraries/restore/runtime/referenceFromRuntime.targets create mode 100644 src/libraries/runtime.json diff --git a/Directory.Build.props b/Directory.Build.props index a1e8814a4ed46c..a01109280d60e6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -64,7 +64,7 @@ https://github.com/dotnet/runtime/blob/master/LICENSE.TXT $([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'pkg', 'Microsoft.NETCore.Platforms', 'runtime.json')) netcoreapp5.0 - C:\git\runtime\src\libraries\pkg\Microsoft.NETCore.Platforms\runtime.json + C:\git\runtime\src\libraries\runtime.json $(RepoRoot)LICENSE.TXT diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets index 2eeed57a613300..bc9e47528f8bd4 100644 --- a/eng/liveBuilds.targets +++ b/eng/liveBuilds.targets @@ -1,9 +1,9 @@ - $(OSGroup) + $(BuildOS) $(ConfigurationGroup) - $(OSGroup) + $(BuildOS) $(ConfigurationGroup) $([MSBuild]::NormalizeDirectory('$(CoreCLROverridePath)')) diff --git a/global.json b/global.json index 6d7e9721944d1f..e597a68c945c89 100644 --- a/global.json +++ b/global.json @@ -15,7 +15,7 @@ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19617.1", "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "5.0.0-beta.19617.1", "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19617.1", - "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-Anipik33", + "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-Anipik37", "FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0", "Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19563.3", "Microsoft.Build.NoTargets": "1.0.53", diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index d1ae0d1ff676b3..354df7a7448c6f 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -14,6 +14,10 @@ + + $(Configuration) + + Debug @@ -43,9 +47,10 @@ See Documentation/coding-guidelines/project-guidelines.md for more details on our configurations. --> - $(NetCoreAppCurrent) - $(DefaultOSGroup) - Debug + $(DefaultOSGroup) + + + $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant) arm arm64 @@ -55,9 +60,9 @@ $(OSGroup.ToLowerInvariant()) - + - $(TargetGroup)-$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup) + $(BuildTargetFramework)-$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup) $(NetCoreAppCurrent)-$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup) $(NetFrameworkCurrent)-$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup) @@ -67,6 +72,55 @@ + + + + + true + win + + + + + true + unix + + + + + true + true + linux + + + + + true + true + osx + + + + + true + true + freebsd + + + + + true + true + netbsd + + + + + true + true + + + @@ -82,6 +136,7 @@ + win10 true @@ -90,7 +145,7 @@ - $([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'native', '$(BuildConfiguration)')) + $([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'native', '$(BuildTargetFramework)-$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup)')) $([MSBuild]::NormalizeDirectory('$(LibrariesProjectRoot)', 'pkg')) @@ -255,6 +310,8 @@ $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'ref')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(BuildTargetFramework)')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(_TargetFrameworkWithoutProfile)')) + $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(BuildTargetFramework)')) + $(BuildTargetFramework) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', 'netstandard2.0')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', 'netstandard2.1')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(NetFrameworkCurrent)')) @@ -370,111 +427,4 @@ false true - - - - - Windows_NT - true - win - - - - - Unix - true - unix - - - - - Linux - true - true - linux - - - - - OSX - true - true - osx - - - - - FreeBSD - true - true - freebsd - - - - - NetBSD - true - true - netbsd - - - - - WebAssembly - true - true - - - - - win10 - - - - - - Microsoft.TargetingPack.NETFramework.v4.5 - - - - - Microsoft.TargetingPack.NETFramework.v4.5.1 - - - - - Microsoft.TargetingPack.NETFramework.v4.6 - - - - - Microsoft.TargetingPack.NETFramework.v4.6.1 - - - - - Microsoft.TargetingPack.NETFramework.v4.6.2 - - - - - Microsoft.TargetingPack.NETFramework.v4.6.3 - - - - - Microsoft.TargetingPack.NETFramework.v4.7 - - - - - Microsoft.TargetingPack.NETFramework.v4.7.1 - - - - - Microsoft.TargetingPack.NETFramework.v4.7.2 - - - diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index 029027e7604603..a6bcb715ebc37a 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -1,7 +1,7 @@ - $(_bc_OSGroup) - $(_bc_ConfigurationGroup) + $(BuildOS) + $(ConfigurationGroup) @@ -46,26 +46,32 @@ true true true + net45;net451;net46;net461;net462;net47;net471;net472;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;$(netcoreappCurrent); + + + + -$(OSGroup) + - + $(BuildConfigurationRefPath) $(RuntimePath) - + $(NETCoreAppPackageRefPath) $(NETCoreAppPackageRuntimePath) - $(NETCoreAppPackageRuntimePath)\..\runtime\$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup) + $(NETCoreAppPackageRuntimePath)\..\runtime\$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup) $(RefRootPath)microsoft.netcore.app\$(ConfigurationGroup) ILLinkTrimAssembly=true - + $(NETCoreAppTestSharedFrameworkPath) @@ -83,12 +89,13 @@ $(RefRootPath)netcoreapp2.0/ + - + $(RefRootPath)%(Identity)/ - + $(ArtifactsBinDir)runtime/%(Identity)-$(ConfigurationGroup)-$(ArchGroup) diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj b/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj index 155ef105742aee..9c2a1611b7ab7b 100644 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj +++ b/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj @@ -1,6 +1,7 @@ netstandard2.0;net461;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj b/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj index 0735809aea1369..fab194b130fe23 100644 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj +++ b/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj @@ -5,6 +5,7 @@ true SR.PlatformNotSupported_RegistryAccessControl netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index 2989cbe1ea2c08..b097ecda946649 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -7,6 +7,7 @@ SR.PlatformNotSupported_Registry $(NoWarn);CA1823 netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj index ef8530e3b7b5ec..492c4bc5493673 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -4,6 +4,7 @@ true SR.PlatformNotSupported_SystemEvents netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/Native/build-native.proj b/src/libraries/Native/build-native.proj index c8af3761d724ba..9459d196873db4 100644 --- a/src/libraries/Native/build-native.proj +++ b/src/libraries/Native/build-native.proj @@ -8,8 +8,7 @@ $(ArtifactsObjDir)_version.h $(ArtifactsObjDir)_version.c - <_BuildNativeArgs>$(ArchGroup) $(ConfigurationGroup) $(OSGroup) outconfig $(Configuration) - $(BaseOutputPath)$(BuildTargetFramework)-$(ConfigurationGroup) + <_BuildNativeArgs>$(ArchGroup) $(ConfigurationGroup) $(BuildOS) outconfig $(BuildTargetFramework)-$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup) + + $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); + + @@ -7,9 +11,8 @@ - - $(NetCoreAppCurrent) $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); + $(BuildTargetFramework) diff --git a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj index 72556eb1d09852..eb847ad6991327 100644 --- a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj @@ -2,6 +2,7 @@ true net461;netstandard2.0;;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/System.CodeDom/src/System.CodeDom.csproj b/src/libraries/System.CodeDom/src/System.CodeDom.csproj index 1861f766079776..b504c6676382fa 100644 --- a/src/libraries/System.CodeDom/src/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/src/System.CodeDom.csproj @@ -4,6 +4,7 @@ true $(DefineConstants);CODEDOM net461;netstandard2.0;;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj index 538e8c0b758ad2..832851d3705c42 100644 --- a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj @@ -1,6 +1,7 @@ netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj index d640fe331a9b72..8a4a36bcaa4f95 100644 --- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -5,6 +5,7 @@ 512 netstandard1.0;portable-net45+win8+wp8+wpa81 netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj index 18cf0d9a033844..bc5dc2f4d642a4 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -7,6 +7,7 @@ $(NoWarn);CS1573 SR.PlatformNotSupported_ComponentModel_Composition netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent); + _$(NetFrameworkCurrent);$(NetCoreAppCurrent); diff --git a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj index d09670bcc3cdf0..a5ff97469c4b9b 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj @@ -2,6 +2,7 @@ true netstandard2.0;net461;;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj index 352ae1ba3cb5c1..5a7c4f49789d47 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj @@ -2,6 +2,7 @@ true netstandard2.0;net461;;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj index d3573ddf707aa0..28f2749a6c7f7b 100644 --- a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj @@ -5,6 +5,7 @@ true SR.Odbc_PlatformNotSupported netcoreapp2.0-FreeBSD;netcoreapp2.0-Linux;netcoreapp2.0-OSX;netcoreapp2.0-Windows_NT;net461-Windows_NT;netstandard2.0;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj index f39f752775d25d..d8860d60053467 100644 --- a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj @@ -2,6 +2,7 @@ true netstandard2.0;net461;;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); $(NoWarn);0618 diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj index 04f8bb04acb253..470fc3c1b03bcd 100644 --- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj @@ -6,6 +6,7 @@ SR.PlatformNotSupported_OleDb $(NoWarn);CS0618 netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT; + $(NetFrameworkCurrent)-Windows_NT; true diff --git a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj index d3a5100b4fcd80..501d9ada0f02dd 100644 --- a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj @@ -1,6 +1,7 @@ netcoreapp2.1;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj index 6bc9a3b5d6925e..c0d293d0262b1c 100644 --- a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj @@ -10,6 +10,7 @@ annotations $(DefineConstants);INTERNAL_NULLABLE_ATTRIBUTES netstandard2.0-Unix;netstandard2.0-Windows_NT;netcoreapp2.1;netcoreapp2.1-Unix;netcoreapp2.1-Windows_NT;$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj index 01ecef5f4b4213..0d99ad294572bc 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj @@ -1,6 +1,7 @@ netstandard1.1;netstandard1.3;net45;;netstandard2.0;$(NetFrameworkCurrent); + netstandard2.0;$(NetFrameworkCurrent); false enable diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj index 24eab925aef922..a390373218ad30 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj @@ -14,6 +14,7 @@ $(DefineConstants);EVENTSOURCE_ENUMERATE_SUPPORT $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS;ENABLE_HTTP_HANDLER netstandard1.1;netstandard1.3;net45;net46;;$(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); + $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj index 32124fcc6bcf18..a19f0138928996 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj +++ b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj @@ -4,6 +4,7 @@ true SR.PlatformNotSupported_EventLog netcoreapp2.0-Windows_NT;net461;netstandard2.0;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj index 70a476184c9f93..94594d063f8157 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj @@ -5,6 +5,7 @@ true SR.PlatformNotSupported_PerfCounters netcoreapp2.0-Windows_NT;netstandard2.0;net461;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj index da3676e511c547..777a85d80d02e6 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj @@ -7,6 +7,7 @@ true SR.DirectoryServicesAccountManagement_PlatformNotSupported netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj index 4857a49ff9236f..f83e0d300057ec 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj @@ -6,6 +6,7 @@ true SR.DirectoryServicesProtocols_PlatformNotSupported netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj index c5cd7eae68ae71..624b367a0abff0 100644 --- a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj @@ -5,6 +5,7 @@ $(NoWarn);0649 SR.DirectoryServices_PlatformNotSupported netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj index 1a40a88eef434b..066f84238425d5 100644 --- a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj @@ -1,6 +1,7 @@ netcoreapp3.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj index 68dca5609fea7b..e5bc84dc3b2ea4 100644 --- a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj @@ -6,6 +6,7 @@ $(DefineConstants);FEATURE_WINDOWS_SYSTEM_COLORS;FEATURE_SYSTEM_EVENTS true netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj index 5cfc14ffd14455..9f87a5fdb575a1 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj @@ -1,7 +1,8 @@ true - netstandard2.0;net461;$(NetFrameworkCurrent);net461; + netstandard2.0;$(NetFrameworkCurrent);net461; + $(NetFrameworkCurrent) diff --git a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj index b052ab4a9fa2de..334d33d9235ec0 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj @@ -3,7 +3,8 @@ true true SR.PlatformNotSupported_AccessControl - netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; annotations diff --git a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj index df2dc686a3e1dd..d2f27f0870d545 100644 --- a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj @@ -3,6 +3,7 @@ true $(DefineConstants);netcoreapp netstandard1.3;net46;netstandard2.0;;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj index e273f01545bbb5..aa1c53b49da3f6 100644 --- a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj @@ -4,6 +4,7 @@ true $(DefineConstants);FEATURE_SERIALIZATION net46;netstandard1.3;netstandard2.0;;$(NetFrameworkCurrent)-Windows_NT; + $(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj index bacae40a2c4771..ed54c11715c4a4 100644 --- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj @@ -1,6 +1,7 @@ netstandard2.0;netcoreapp3.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj index 97793a07e610e6..10d1dcb32bdbcd 100644 --- a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj @@ -2,6 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj index 68bf662135e749..b6d7aa7fd903db 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -7,6 +7,7 @@ true annotations netstandard2.0-Windows_NT;netstandard2.0-Linux;netstandard2.0-OSX;netstandard2.0;net461-Windows_NT;netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj index e2ae126e7827ee..14aee96d5eec4d 100644 --- a/src/libraries/System.Management/src/System.Management.csproj +++ b/src/libraries/System.Management/src/System.Management.csproj @@ -5,6 +5,7 @@ true SR.PlatformNotSupported_SystemManagement netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj index ba6b081310da67..1b77d7ea64ac6e 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj @@ -4,6 +4,7 @@ SR.PlatformNotSupported_WinHttpHandler true netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetFrameworkCurrent)-Windows_NT; true diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj index 6c8a099fce940c..e33fd4f438cba6 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj @@ -4,6 +4,7 @@ True $(NoWarn);CS1573 netstandard2.0;netcoreapp2.1;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj b/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj index 10b599f88fbd40..4699d3bf5b1b33 100644 --- a/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj +++ b/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj @@ -1,6 +1,7 @@ netstandard1.1;;netstandard2.0; + netstandard2.0; diff --git a/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj b/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj index 8c297edcd11f6c..87da7a91f8f2c1 100644 --- a/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj +++ b/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj @@ -2,6 +2,7 @@ true netstandard1.1;;netstandard2.0; + netstandard2.0; $(OutputPath)$(MSBuildProjectName).xml System.Numerics.Tensors diff --git a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.shproj b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.shproj index a98624ffbe1f56..ee47e9759fcf80 100644 --- a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.shproj +++ b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.shproj @@ -4,4 +4,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj index d274454f49014e..9bd2353c71d525 100644 --- a/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj @@ -1,6 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj index dd53583c60c6b9..82d536e4bd4370 100644 --- a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj @@ -4,6 +4,7 @@ SR.PlatformNotSupported_ReflectionDispatchProxy net461;netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj index 2b90510465fe09..2c6bf1f36ea58b 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj @@ -1,6 +1,7 @@ netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent);_$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj index 0b44cf383502d1..9f6c4673cf190b 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj @@ -5,6 +5,7 @@ SR.PlatformNotSupported_RefEmitILGeneration $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0;; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj index 7d98731f65d39d..01a3777f306044 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj @@ -1,6 +1,7 @@ netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent);_$(NetFrameworkCurrent); true enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj index d2ff3ddae291ea..acd59042347210 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj @@ -6,6 +6,7 @@ SR.PlatformNotSupported_RefEmitLightweight $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0;; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; enable diff --git a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj index dc23259f04db72..80fe512d36b58e 100644 --- a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj @@ -1,6 +1,7 @@ netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent);_$(NetFrameworkCurrent); enable @@ -15,4 +16,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj index e1239417c822b8..13d913bcece141 100644 --- a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj @@ -4,6 +4,7 @@ SR.PlatformNotSupported_RefEmit $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.1;; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; enable diff --git a/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj b/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj index 81ab9ebbf68b0d..2d3c0820430dc5 100644 --- a/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj +++ b/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj @@ -111,4 +111,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj index d195ee748caf4b..d94b849df0fc4b 100644 --- a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj @@ -3,6 +3,7 @@ true false netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj index 75ff76627db3d1..bc3a63ecbd6d95 100644 --- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj @@ -6,6 +6,7 @@ false netstandard1.1;portable-net45+win8 netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj index c40d8e64c37701..d6cdc06e767d5c 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj @@ -6,6 +6,7 @@ $(NoWarn);CS1573 netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj index 43c0700117899f..cc28eec100751b 100644 --- a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj @@ -4,6 +4,7 @@ true enable net461;netstandard2.0;netstandard1.3;netstandard1.5;;$(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; SR.PlatformNotSupported_ReflectionTypeExtensions diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index cad8686913632d..861f3b1299a43f 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -18,6 +18,6 @@ - + - + \ No newline at end of file diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj index 17d6582c97fdd0..89d9aac4b50903 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -1,6 +1,7 @@ netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj index ea3a93911f15e2..6d269fcf5cafa1 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -6,6 +6,7 @@ netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj index 38e3325f645109..aff63cdabe4101 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj @@ -11,6 +11,7 @@ --> $(NoWarn);1698 netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj index 304510caa19d03..57f5b696881b49 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj @@ -10,6 +10,7 @@ 4.0.11.0 $(DefineConstants);FEATURE_APPX netstandard1.0;netstandard1.2;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT; SR.PlatformNotSupported_WindowsRuntime diff --git a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj index 02d7fa0d4ec3b8..c63ee8105c50ef 100644 --- a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj @@ -2,6 +2,7 @@ true netstandard2.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj index 064e9d7cf4578c..95ea4372752bda 100644 --- a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj @@ -4,6 +4,7 @@ true SR.PlatformNotSupported_AccessControl net461-Windows_NT;netcoreapp2.0-Windows_NT;netstandard2.0;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj index 5f17ea8e345119..067df13adb28d8 100644 --- a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj @@ -7,6 +7,7 @@ $(DefineConstants);FEATURE_ECDH_DERIVEFROM true netcoreapp3.0;netstandard2.1;net461;net462;net47;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj index 3c7d74061ac67b..4473c7a8c94f81 100644 --- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj @@ -6,6 +6,7 @@ true true netstandard2.0;netstandard2.1;net461-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net462-Windows_NT;net47-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; SR.PlatformNotSupported_CryptographyCng diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj index f88380cd50e3f6..35ce30f907af06 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj @@ -1,6 +1,7 @@ netcoreapp3.0;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj index 8d7f59a51dfe74..725ae363ab0c51 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj @@ -3,6 +3,7 @@ true 4.1.0.0 netcoreapp3.0-Unix;netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent); + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent); SR.PlatformNotSupported_CryptographyOpenSSL diff --git a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj index df2d0c9f55772b..c1b34d1cc630ff 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj @@ -2,6 +2,7 @@ true netcoreapp3.0;netstandard2.1;net461;$(NetFrameworkCurrent);$(NetCoreAppCurrent) + $(NetFrameworkCurrent);$(NetCoreAppCurrent) diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj index c46851b0ed6dc3..a3205e55c76ead 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj @@ -8,6 +8,7 @@ $(NoWarn);CS1574;CS3016;CA5379;CA5384 annotations netstandard2.0;netstandard2.0-Windows_NT;netstandard2.1;netstandard2.1-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); + $(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj index 4ea1ee167cbd69..3eaa2be510e177 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj @@ -2,6 +2,7 @@ true netstandard2.0;net461;;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj index 7448e003ca3250..9590a3c6ad2344 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj @@ -1,11 +1,11 @@ - Windows_NT true true true SR.PlatformNotSupported_CryptographyProtectedData net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT; + $(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj index bc97a6dc3c7e53..940dd6009ae89e 100644 --- a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj @@ -2,6 +2,7 @@ true netstandard2.0;net461;;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj index f2cb68faeefb44..486ded855721b0 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj @@ -4,6 +4,7 @@ true $(NoWarn);CA5384;CA5385 netstandard2.0;net461;;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj index e4b3e481051218..973641f0bd2e02 100644 --- a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj @@ -2,6 +2,7 @@ true netstandard2.0;net461;netcoreapp3.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj index c15412a18dbe9d..e5f10b031c963e 100644 --- a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj @@ -2,6 +2,7 @@ true netcoreapp3.0;netstandard2.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj index 2fc6788c36f6da..6c20e6585003ee 100644 --- a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj @@ -2,6 +2,7 @@ true netstandard2.0;netcoreapp3.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj index bb05deabe10d0c..390c9fd5c4dd94 100644 --- a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj @@ -6,6 +6,7 @@ true SR.PlatformNotSupported_Principal netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp2.0-Unix;netcoreapp2.1-Windows_NT;netcoreapp2.1-Unix;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj index 2ad3931344c0b9..e50a656738881f 100644 --- a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj @@ -2,6 +2,7 @@ true net461;netcoreapp2.1;netstandard2.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj index 993042ded36637..2a05165ef7adce 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj @@ -4,6 +4,7 @@ true true netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT; + $(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj index d78713ec3ad9ec..07c81f2218b983 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj @@ -5,6 +5,7 @@ true SR.PlatformNotSupported_ServiceController netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj index 3a84629c30f68c..1c52d45122e651 100644 --- a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj +++ b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj @@ -5,6 +5,7 @@ netstandard2.0;net461 netstandard2.0;netcoreapp2.0-Windows_NT;netstandard2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj index 76535229ec586e..85184b271d2d75 100644 --- a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj @@ -1,6 +1,7 @@ netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); true enable diff --git a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj index 8c90e74628755b..444c72028065f6 100644 --- a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj @@ -2,6 +2,7 @@ true netcoreapp3.0;netstandard2.1;netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj index 31aae444fa97ac..65e3e869c05d51 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -3,6 +3,7 @@ true $(OutputPath)$(MSBuildProjectName).xml netstandard2.0;netcoreapp3.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent); $(DefineConstants);BUILDING_INBOX_LIBRARY diff --git a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj index b574513eaa3c88..0c5646fb188295 100644 --- a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj @@ -2,6 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent); + $(NetFrameworkCurrent); diff --git a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj index b3e693599dca08..0c523b279b3b1b 100644 --- a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj @@ -1,9 +1,9 @@ - Windows_NT SR.PlatformNotSupported_AccessControl true net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT; + $(NetFrameworkCurrent)-Windows_NT; true diff --git a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj index 621f506a25b8b9..1b8714a8e0fbdb 100644 --- a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj @@ -1,6 +1,7 @@ netcoreapp3.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj index b62b6da584e595..eee3bb7052cb27 100644 --- a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj @@ -1,6 +1,7 @@ netstandard1.3;netstandard2.0;netcoreapp3.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj index 04d25f89c1dd9a..ee6402f350a470 100644 --- a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj @@ -1,6 +1,7 @@ netcoreapp3.0;;$(NetCoreAppCurrent); + $(NetCoreAppCurrent); diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj index a65363da3d1887..6da92cae89efb5 100644 --- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj @@ -3,6 +3,7 @@ SR.PlatformNotSupported_System_Windows_Extensions true netcoreapp3.0-Windows_NT;netcoreapp3.0;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); diff --git a/src/libraries/dirs.proj b/src/libraries/dirs.proj index 6e5fefd06df564..adf6f54beb3904 100644 --- a/src/libraries/dirs.proj +++ b/src/libraries/dirs.proj @@ -9,11 +9,12 @@ - - + + - --> + diff --git a/src/libraries/restore/Directory.Build.props b/src/libraries/restore/Directory.Build.props index 7eda3591f89a2c..4a79d0fd5b0864 100644 --- a/src/libraries/restore/Directory.Build.props +++ b/src/libraries/restore/Directory.Build.props @@ -2,6 +2,11 @@ + + $(IntermediateOutputPath) + $(RestoreOutputPath)/project.assets.json + $(IntermediateOutputPath) + true $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) false diff --git a/src/libraries/restore/Directory.Build.targets b/src/libraries/restore/Directory.Build.targets index 23a3d64e57796b..48a4276785e8c7 100644 --- a/src/libraries/restore/Directory.Build.targets +++ b/src/libraries/restore/Directory.Build.targets @@ -5,4 +5,5 @@ true + diff --git a/src/libraries/restore/binplacePackages/binplacePackages.depproj b/src/libraries/restore/binplacePackages/binplacePackages.depproj index e3b0d78d567020..977af9bfa2809f 100644 --- a/src/libraries/restore/binplacePackages/binplacePackages.depproj +++ b/src/libraries/restore/binplacePackages/binplacePackages.depproj @@ -5,7 +5,6 @@ $(TargetFramework.SubString(11)) Reference true - $(TargetFramework) net461;net472;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.0;netcoreapp2.0;netcoreapp3.0;$(netcoreappCurrent); diff --git a/src/libraries/restore/netfx/netfx.depproj b/src/libraries/restore/netfx/netfx.depproj index d2dc8f30d1d00b..32238e1291399c 100644 --- a/src/libraries/restore/netfx/netfx.depproj +++ b/src/libraries/restore/netfx/netfx.depproj @@ -8,7 +8,6 @@ 2.0.1-servicing-26011-01 $(NuGetPackageRoot)$(NETStandardSupportPackageId.ToLower())\$(NETStandardSupportPackageVersion)\build true - $(TargetFramework) net45;net451;net46;net461;net462;net47;net471;net472;$(netcoreappCurrent); @@ -21,6 +20,10 @@ Microsoft.TargetingPack.NETFramework.v4.7.2 + + Microsoft.TargetingPack.NETFramework.$(TargetFrameworkVersion) + + diff --git a/src/libraries/restore/netstandard/netstandard.depproj b/src/libraries/restore/netstandard/netstandard.depproj index fce050c0e35265..9ddea231cb6896 100644 --- a/src/libraries/restore/netstandard/netstandard.depproj +++ b/src/libraries/restore/netstandard/netstandard.depproj @@ -6,7 +6,6 @@ true Reference <_NETStandardTFMFolder Condition="'$(TargetFramework)' == 'netstandard2.0'">netstandard2.0 - $(TargetFramework) netstandard1.0;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0 diff --git a/src/libraries/restore/runtime/referenceFromRuntime.targets b/src/libraries/restore/runtime/referenceFromRuntime.targets new file mode 100644 index 00000000000000..63806bcb5c57f2 --- /dev/null +++ b/src/libraries/restore/runtime/referenceFromRuntime.targets @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/src/libraries/restore/runtime/runtime.depproj b/src/libraries/restore/runtime/runtime.depproj index 3d81cfc66e12ad..fbe1331ed2ac9d 100644 --- a/src/libraries/restore/runtime/runtime.depproj +++ b/src/libraries/restore/runtime/runtime.depproj @@ -5,18 +5,10 @@ $(ToolRuntimeRID) $(NoWarn);NU1603;NU1605 true - $(DefaultOSGroup) + $(BuildOS) $(ConfigurationGroup) false netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;$(netcoreappCurrent)-Windows_NT;$(netcoreappCurrent)-Unix; - - - $(TargetFramework)-$(OSGroup) - $(BaseOutputPath)$(TargetFramework)-$(OSGroup)-$(ConfigurationGroup) - - - $(TargetFramework) - $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) @@ -95,5 +87,4 @@ - diff --git a/src/libraries/restore/winrt/winrt.depproj b/src/libraries/restore/winrt/winrt.depproj index 0c0db7cc94abd5..6ded4f5a0a0f0a 100644 --- a/src/libraries/restore/winrt/winrt.depproj +++ b/src/libraries/restore/winrt/winrt.depproj @@ -6,7 +6,6 @@ implemented by all frameworks that support it. Instead require projectreference to this project --> true Reference - $(TargetFramework) netcoreapp3.0;$(netcoreappCurrent);netstandard1.0; diff --git a/src/libraries/runtime.json b/src/libraries/runtime.json new file mode 100644 index 00000000000000..a885f93a0eebd3 --- /dev/null +++ b/src/libraries/runtime.json @@ -0,0 +1,24 @@ +{ + "runtimes": { + "Linux": { + "#import": [ + "Unix" + ] + }, + "OSX": { + "#import": [ + "Unix" + ] + }, + "FreeBSD": { + "#import": [ + "Unix" + ] + }, + "NetBSD": { + "#import": [ + "Unix" + ] + } + } +} \ No newline at end of file diff --git a/src/libraries/shims/generated/Directory.Build.props b/src/libraries/shims/generated/Directory.Build.props index 1a0497d32fe0d2..d4a3a53a52c694 100644 --- a/src/libraries/shims/generated/Directory.Build.props +++ b/src/libraries/shims/generated/Directory.Build.props @@ -23,7 +23,5 @@ $(NetCoreAppCurrent); - $(TargetFramework) - $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) diff --git a/src/libraries/shims/manual/Directory.Build.props b/src/libraries/shims/manual/Directory.Build.props index fd91b9b756065b..64a21a113e6c19 100644 --- a/src/libraries/shims/manual/Directory.Build.props +++ b/src/libraries/shims/manual/Directory.Build.props @@ -12,8 +12,8 @@ true - $(ArtifactsBinDir)runtime/$(TargetFramework)-$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup)/ - $(OSGroup) + $(ArtifactsBinDir)runtime/$(BuildTargetFramework)-$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup)/ + $(BuildOS) $(ConfigurationGroup) netcoreapp5.0 @@ -23,7 +23,7 @@ + Exclude="$(RefPath)$(MSBuildProjectName).dll;$(RefPath)System.Private.CoreLib.dll" /> From 222f030bf4b4361e71558d8fc6ed3417111c9414 Mon Sep 17 00:00:00 2001 From: Anipik Date: Mon, 13 Jan 2020 17:36:44 -0800 Subject: [PATCH 13/58] adding back placeholder configuration --- src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj | 3 ++- .../ref/System.ComponentModel.Composition.csproj | 3 ++- .../src/System.ComponentModel.Composition.csproj | 2 +- .../System.Data.SqlClient/src/System.Data.SqlClient.csproj | 2 +- .../src/System.DirectoryServices.AccountManagement.csproj | 2 +- .../src/System.DirectoryServices.Protocols.csproj | 2 +- .../ref/System.DirectoryServices.csproj | 3 ++- .../src/System.DirectoryServices.csproj | 2 +- src/libraries/System.Management/src/System.Management.csproj | 2 +- .../ref/System.Reflection.Emit.ILGeneration.csproj | 2 +- .../ref/System.Reflection.Emit.Lightweight.csproj | 2 +- .../System.Reflection.Emit/ref/System.Reflection.Emit.csproj | 2 +- .../System.Runtime.Caching/src/System.Runtime.Caching.csproj | 3 ++- src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj | 3 ++- src/libraries/System.ValueTuple/src/System.ValueTuple.csproj | 3 ++- 15 files changed, 21 insertions(+), 15 deletions(-) diff --git a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj index c6889ba846b7b2..a186a5cd364dfa 100644 --- a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj +++ b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj @@ -4,7 +4,8 @@ Microsoft.CSharp true - netstandard2.0; + netstandard2.0;_$(NetFrameworkCurrent); + _$(NetFrameworkCurrent) diff --git a/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj index d7866779fb727c..81c8ae64f9f353 100644 --- a/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj @@ -1,6 +1,7 @@ - netstandard2.0; + netstandard2.0;_$(NetFrameworkCurrent); + _$(NetFrameworkCurrent) diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj index bc5dc2f4d642a4..9819821734ce33 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -6,7 +6,7 @@ $(NoWarn);CS1573 SR.PlatformNotSupported_ComponentModel_Composition - netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent); + netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); _$(NetFrameworkCurrent);$(NetCoreAppCurrent); diff --git a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj index c0d293d0262b1c..a229cb350e20f3 100644 --- a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj @@ -9,7 +9,7 @@ $(DefineConstants);FEATURE_TCPKEEPALIVE annotations $(DefineConstants);INTERNAL_NULLABLE_ATTRIBUTES - netstandard2.0-Unix;netstandard2.0-Windows_NT;netcoreapp2.1;netcoreapp2.1-Unix;netcoreapp2.1-Windows_NT;$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + netstandard2.0-Unix;netstandard2.0-Windows_NT;netcoreapp2.1;netcoreapp2.1-Unix;netcoreapp2.1-Windows_NT;$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT; $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj index 777a85d80d02e6..735b5eee8fabfc 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj @@ -6,7 +6,7 @@ $(NoWarn);8073;CA1810 true SR.DirectoryServicesAccountManagement_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj index f83e0d300057ec..3039fe400bf834 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj @@ -5,7 +5,7 @@ $(NoWarn);0649;CA1810 true SR.DirectoryServicesProtocols_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj index 35393030bb3a85..93da3d2afc6bf8 100644 --- a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj @@ -1,6 +1,7 @@ - netstandard2.0; + netstandard2.0;_$(NetFrameworkCurrent); + _$(NetFrameworkCurrent) diff --git a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj index 624b367a0abff0..7ca4964a07961f 100644 --- a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj @@ -4,7 +4,7 @@ true $(NoWarn);0649 SR.DirectoryServices_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj index 14aee96d5eec4d..1a6d71dc586d2f 100644 --- a/src/libraries/System.Management/src/System.Management.csproj +++ b/src/libraries/System.Management/src/System.Management.csproj @@ -4,7 +4,7 @@ $(NoWarn);0618 true SR.PlatformNotSupported_SystemManagement - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj index 2c6bf1f36ea58b..2b1e9b674c8677 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent); + netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); $(NetCoreAppCurrent);_$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj index 01a3777f306044..18411835b1aa30 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent); + netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); $(NetCoreAppCurrent);_$(NetFrameworkCurrent); true enable diff --git a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj index 80fe512d36b58e..0629acbf470e9f 100644 --- a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent); + netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); $(NetCoreAppCurrent);_$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj index 0a419b83fa191c..9853f62cd75873 100644 --- a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj +++ b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj @@ -2,7 +2,8 @@ System.Runtime.Caching true - netstandard2.0;netstandard2.0-Windows_NT; + netstandard2.0;netstandard2.0-Windows_NT;_$(NetFrameworkCurrent); + _$(NetFrameworkCurrent) diff --git a/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj b/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj index ef69b9576ca3a7..96b1029d15c9c8 100644 --- a/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj +++ b/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj @@ -3,7 +3,8 @@ 4.0.3.0 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent);_$(NetFrameworkCurrent); + _$(NetFrameworkCurrent) diff --git a/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj b/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj index de7001f7d2e658..7ace57598a4492 100644 --- a/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj +++ b/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj @@ -2,7 +2,8 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent);_$(NetFrameworkCurrent); + _$(NetFrameworkCurrent) From 2ca2a2cfb886102687e7fde914d69f5300149e3b Mon Sep 17 00:00:00 2001 From: Anipik Date: Wed, 15 Jan 2020 15:02:17 -0800 Subject: [PATCH 14/58] fixing the shims --- global.json | 2 +- src/libraries/Directory.Build.props | 6 +++--- src/libraries/Directory.Build.targets | 15 +++++---------- src/libraries/dirs.proj | 5 ++--- .../Microsoft.Private.CoreFx.NETCoreApp.builds | 6 +----- src/libraries/shims/manual/Directory.Build.props | 2 ++ 6 files changed, 14 insertions(+), 22 deletions(-) diff --git a/global.json b/global.json index e597a68c945c89..903f29e488b410 100644 --- a/global.json +++ b/global.json @@ -15,7 +15,7 @@ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19617.1", "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "5.0.0-beta.19617.1", "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19617.1", - "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-Anipik37", + "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-Anipik39", "FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0", "Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19563.3", "Microsoft.Build.NoTargets": "1.0.53", diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index 354df7a7448c6f..59a03a00cc7a46 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -49,8 +49,10 @@ --> $(DefaultOSGroup) - + + + $(TargetFrameworkSuffix) $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant) arm arm64 @@ -70,8 +72,6 @@ package - - diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index a6bcb715ebc37a..c4ec582aa9964b 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -48,20 +48,15 @@ true net45;net451;net46;net461;net462;net47;net471;net472;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;$(netcoreappCurrent); - - - -$(OSGroup) - - - + - + $(BuildConfigurationRefPath) $(RuntimePath) - + $(NETCoreAppPackageRefPath) $(NETCoreAppPackageRuntimePath) $(NETCoreAppPackageRuntimePath)\..\runtime\$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup) @@ -71,7 +66,7 @@ - + $(NETCoreAppTestSharedFrameworkPath) @@ -95,7 +90,7 @@ $(RefRootPath)%(Identity)/ - + $(ArtifactsBinDir)runtime/%(Identity)-$(ConfigurationGroup)-$(ArchGroup) diff --git a/src/libraries/dirs.proj b/src/libraries/dirs.proj index adf6f54beb3904..dacaefdc6851fc 100644 --- a/src/libraries/dirs.proj +++ b/src/libraries/dirs.proj @@ -7,12 +7,11 @@ - + - diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds index f8bac89057c928..0c5280d3494e91 100644 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds +++ b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds @@ -1,13 +1,9 @@ - - $(NetCoreAppCurrent) - - - + diff --git a/src/libraries/shims/manual/Directory.Build.props b/src/libraries/shims/manual/Directory.Build.props index 64a21a113e6c19..65c969172a371f 100644 --- a/src/libraries/shims/manual/Directory.Build.props +++ b/src/libraries/shims/manual/Directory.Build.props @@ -11,6 +11,8 @@ true + $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(OutDirName)')) + $(BaseIntermediateOutputPath)$(TargetFramework)-$(ConfigurationGroup) $(ArtifactsBinDir)runtime/$(BuildTargetFramework)-$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup)/ $(BuildOS) From 8de48e7668f281f269c2b165bbebf5c36e6a5ca2 Mon Sep 17 00:00:00 2001 From: Anipik Date: Wed, 15 Jan 2020 15:46:23 -0800 Subject: [PATCH 15/58] delete configuration.props --- .../Microsoft.CSharp/ref/Configurations.props | 7 ------- .../Microsoft.CSharp/src/Configurations.props | 8 -------- .../src/Configurations.props | 11 ---------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 12 ----------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 9 --------- .../src/Configurations.props | 16 --------------- .../ref/Configurations.props | 9 --------- .../src/Configurations.props | 15 -------------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../System.Buffers/ref/Configurations.props | 8 -------- .../System.Buffers/src/Configurations.props | 8 -------- .../System.CodeDom/ref/Configurations.props | 12 ----------- .../System.CodeDom/src/Configurations.props | 12 ----------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 13 ------------ .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 8 -------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 12 ----------- .../src/Configurations.props | 12 ----------- .../System.Console/ref/Configurations.props | 7 ------- .../System.Console/src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../System.Data.Odbc/ref/Configurations.props | 9 --------- .../System.Data.Odbc/src/Configurations.props | 20 ------------------- .../ref/Configurations.props | 12 ----------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 11 ---------- .../src/Configurations.props | 18 ----------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 14 ------------- .../src/Configurations.props | 16 --------------- .../ref/Configurations.props | 9 --------- .../src/Configurations.props | 14 ------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 9 --------- .../src/Configurations.props | 14 ------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 10 ---------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 10 ---------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 8 -------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 11 ---------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 13 ------------ .../src/Configurations.props | 14 ------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 10 ---------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 13 ------------ .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 12 ----------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../System.IO.Pipes/ref/Configurations.props | 7 ------- .../System.IO.Pipes/src/Configurations.props | 8 -------- .../System.IO.Ports/ref/Configurations.props | 12 ----------- .../System.IO.Ports/src/Configurations.props | 16 --------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../System.IO/ref/Configurations.props | 7 ------- .../System.IO/src/Configurations.props | 7 ------- .../System.Json/src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../System.Linq/ref/Configurations.props | 7 ------- .../System.Linq/src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 13 ------------ .../System.Memory/ref/Configurations.props | 7 ------- .../System.Memory/src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 13 ------------ .../System.Net.Http/ref/Configurations.props | 7 ------- .../System.Net.Http/src/Configurations.props | 9 --------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../System.Net.Mail/ref/Configurations.props | 7 ------- .../System.Net.Mail/src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 10 ---------- .../System.Net.Ping/ref/Configurations.props | 7 ------- .../System.Net.Ping/src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../System.Net.Quic/ref/Configurations.props | 7 ------- .../System.Net.Quic/src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 9 --------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 12 ----------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 11 ---------- .../src/Configurations.props | 11 ---------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../src/Configurations.props | 8 -------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 8 -------- .../src/Configurations.props | 9 --------- .../ref/Configurations.props | 11 ---------- .../src/Configurations.props | 14 ------------- .../ref/Configurations.props | 13 ------------ .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 13 ------------ .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 13 ------------ .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 12 ----------- .../src/Configurations.props | 12 ----------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 12 ----------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 9 --------- .../src/Configurations.props | 16 --------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 9 --------- .../ref/Configurations.props | 9 --------- .../src/Configurations.props | 15 -------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 9 --------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 11 ---------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 11 ---------- .../src/Configurations.props | 14 ------------- .../System.Runtime/ref/Configurations.props | 7 ------- .../System.Runtime/src/Configurations.props | 8 -------- .../ref/Configurations.props | 13 ------------ .../src/Configurations.props | 14 ------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 9 --------- .../ref/Configurations.props | 16 --------------- .../src/Configurations.props | 19 ------------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 9 --------- .../ref/Configurations.props | 11 ---------- .../src/Configurations.props | 14 ------------- .../ref/Configurations.props | 14 ------------- .../src/Configurations.props | 19 ------------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 12 ----------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 9 --------- .../ref/Configurations.props | 12 ----------- .../src/Configurations.props | 12 ----------- .../ref/Configurations.props | 14 ------------- .../src/Configurations.props | 14 ------------- .../ref/Configurations.props | 14 ------------- .../src/Configurations.props | 18 ----------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 14 ------------- .../src/Configurations.props | 12 ----------- .../ref/Configurations.props | 9 --------- .../src/Configurations.props | 14 ------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 11 ---------- .../src/Configurations.props | 13 ------------ .../System.Text.Json/ref/Configurations.props | 9 --------- .../System.Text.Json/src/Configurations.props | 14 ------------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 12 ----------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 13 ------------ .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 9 --------- .../src/Configurations.props | 9 --------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../System.Threading/ref/Configurations.props | 7 ------- .../System.Threading/src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 8 -------- .../src/Configurations.props | 9 --------- .../ref/Configurations.props | 8 -------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 7 ------- .../ref/Configurations.props | 11 ---------- .../src/Configurations.props | 13 ------------ .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../System.Xml.XPath/ref/Configurations.props | 7 ------- .../System.Xml.XPath/src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 7 ------- .../src/Configurations.props | 8 -------- .../ref/Configurations.props | 9 --------- .../Configurations.props | 7 ------- .../Configurations.props | 7 ------- .../Configurations.props | 7 ------- .../Configurations.props | 7 ------- .../Configurations.props | 7 ------- .../restore/analyzers/Configurations.props | 7 ------- .../binplacePackages/Configurations.props | 19 ------------------ .../harvestPackages/Configurations.props | 7 ------- .../restore/netcoreapp/Configurations.props | 9 --------- .../restore/netfx/Configurations.props | 16 --------------- .../restore/netstandard/Configurations.props | 15 -------------- .../restore/runtime/Configurations.props | 11 ---------- .../restore/tools/Configurations.props | 7 ------- .../restore/winrt/Configurations.props | 9 --------- src/libraries/shims/Configurations.props | 7 ------- .../shims/generated/Configurations.props | 7 ------- .../shims/manual/Configurations.props | 7 ------- 379 files changed, 3351 deletions(-) delete mode 100644 src/libraries/Microsoft.CSharp/ref/Configurations.props delete mode 100644 src/libraries/Microsoft.CSharp/src/Configurations.props delete mode 100644 src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Configurations.props delete mode 100644 src/libraries/Microsoft.IO.Redist/src/Configurations.props delete mode 100644 src/libraries/Microsoft.VisualBasic.Core/ref/Configurations.props delete mode 100644 src/libraries/Microsoft.VisualBasic.Core/src/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.Primitives/ref/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.Primitives/src/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.Registry.AccessControl/src/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.Registry/ref/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.Registry/src/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.SystemEvents/ref/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.SystemEvents/src/Configurations.props delete mode 100644 src/libraries/Microsoft.XmlSerializer.Generator/src/Configurations.props delete mode 100644 src/libraries/System.AppContext/ref/Configurations.props delete mode 100644 src/libraries/System.AppContext/src/Configurations.props delete mode 100644 src/libraries/System.Buffers/ref/Configurations.props delete mode 100644 src/libraries/System.Buffers/src/Configurations.props delete mode 100644 src/libraries/System.CodeDom/ref/Configurations.props delete mode 100644 src/libraries/System.CodeDom/src/Configurations.props delete mode 100644 src/libraries/System.Collections.Concurrent/ref/Configurations.props delete mode 100644 src/libraries/System.Collections.Concurrent/src/Configurations.props delete mode 100644 src/libraries/System.Collections.Immutable/ref/Configurations.props delete mode 100644 src/libraries/System.Collections.Immutable/src/Configurations.props delete mode 100644 src/libraries/System.Collections.NonGeneric/ref/Configurations.props delete mode 100644 src/libraries/System.Collections.NonGeneric/src/Configurations.props delete mode 100644 src/libraries/System.Collections.Specialized/ref/Configurations.props delete mode 100644 src/libraries/System.Collections.Specialized/src/Configurations.props delete mode 100644 src/libraries/System.Collections/ref/Configurations.props delete mode 100644 src/libraries/System.Collections/src/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Annotations/ref/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Annotations/src/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Composition.Registration/ref/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Composition.Registration/src/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Composition/ref/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Composition/src/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.EventBasedAsync/ref/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.EventBasedAsync/src/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Primitives/ref/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Primitives/src/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.TypeConverter/ref/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.TypeConverter/src/Configurations.props delete mode 100644 src/libraries/System.ComponentModel/ref/Configurations.props delete mode 100644 src/libraries/System.ComponentModel/src/Configurations.props delete mode 100644 src/libraries/System.Composition.AttributedModel/src/Configurations.props delete mode 100644 src/libraries/System.Composition.Convention/src/Configurations.props delete mode 100644 src/libraries/System.Composition.Hosting/src/Configurations.props delete mode 100644 src/libraries/System.Composition.Runtime/src/Configurations.props delete mode 100644 src/libraries/System.Composition.TypedParts/src/Configurations.props delete mode 100644 src/libraries/System.Configuration.ConfigurationManager/ref/Configurations.props delete mode 100644 src/libraries/System.Configuration.ConfigurationManager/src/Configurations.props delete mode 100644 src/libraries/System.Console/ref/Configurations.props delete mode 100644 src/libraries/System.Console/src/Configurations.props delete mode 100644 src/libraries/System.Data.Common/ref/Configurations.props delete mode 100644 src/libraries/System.Data.Common/src/Configurations.props delete mode 100644 src/libraries/System.Data.DataSetExtensions/ref/Configurations.props delete mode 100644 src/libraries/System.Data.DataSetExtensions/src/Configurations.props delete mode 100644 src/libraries/System.Data.Odbc/ref/Configurations.props delete mode 100644 src/libraries/System.Data.Odbc/src/Configurations.props delete mode 100644 src/libraries/System.Data.OleDb/ref/Configurations.props delete mode 100644 src/libraries/System.Data.OleDb/src/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/ref/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Contracts/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Contracts/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Debug/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Debug/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.DiagnosticSource/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.DiagnosticSource/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.EventLog/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.EventLog/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.FileVersionInfo/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.FileVersionInfo/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.PerformanceCounter/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.PerformanceCounter/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Process/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Process/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.StackTrace/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.StackTrace/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.TextWriterTraceListener/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.TextWriterTraceListener/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Tools/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Tools/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.TraceSource/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.TraceSource/src/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Tracing/ref/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Tracing/src/Configurations.props delete mode 100644 src/libraries/System.DirectoryServices.AccountManagement/ref/Configurations.props delete mode 100644 src/libraries/System.DirectoryServices.AccountManagement/src/Configurations.props delete mode 100644 src/libraries/System.DirectoryServices.Protocols/ref/Configurations.props delete mode 100644 src/libraries/System.DirectoryServices.Protocols/src/Configurations.props delete mode 100644 src/libraries/System.DirectoryServices/ref/Configurations.props delete mode 100644 src/libraries/System.DirectoryServices/src/Configurations.props delete mode 100644 src/libraries/System.Drawing.Common/ref/Configurations.props delete mode 100644 src/libraries/System.Drawing.Common/src/Configurations.props delete mode 100644 src/libraries/System.Drawing.Primitives/ref/Configurations.props delete mode 100644 src/libraries/System.Drawing.Primitives/src/Configurations.props delete mode 100644 src/libraries/System.Dynamic.Runtime/ref/Configurations.props delete mode 100644 src/libraries/System.Dynamic.Runtime/src/Configurations.props delete mode 100644 src/libraries/System.Globalization.Calendars/ref/Configurations.props delete mode 100644 src/libraries/System.Globalization.Calendars/src/Configurations.props delete mode 100644 src/libraries/System.Globalization.Extensions/ref/Configurations.props delete mode 100644 src/libraries/System.Globalization.Extensions/src/Configurations.props delete mode 100644 src/libraries/System.Globalization/ref/Configurations.props delete mode 100644 src/libraries/System.Globalization/src/Configurations.props delete mode 100644 src/libraries/System.IO.Compression.Brotli/ref/Configurations.props delete mode 100644 src/libraries/System.IO.Compression.Brotli/src/Configurations.props delete mode 100644 src/libraries/System.IO.Compression.ZipFile/ref/Configurations.props delete mode 100644 src/libraries/System.IO.Compression.ZipFile/src/Configurations.props delete mode 100644 src/libraries/System.IO.Compression/ref/Configurations.props delete mode 100644 src/libraries/System.IO.Compression/src/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.AccessControl/ref/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.AccessControl/src/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.DriveInfo/ref/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.DriveInfo/src/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.Primitives/ref/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.Primitives/src/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.Watcher/ref/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.Watcher/src/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem/ref/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem/src/Configurations.props delete mode 100644 src/libraries/System.IO.IsolatedStorage/ref/Configurations.props delete mode 100644 src/libraries/System.IO.IsolatedStorage/src/Configurations.props delete mode 100644 src/libraries/System.IO.MemoryMappedFiles/ref/Configurations.props delete mode 100644 src/libraries/System.IO.MemoryMappedFiles/src/Configurations.props delete mode 100644 src/libraries/System.IO.Packaging/ref/Configurations.props delete mode 100644 src/libraries/System.IO.Packaging/src/Configurations.props delete mode 100644 src/libraries/System.IO.Pipelines/ref/Configurations.props delete mode 100644 src/libraries/System.IO.Pipelines/src/Configurations.props delete mode 100644 src/libraries/System.IO.Pipes.AccessControl/ref/Configurations.props delete mode 100644 src/libraries/System.IO.Pipes.AccessControl/src/Configurations.props delete mode 100644 src/libraries/System.IO.Pipes/ref/Configurations.props delete mode 100644 src/libraries/System.IO.Pipes/src/Configurations.props delete mode 100644 src/libraries/System.IO.Ports/ref/Configurations.props delete mode 100644 src/libraries/System.IO.Ports/src/Configurations.props delete mode 100644 src/libraries/System.IO.UnmanagedMemoryStream/ref/Configurations.props delete mode 100644 src/libraries/System.IO.UnmanagedMemoryStream/src/Configurations.props delete mode 100644 src/libraries/System.IO/ref/Configurations.props delete mode 100644 src/libraries/System.IO/src/Configurations.props delete mode 100644 src/libraries/System.Json/src/Configurations.props delete mode 100644 src/libraries/System.Linq.Expressions/ref/Configurations.props delete mode 100644 src/libraries/System.Linq.Expressions/src/Configurations.props delete mode 100644 src/libraries/System.Linq.Parallel/ref/Configurations.props delete mode 100644 src/libraries/System.Linq.Parallel/src/Configurations.props delete mode 100644 src/libraries/System.Linq.Queryable/ref/Configurations.props delete mode 100644 src/libraries/System.Linq.Queryable/src/Configurations.props delete mode 100644 src/libraries/System.Linq/ref/Configurations.props delete mode 100644 src/libraries/System.Linq/src/Configurations.props delete mode 100644 src/libraries/System.Management/ref/Configurations.props delete mode 100644 src/libraries/System.Management/src/Configurations.props delete mode 100644 src/libraries/System.Memory/ref/Configurations.props delete mode 100644 src/libraries/System.Memory/src/Configurations.props delete mode 100644 src/libraries/System.Net.Http.WinHttpHandler/ref/Configurations.props delete mode 100644 src/libraries/System.Net.Http.WinHttpHandler/src/Configurations.props delete mode 100644 src/libraries/System.Net.Http/ref/Configurations.props delete mode 100644 src/libraries/System.Net.Http/src/Configurations.props delete mode 100644 src/libraries/System.Net.HttpListener/ref/Configurations.props delete mode 100644 src/libraries/System.Net.HttpListener/src/Configurations.props delete mode 100644 src/libraries/System.Net.Mail/ref/Configurations.props delete mode 100644 src/libraries/System.Net.Mail/src/Configurations.props delete mode 100644 src/libraries/System.Net.NameResolution/ref/Configurations.props delete mode 100644 src/libraries/System.Net.NameResolution/src/Configurations.props delete mode 100644 src/libraries/System.Net.NetworkInformation/ref/Configurations.props delete mode 100644 src/libraries/System.Net.NetworkInformation/src/Configurations.props delete mode 100644 src/libraries/System.Net.Ping/ref/Configurations.props delete mode 100644 src/libraries/System.Net.Ping/src/Configurations.props delete mode 100644 src/libraries/System.Net.Primitives/ref/Configurations.props delete mode 100644 src/libraries/System.Net.Primitives/src/Configurations.props delete mode 100644 src/libraries/System.Net.Quic/ref/Configurations.props delete mode 100644 src/libraries/System.Net.Quic/src/Configurations.props delete mode 100644 src/libraries/System.Net.Requests/ref/Configurations.props delete mode 100644 src/libraries/System.Net.Requests/src/Configurations.props delete mode 100644 src/libraries/System.Net.Security/ref/Configurations.props delete mode 100644 src/libraries/System.Net.Security/src/Configurations.props delete mode 100644 src/libraries/System.Net.ServicePoint/ref/Configurations.props delete mode 100644 src/libraries/System.Net.ServicePoint/src/Configurations.props delete mode 100644 src/libraries/System.Net.Sockets/ref/Configurations.props delete mode 100644 src/libraries/System.Net.Sockets/src/Configurations.props delete mode 100644 src/libraries/System.Net.WebClient/ref/Configurations.props delete mode 100644 src/libraries/System.Net.WebClient/src/Configurations.props delete mode 100644 src/libraries/System.Net.WebHeaderCollection/ref/Configurations.props delete mode 100644 src/libraries/System.Net.WebHeaderCollection/src/Configurations.props delete mode 100644 src/libraries/System.Net.WebProxy/ref/Configurations.props delete mode 100644 src/libraries/System.Net.WebProxy/src/Configurations.props delete mode 100644 src/libraries/System.Net.WebSockets.Client/ref/Configurations.props delete mode 100644 src/libraries/System.Net.WebSockets.Client/src/Configurations.props delete mode 100644 src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/Configurations.props delete mode 100644 src/libraries/System.Net.WebSockets.WebSocketProtocol/src/Configurations.props delete mode 100644 src/libraries/System.Net.WebSockets/ref/Configurations.props delete mode 100644 src/libraries/System.Net.WebSockets/src/Configurations.props delete mode 100644 src/libraries/System.Numerics.Tensors/ref/Configurations.props delete mode 100644 src/libraries/System.Numerics.Tensors/src/Configurations.props delete mode 100644 src/libraries/System.Numerics.Vectors/ref/Configurations.props delete mode 100644 src/libraries/System.Numerics.Vectors/src/Configurations.props delete mode 100644 src/libraries/System.ObjectModel/ref/Configurations.props delete mode 100644 src/libraries/System.ObjectModel/src/Configurations.props delete mode 100644 src/libraries/System.Private.DataContractSerialization/src/Configurations.props delete mode 100644 src/libraries/System.Private.Uri/src/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/src/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/src/Configurations.props delete mode 100644 src/libraries/System.Reflection.Context/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection.Context/src/Configurations.props delete mode 100644 src/libraries/System.Reflection.DispatchProxy/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection.DispatchProxy/src/Configurations.props delete mode 100644 src/libraries/System.Reflection.Emit.ILGeneration/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection.Emit.ILGeneration/src/Configurations.props delete mode 100644 src/libraries/System.Reflection.Emit.Lightweight/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection.Emit.Lightweight/src/Configurations.props delete mode 100644 src/libraries/System.Reflection.Emit/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection.Emit/src/Configurations.props delete mode 100644 src/libraries/System.Reflection.Extensions/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection.Extensions/src/Configurations.props delete mode 100644 src/libraries/System.Reflection.Metadata/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection.Metadata/src/Configurations.props delete mode 100644 src/libraries/System.Reflection.MetadataLoadContext/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection.MetadataLoadContext/src/Configurations.props delete mode 100644 src/libraries/System.Reflection.Primitives/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection.Primitives/src/Configurations.props delete mode 100644 src/libraries/System.Reflection.TypeExtensions/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection.TypeExtensions/src/Configurations.props delete mode 100644 src/libraries/System.Reflection/ref/Configurations.props delete mode 100644 src/libraries/System.Reflection/src/Configurations.props delete mode 100644 src/libraries/System.Resources.Extensions/ref/Configurations.props delete mode 100644 src/libraries/System.Resources.Extensions/src/Configurations.props delete mode 100644 src/libraries/System.Resources.Reader/ref/Configurations.props delete mode 100644 src/libraries/System.Resources.Reader/src/Configurations.props delete mode 100644 src/libraries/System.Resources.ResourceManager/ref/Configurations.props delete mode 100644 src/libraries/System.Resources.ResourceManager/src/Configurations.props delete mode 100644 src/libraries/System.Resources.Writer/ref/Configurations.props delete mode 100644 src/libraries/System.Resources.Writer/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Caching/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Caching/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.CompilerServices.Unsafe/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.CompilerServices.Unsafe/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.CompilerServices.VisualC/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.CompilerServices.VisualC/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Extensions/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Extensions/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Handles/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Handles/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.InteropServices/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.InteropServices/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Intrinsics.Experimental/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Intrinsics.Experimental/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Intrinsics/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Intrinsics/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Numerics/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Numerics/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Formatters/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Formatters/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Json/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Json/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Primitives/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Primitives/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Xml/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Xml/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/Configurations.props delete mode 100644 src/libraries/System.Runtime.WindowsRuntime/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime.WindowsRuntime/src/Configurations.props delete mode 100644 src/libraries/System.Runtime/ref/Configurations.props delete mode 100644 src/libraries/System.Runtime/src/Configurations.props delete mode 100644 src/libraries/System.Security.AccessControl/ref/Configurations.props delete mode 100644 src/libraries/System.Security.AccessControl/src/Configurations.props delete mode 100644 src/libraries/System.Security.Claims/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Claims/src/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Algorithms/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Algorithms/src/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Cng/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Cng/src/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Csp/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Csp/src/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Encoding/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Encoding/src/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.OpenSsl/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.OpenSsl/src/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Pkcs/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Pkcs/src/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Primitives/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Primitives/src/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.ProtectedData/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.ProtectedData/src/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.X509Certificates/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.X509Certificates/src/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Xml/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Xml/src/Configurations.props delete mode 100644 src/libraries/System.Security.Permissions/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Permissions/src/Configurations.props delete mode 100644 src/libraries/System.Security.Principal.Windows/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Principal.Windows/src/Configurations.props delete mode 100644 src/libraries/System.Security.Principal/ref/Configurations.props delete mode 100644 src/libraries/System.Security.Principal/src/Configurations.props delete mode 100644 src/libraries/System.Security.SecureString/ref/Configurations.props delete mode 100644 src/libraries/System.Security.SecureString/src/Configurations.props delete mode 100644 src/libraries/System.ServiceModel.Syndication/ref/Configurations.props delete mode 100644 src/libraries/System.ServiceModel.Syndication/src/Configurations.props delete mode 100644 src/libraries/System.ServiceProcess.ServiceController/ref/Configurations.props delete mode 100644 src/libraries/System.ServiceProcess.ServiceController/src/Configurations.props delete mode 100644 src/libraries/System.Text.Encoding.CodePages/ref/Configurations.props delete mode 100644 src/libraries/System.Text.Encoding.CodePages/src/Configurations.props delete mode 100644 src/libraries/System.Text.Encoding.Extensions/ref/Configurations.props delete mode 100644 src/libraries/System.Text.Encoding.Extensions/src/Configurations.props delete mode 100644 src/libraries/System.Text.Encoding/ref/Configurations.props delete mode 100644 src/libraries/System.Text.Encoding/src/Configurations.props delete mode 100644 src/libraries/System.Text.Encodings.Web/ref/Configurations.props delete mode 100644 src/libraries/System.Text.Encodings.Web/src/Configurations.props delete mode 100644 src/libraries/System.Text.Json/ref/Configurations.props delete mode 100644 src/libraries/System.Text.Json/src/Configurations.props delete mode 100644 src/libraries/System.Text.RegularExpressions/ref/Configurations.props delete mode 100644 src/libraries/System.Text.RegularExpressions/src/Configurations.props delete mode 100644 src/libraries/System.Threading.AccessControl/ref/Configurations.props delete mode 100644 src/libraries/System.Threading.AccessControl/src/Configurations.props delete mode 100644 src/libraries/System.Threading.Channels/ref/Configurations.props delete mode 100644 src/libraries/System.Threading.Channels/src/Configurations.props delete mode 100644 src/libraries/System.Threading.Overlapped/ref/Configurations.props delete mode 100644 src/libraries/System.Threading.Overlapped/src/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks.Dataflow/ref/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks.Dataflow/src/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks.Extensions/ref/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks.Extensions/src/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks.Parallel/ref/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks.Parallel/src/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks/ref/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks/src/Configurations.props delete mode 100644 src/libraries/System.Threading.Thread/ref/Configurations.props delete mode 100644 src/libraries/System.Threading.Thread/src/Configurations.props delete mode 100644 src/libraries/System.Threading.ThreadPool/ref/Configurations.props delete mode 100644 src/libraries/System.Threading.ThreadPool/src/Configurations.props delete mode 100644 src/libraries/System.Threading.Timer/ref/Configurations.props delete mode 100644 src/libraries/System.Threading.Timer/src/Configurations.props delete mode 100644 src/libraries/System.Threading/ref/Configurations.props delete mode 100644 src/libraries/System.Threading/src/Configurations.props delete mode 100644 src/libraries/System.Transactions.Local/ref/Configurations.props delete mode 100644 src/libraries/System.Transactions.Local/src/Configurations.props delete mode 100644 src/libraries/System.Utf8String.Experimental/ref/Configurations.props delete mode 100644 src/libraries/System.Utf8String.Experimental/src/Configurations.props delete mode 100644 src/libraries/System.ValueTuple/ref/Configurations.props delete mode 100644 src/libraries/System.ValueTuple/src/Configurations.props delete mode 100644 src/libraries/System.Web.HttpUtility/ref/Configurations.props delete mode 100644 src/libraries/System.Web.HttpUtility/src/Configurations.props delete mode 100644 src/libraries/System.Windows.Extensions/ref/Configurations.props delete mode 100644 src/libraries/System.Windows.Extensions/src/Configurations.props delete mode 100644 src/libraries/System.Xml.ReaderWriter/ref/Configurations.props delete mode 100644 src/libraries/System.Xml.ReaderWriter/src/Configurations.props delete mode 100644 src/libraries/System.Xml.XDocument/ref/Configurations.props delete mode 100644 src/libraries/System.Xml.XDocument/src/Configurations.props delete mode 100644 src/libraries/System.Xml.XPath.XDocument/ref/Configurations.props delete mode 100644 src/libraries/System.Xml.XPath.XDocument/src/Configurations.props delete mode 100644 src/libraries/System.Xml.XPath/ref/Configurations.props delete mode 100644 src/libraries/System.Xml.XPath/src/Configurations.props delete mode 100644 src/libraries/System.Xml.XmlDocument/ref/Configurations.props delete mode 100644 src/libraries/System.Xml.XmlDocument/src/Configurations.props delete mode 100644 src/libraries/System.Xml.XmlSerializer/ref/Configurations.props delete mode 100644 src/libraries/System.Xml.XmlSerializer/src/Configurations.props delete mode 100644 src/libraries/mscorlib.WinRT-Facade/ref/Configurations.props delete mode 100644 src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Configurations.props delete mode 100644 src/libraries/pkg/Microsoft.NETCore.Platforms/Configurations.props delete mode 100644 src/libraries/pkg/Microsoft.NETCore.Targets/Configurations.props delete mode 100644 src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Configurations.props delete mode 100644 src/libraries/pkg/runtime.native.System.IO.Ports/Configurations.props delete mode 100644 src/libraries/restore/analyzers/Configurations.props delete mode 100644 src/libraries/restore/binplacePackages/Configurations.props delete mode 100644 src/libraries/restore/harvestPackages/Configurations.props delete mode 100644 src/libraries/restore/netcoreapp/Configurations.props delete mode 100644 src/libraries/restore/netfx/Configurations.props delete mode 100644 src/libraries/restore/netstandard/Configurations.props delete mode 100644 src/libraries/restore/runtime/Configurations.props delete mode 100644 src/libraries/restore/tools/Configurations.props delete mode 100644 src/libraries/restore/winrt/Configurations.props delete mode 100644 src/libraries/shims/Configurations.props delete mode 100644 src/libraries/shims/generated/Configurations.props delete mode 100644 src/libraries/shims/manual/Configurations.props diff --git a/src/libraries/Microsoft.CSharp/ref/Configurations.props b/src/libraries/Microsoft.CSharp/ref/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/Microsoft.CSharp/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.CSharp/src/Configurations.props b/src/libraries/Microsoft.CSharp/src/Configurations.props deleted file mode 100644 index 781348267d404a..00000000000000 --- a/src/libraries/Microsoft.CSharp/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0; - _$(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Configurations.props b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Configurations.props deleted file mode 100644 index bfec1ecd7e96fc..00000000000000 --- a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - net461-Windows_NT; - - - $(PackageConfigurations) - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.IO.Redist/src/Configurations.props b/src/libraries/Microsoft.IO.Redist/src/Configurations.props deleted file mode 100644 index 200df297d04d16..00000000000000 --- a/src/libraries/Microsoft.IO.Redist/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/Microsoft.VisualBasic.Core/ref/Configurations.props b/src/libraries/Microsoft.VisualBasic.Core/ref/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/Microsoft.VisualBasic.Core/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Configurations.props b/src/libraries/Microsoft.VisualBasic.Core/src/Configurations.props deleted file mode 100644 index e865fd9fc0e5c3..00000000000000 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/Microsoft.Win32.Primitives/ref/Configurations.props b/src/libraries/Microsoft.Win32.Primitives/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/Microsoft.Win32.Primitives/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.Primitives/src/Configurations.props b/src/libraries/Microsoft.Win32.Primitives/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/Microsoft.Win32.Primitives/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Configurations.props b/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Configurations.props deleted file mode 100644 index 60697bb573dff8..00000000000000 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations) - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Configurations.props b/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Configurations.props deleted file mode 100644 index cd93747f928891..00000000000000 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0-Windows_NT; - netstandard2.0; - net461-Windows_NT; - - - $(PackageConfigurations) - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.Registry/ref/Configurations.props b/src/libraries/Microsoft.Win32.Registry/ref/Configurations.props deleted file mode 100644 index b4029b347f0a27..00000000000000 --- a/src/libraries/Microsoft.Win32.Registry/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard2.0; - $(NetFrameworkCurrent); - net461; - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.Registry/src/Configurations.props b/src/libraries/Microsoft.Win32.Registry/src/Configurations.props deleted file mode 100644 index b1d54aae17ecbc..00000000000000 --- a/src/libraries/Microsoft.Win32.Registry/src/Configurations.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - netstandard2.0-Windows_NT; - netstandard2.0-Unix; - netstandard2.0; - net461-Windows_NT; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.SystemEvents/ref/Configurations.props b/src/libraries/Microsoft.Win32.SystemEvents/ref/Configurations.props deleted file mode 100644 index b4029b347f0a27..00000000000000 --- a/src/libraries/Microsoft.Win32.SystemEvents/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard2.0; - $(NetFrameworkCurrent); - net461; - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Configurations.props b/src/libraries/Microsoft.Win32.SystemEvents/src/Configurations.props deleted file mode 100644 index 0860f3358eeb4c..00000000000000 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Configurations.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - netstandard2.0; - netcoreapp2.0-Windows_NT; - netcoreapp3.0-Windows_NT; - net461; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.XmlSerializer.Generator/src/Configurations.props b/src/libraries/Microsoft.XmlSerializer.Generator/src/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/Microsoft.XmlSerializer.Generator/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.AppContext/ref/Configurations.props b/src/libraries/System.AppContext/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.AppContext/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.AppContext/src/Configurations.props b/src/libraries/System.AppContext/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.AppContext/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Buffers/ref/Configurations.props b/src/libraries/System.Buffers/ref/Configurations.props deleted file mode 100644 index 698e5953865742..00000000000000 --- a/src/libraries/System.Buffers/ref/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0; - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Buffers/src/Configurations.props b/src/libraries/System.Buffers/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Buffers/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.CodeDom/ref/Configurations.props b/src/libraries/System.CodeDom/ref/Configurations.props deleted file mode 100644 index 642fe102f819e1..00000000000000 --- a/src/libraries/System.CodeDom/ref/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - net461; - netstandard2.0; - - - $(PackageConfigurations); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.CodeDom/src/Configurations.props b/src/libraries/System.CodeDom/src/Configurations.props deleted file mode 100644 index 642fe102f819e1..00000000000000 --- a/src/libraries/System.CodeDom/src/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - net461; - netstandard2.0; - - - $(PackageConfigurations); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections.Concurrent/ref/Configurations.props b/src/libraries/System.Collections.Concurrent/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Collections.Concurrent/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections.Concurrent/src/Configurations.props b/src/libraries/System.Collections.Concurrent/src/Configurations.props deleted file mode 100644 index c31cf2a4495cf2..00000000000000 --- a/src/libraries/System.Collections.Concurrent/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Collections.Immutable/ref/Configurations.props b/src/libraries/System.Collections.Immutable/ref/Configurations.props deleted file mode 100644 index 92c9ce3a643ba9..00000000000000 --- a/src/libraries/System.Collections.Immutable/ref/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard1.0; - netstandard1.3; - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Collections.Immutable/src/Configurations.props b/src/libraries/System.Collections.Immutable/src/Configurations.props deleted file mode 100644 index 92c9ce3a643ba9..00000000000000 --- a/src/libraries/System.Collections.Immutable/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard1.0; - netstandard1.3; - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Collections.NonGeneric/ref/Configurations.props b/src/libraries/System.Collections.NonGeneric/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Collections.NonGeneric/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections.NonGeneric/src/Configurations.props b/src/libraries/System.Collections.NonGeneric/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Collections.NonGeneric/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections.Specialized/ref/Configurations.props b/src/libraries/System.Collections.Specialized/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Collections.Specialized/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections.Specialized/src/Configurations.props b/src/libraries/System.Collections.Specialized/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Collections.Specialized/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections/ref/Configurations.props b/src/libraries/System.Collections/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Collections/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections/src/Configurations.props b/src/libraries/System.Collections/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Collections/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.ComponentModel.Annotations/ref/Configurations.props b/src/libraries/System.ComponentModel.Annotations/ref/Configurations.props deleted file mode 100644 index 3b61bcd0aab13b..00000000000000 --- a/src/libraries/System.ComponentModel.Annotations/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.1; - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Annotations/src/Configurations.props b/src/libraries/System.ComponentModel.Annotations/src/Configurations.props deleted file mode 100644 index 3b61bcd0aab13b..00000000000000 --- a/src/libraries/System.ComponentModel.Annotations/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.1; - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Composition.Registration/ref/Configurations.props b/src/libraries/System.ComponentModel.Composition.Registration/ref/Configurations.props deleted file mode 100644 index a6a73900791eba..00000000000000 --- a/src/libraries/System.ComponentModel.Composition.Registration/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.1; - - - diff --git a/src/libraries/System.ComponentModel.Composition.Registration/src/Configurations.props b/src/libraries/System.ComponentModel.Composition.Registration/src/Configurations.props deleted file mode 100644 index 2beda103afa0b0..00000000000000 --- a/src/libraries/System.ComponentModel.Composition.Registration/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.1; - - - diff --git a/src/libraries/System.ComponentModel.Composition/ref/Configurations.props b/src/libraries/System.ComponentModel.Composition/ref/Configurations.props deleted file mode 100644 index d196aebf0851fa..00000000000000 --- a/src/libraries/System.ComponentModel.Composition/ref/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0; - _$(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.ComponentModel.Composition/src/Configurations.props b/src/libraries/System.ComponentModel.Composition/src/Configurations.props deleted file mode 100644 index b44f08eaa24eae..00000000000000 --- a/src/libraries/System.ComponentModel.Composition/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - netcoreapp2.0; - - - $(PackageConfigurations); - _$(NetFrameworkCurrent); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.ComponentModel.EventBasedAsync/ref/Configurations.props b/src/libraries/System.ComponentModel.EventBasedAsync/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel.EventBasedAsync/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.EventBasedAsync/src/Configurations.props b/src/libraries/System.ComponentModel.EventBasedAsync/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel.EventBasedAsync/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Primitives/ref/Configurations.props b/src/libraries/System.ComponentModel.Primitives/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel.Primitives/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Primitives/src/Configurations.props b/src/libraries/System.ComponentModel.Primitives/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel.Primitives/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.TypeConverter/ref/Configurations.props b/src/libraries/System.ComponentModel.TypeConverter/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel.TypeConverter/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.TypeConverter/src/Configurations.props b/src/libraries/System.ComponentModel.TypeConverter/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel.TypeConverter/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel/ref/Configurations.props b/src/libraries/System.ComponentModel/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel/src/Configurations.props b/src/libraries/System.ComponentModel/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Composition.AttributedModel/src/Configurations.props b/src/libraries/System.Composition.AttributedModel/src/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Composition.AttributedModel/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Composition.Convention/src/Configurations.props b/src/libraries/System.Composition.Convention/src/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Composition.Convention/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Composition.Hosting/src/Configurations.props b/src/libraries/System.Composition.Hosting/src/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Composition.Hosting/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Composition.Runtime/src/Configurations.props b/src/libraries/System.Composition.Runtime/src/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Composition.Runtime/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Composition.TypedParts/src/Configurations.props b/src/libraries/System.Composition.TypedParts/src/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Composition.TypedParts/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Configuration.ConfigurationManager/ref/Configurations.props b/src/libraries/System.Configuration.ConfigurationManager/ref/Configurations.props deleted file mode 100644 index 0dac4d73f4a20e..00000000000000 --- a/src/libraries/System.Configuration.ConfigurationManager/ref/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/Configurations.props b/src/libraries/System.Configuration.ConfigurationManager/src/Configurations.props deleted file mode 100644 index 84807793befbea..00000000000000 --- a/src/libraries/System.Configuration.ConfigurationManager/src/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Console/ref/Configurations.props b/src/libraries/System.Console/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Console/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Console/src/Configurations.props b/src/libraries/System.Console/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Console/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.Common/ref/Configurations.props b/src/libraries/System.Data.Common/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Data.Common/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Data.Common/src/Configurations.props b/src/libraries/System.Data.Common/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Data.Common/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Data.DataSetExtensions/ref/Configurations.props b/src/libraries/System.Data.DataSetExtensions/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Data.DataSetExtensions/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Data.DataSetExtensions/src/Configurations.props b/src/libraries/System.Data.DataSetExtensions/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Data.DataSetExtensions/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Data.Odbc/ref/Configurations.props b/src/libraries/System.Data.Odbc/ref/Configurations.props deleted file mode 100644 index b4029b347f0a27..00000000000000 --- a/src/libraries/System.Data.Odbc/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard2.0; - $(NetFrameworkCurrent); - net461; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.Odbc/src/Configurations.props b/src/libraries/System.Data.Odbc/src/Configurations.props deleted file mode 100644 index f61ae46c039b26..00000000000000 --- a/src/libraries/System.Data.Odbc/src/Configurations.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - netcoreapp2.0-FreeBSD; - netcoreapp2.0-Linux; - netcoreapp2.0-OSX; - netcoreapp2.0-Windows_NT; - net461-Windows_NT; - netstandard2.0; - - - $(PackageConfigurations) - $(NetCoreAppCurrent)-FreeBSD; - $(NetCoreAppCurrent)-Linux; - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Data.OleDb/ref/Configurations.props b/src/libraries/System.Data.OleDb/ref/Configurations.props deleted file mode 100644 index 66ac0580b8ad46..00000000000000 --- a/src/libraries/System.Data.OleDb/ref/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Data.OleDb/src/Configurations.props b/src/libraries/System.Data.OleDb/src/Configurations.props deleted file mode 100644 index a37ba68cc76139..00000000000000 --- a/src/libraries/System.Data.OleDb/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0-Windows_NT; - netstandard2.0; - net461-Windows_NT; - - - $(PackageConfigurations); - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/ref/Configurations.props b/src/libraries/System.Data.SqlClient/ref/Configurations.props deleted file mode 100644 index 96cab88710d6a1..00000000000000 --- a/src/libraries/System.Data.SqlClient/ref/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netcoreapp2.1; - - - $(PackageConfigurations) - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/src/Configurations.props b/src/libraries/System.Data.SqlClient/src/Configurations.props deleted file mode 100644 index 3e86819ce3255d..00000000000000 --- a/src/libraries/System.Data.SqlClient/src/Configurations.props +++ /dev/null @@ -1,18 +0,0 @@ - - - - netstandard2.0-Unix; - netstandard2.0-Windows_NT; - netcoreapp2.1; - netcoreapp2.1-Unix; - netcoreapp2.1-Windows_NT; - - - $(PackageConfigurations) - $(NetCoreAppCurrent); - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - _$(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Contracts/ref/Configurations.props b/src/libraries/System.Diagnostics.Contracts/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.Contracts/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Contracts/src/Configurations.props b/src/libraries/System.Diagnostics.Contracts/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Diagnostics.Contracts/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Diagnostics.Debug/ref/Configurations.props b/src/libraries/System.Diagnostics.Debug/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.Debug/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Debug/src/Configurations.props b/src/libraries/System.Diagnostics.Debug/src/Configurations.props deleted file mode 100644 index c31cf2a4495cf2..00000000000000 --- a/src/libraries/System.Diagnostics.Debug/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/ref/Configurations.props b/src/libraries/System.Diagnostics.DiagnosticSource/ref/Configurations.props deleted file mode 100644 index 839799ca7b0c5b..00000000000000 --- a/src/libraries/System.Diagnostics.DiagnosticSource/ref/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard1.1; - netstandard1.3; - net45; - - - $(PackageConfigurations); - netstandard2.0; - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/Configurations.props b/src/libraries/System.Diagnostics.DiagnosticSource/src/Configurations.props deleted file mode 100644 index 6278dad0af5f6f..00000000000000 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/Configurations.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - netstandard1.1; - netstandard1.3; - net45; - net46; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - netstandard2.0; - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.EventLog/ref/Configurations.props b/src/libraries/System.Diagnostics.EventLog/ref/Configurations.props deleted file mode 100644 index 9901e6092d1b34..00000000000000 --- a/src/libraries/System.Diagnostics.EventLog/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetFrameworkCurrent); - net461; - netstandard2.0; - - - diff --git a/src/libraries/System.Diagnostics.EventLog/src/Configurations.props b/src/libraries/System.Diagnostics.EventLog/src/Configurations.props deleted file mode 100644 index 944cd7c04ef510..00000000000000 --- a/src/libraries/System.Diagnostics.EventLog/src/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netcoreapp2.0-Windows_NT; - net461; - netstandard2.0; - - - $(PackageConfigurations) - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/ref/Configurations.props b/src/libraries/System.Diagnostics.FileVersionInfo/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.FileVersionInfo/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/src/Configurations.props b/src/libraries/System.Diagnostics.FileVersionInfo/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Diagnostics.FileVersionInfo/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/ref/Configurations.props b/src/libraries/System.Diagnostics.PerformanceCounter/ref/Configurations.props deleted file mode 100644 index e4dc4a7f6a5ced..00000000000000 --- a/src/libraries/System.Diagnostics.PerformanceCounter/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - net461; - $(NetFrameworkCurrent); - netstandard2.0; - - - diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/Configurations.props b/src/libraries/System.Diagnostics.PerformanceCounter/src/Configurations.props deleted file mode 100644 index 36a32270c125aa..00000000000000 --- a/src/libraries/System.Diagnostics.PerformanceCounter/src/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netcoreapp2.0-Windows_NT; - netstandard2.0; - net461; - - - $(PackageConfigurations) - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Diagnostics.Process/ref/Configurations.props b/src/libraries/System.Diagnostics.Process/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.Process/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Process/src/Configurations.props b/src/libraries/System.Diagnostics.Process/src/Configurations.props deleted file mode 100644 index 212340da5b8dac..00000000000000 --- a/src/libraries/System.Diagnostics.Process/src/Configurations.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - $(NetCoreAppCurrent)-FreeBSD; - $(NetCoreAppCurrent)-Linux; - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Diagnostics.StackTrace/ref/Configurations.props b/src/libraries/System.Diagnostics.StackTrace/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.StackTrace/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.StackTrace/src/Configurations.props b/src/libraries/System.Diagnostics.StackTrace/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Diagnostics.StackTrace/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/Configurations.props b/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/Configurations.props b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/Configurations.props deleted file mode 100644 index 75eaac02dc2081..00000000000000 --- a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Tools/ref/Configurations.props b/src/libraries/System.Diagnostics.Tools/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.Tools/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Tools/src/Configurations.props b/src/libraries/System.Diagnostics.Tools/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Diagnostics.Tools/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Diagnostics.TraceSource/ref/Configurations.props b/src/libraries/System.Diagnostics.TraceSource/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.TraceSource/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.TraceSource/src/Configurations.props b/src/libraries/System.Diagnostics.TraceSource/src/Configurations.props deleted file mode 100644 index 212340da5b8dac..00000000000000 --- a/src/libraries/System.Diagnostics.TraceSource/src/Configurations.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - $(NetCoreAppCurrent)-FreeBSD; - $(NetCoreAppCurrent)-Linux; - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Diagnostics.Tracing/ref/Configurations.props b/src/libraries/System.Diagnostics.Tracing/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.Tracing/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Tracing/src/Configurations.props b/src/libraries/System.Diagnostics.Tracing/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Diagnostics.Tracing/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.DirectoryServices.AccountManagement/ref/Configurations.props b/src/libraries/System.DirectoryServices.AccountManagement/ref/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.DirectoryServices.AccountManagement/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/Configurations.props b/src/libraries/System.DirectoryServices.AccountManagement/src/Configurations.props deleted file mode 100644 index aefe09f7efa0b5..00000000000000 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - netcoreapp2.0-Windows_NT; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - _$(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.DirectoryServices.Protocols/ref/Configurations.props b/src/libraries/System.DirectoryServices.Protocols/ref/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.DirectoryServices.Protocols/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices.Protocols/src/Configurations.props b/src/libraries/System.DirectoryServices.Protocols/src/Configurations.props deleted file mode 100644 index aefe09f7efa0b5..00000000000000 --- a/src/libraries/System.DirectoryServices.Protocols/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - netcoreapp2.0-Windows_NT; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - _$(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.DirectoryServices/ref/Configurations.props b/src/libraries/System.DirectoryServices/ref/Configurations.props deleted file mode 100644 index 781348267d404a..00000000000000 --- a/src/libraries/System.DirectoryServices/ref/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0; - _$(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices/src/Configurations.props b/src/libraries/System.DirectoryServices/src/Configurations.props deleted file mode 100644 index aefe09f7efa0b5..00000000000000 --- a/src/libraries/System.DirectoryServices/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - netcoreapp2.0-Windows_NT; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - _$(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Drawing.Common/ref/Configurations.props b/src/libraries/System.Drawing.Common/ref/Configurations.props deleted file mode 100644 index a03a3155c1b72a..00000000000000 --- a/src/libraries/System.Drawing.Common/ref/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netcoreapp3.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Drawing.Common/src/Configurations.props b/src/libraries/System.Drawing.Common/src/Configurations.props deleted file mode 100644 index 452e3cd7e260a7..00000000000000 --- a/src/libraries/System.Drawing.Common/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netcoreapp3.0-Windows_NT; - netcoreapp3.0-Unix; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Drawing.Primitives/ref/Configurations.props b/src/libraries/System.Drawing.Primitives/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Drawing.Primitives/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Drawing.Primitives/src/Configurations.props b/src/libraries/System.Drawing.Primitives/src/Configurations.props deleted file mode 100644 index 75eaac02dc2081..00000000000000 --- a/src/libraries/System.Drawing.Primitives/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Dynamic.Runtime/ref/Configurations.props b/src/libraries/System.Dynamic.Runtime/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Dynamic.Runtime/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Dynamic.Runtime/src/Configurations.props b/src/libraries/System.Dynamic.Runtime/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Dynamic.Runtime/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Globalization.Calendars/ref/Configurations.props b/src/libraries/System.Globalization.Calendars/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Globalization.Calendars/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Globalization.Calendars/src/Configurations.props b/src/libraries/System.Globalization.Calendars/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Globalization.Calendars/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Globalization.Extensions/ref/Configurations.props b/src/libraries/System.Globalization.Extensions/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Globalization.Extensions/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Globalization.Extensions/src/Configurations.props b/src/libraries/System.Globalization.Extensions/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Globalization.Extensions/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Globalization/ref/Configurations.props b/src/libraries/System.Globalization/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Globalization/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Globalization/src/Configurations.props b/src/libraries/System.Globalization/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Globalization/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.IO.Compression.Brotli/ref/Configurations.props b/src/libraries/System.IO.Compression.Brotli/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.Compression.Brotli/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Compression.Brotli/src/Configurations.props b/src/libraries/System.IO.Compression.Brotli/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.Compression.Brotli/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Compression.ZipFile/ref/Configurations.props b/src/libraries/System.IO.Compression.ZipFile/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.Compression.ZipFile/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Compression.ZipFile/src/Configurations.props b/src/libraries/System.IO.Compression.ZipFile/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.Compression.ZipFile/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Compression/ref/Configurations.props b/src/libraries/System.IO.Compression/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.Compression/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Compression/src/Configurations.props b/src/libraries/System.IO.Compression/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.Compression/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.AccessControl/ref/Configurations.props b/src/libraries/System.IO.FileSystem.AccessControl/ref/Configurations.props deleted file mode 100644 index 3f9144e6b2648b..00000000000000 --- a/src/libraries/System.IO.FileSystem.AccessControl/ref/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations) - $(NetFrameworkCurrent); - net461; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.AccessControl/src/Configurations.props b/src/libraries/System.IO.FileSystem.AccessControl/src/Configurations.props deleted file mode 100644 index 9bfc9e62e1a037..00000000000000 --- a/src/libraries/System.IO.FileSystem.AccessControl/src/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard2.0; - netstandard2.0-Windows_NT; - net461-Windows_NT; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/ref/Configurations.props b/src/libraries/System.IO.FileSystem.DriveInfo/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.FileSystem.DriveInfo/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/src/Configurations.props b/src/libraries/System.IO.FileSystem.DriveInfo/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.FileSystem.DriveInfo/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.Primitives/ref/Configurations.props b/src/libraries/System.IO.FileSystem.Primitives/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.FileSystem.Primitives/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.Primitives/src/Configurations.props b/src/libraries/System.IO.FileSystem.Primitives/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.FileSystem.Primitives/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.Watcher/ref/Configurations.props b/src/libraries/System.IO.FileSystem.Watcher/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.FileSystem.Watcher/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.Watcher/src/Configurations.props b/src/libraries/System.IO.FileSystem.Watcher/src/Configurations.props deleted file mode 100644 index d785c0b896f63f..00000000000000 --- a/src/libraries/System.IO.FileSystem.Watcher/src/Configurations.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - $(NetCoreAppCurrent)-Linux; - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-FreeBSD; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.IO.FileSystem/ref/Configurations.props b/src/libraries/System.IO.FileSystem/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.FileSystem/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem/src/Configurations.props b/src/libraries/System.IO.FileSystem/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.FileSystem/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.IsolatedStorage/ref/Configurations.props b/src/libraries/System.IO.IsolatedStorage/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.IsolatedStorage/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.IsolatedStorage/src/Configurations.props b/src/libraries/System.IO.IsolatedStorage/src/Configurations.props deleted file mode 100644 index 5ddac46609b7f5..00000000000000 --- a/src/libraries/System.IO.IsolatedStorage/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.MemoryMappedFiles/ref/Configurations.props b/src/libraries/System.IO.MemoryMappedFiles/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.MemoryMappedFiles/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.MemoryMappedFiles/src/Configurations.props b/src/libraries/System.IO.MemoryMappedFiles/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.MemoryMappedFiles/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Packaging/ref/Configurations.props b/src/libraries/System.IO.Packaging/ref/Configurations.props deleted file mode 100644 index 0975fa8107cedd..00000000000000 --- a/src/libraries/System.IO.Packaging/ref/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard1.3; - net46; - netstandard2.0; - - - $(PackageConfigurations); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Packaging/src/Configurations.props b/src/libraries/System.IO.Packaging/src/Configurations.props deleted file mode 100644 index d151f62638d697..00000000000000 --- a/src/libraries/System.IO.Packaging/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - net46; - netstandard1.3; - netstandard2.0; - - - $(PackageConfigurations); - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Pipelines/ref/Configurations.props b/src/libraries/System.IO.Pipelines/ref/Configurations.props deleted file mode 100644 index 3ed6e7c8619afe..00000000000000 --- a/src/libraries/System.IO.Pipelines/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - diff --git a/src/libraries/System.IO.Pipelines/src/Configurations.props b/src/libraries/System.IO.Pipelines/src/Configurations.props deleted file mode 100644 index 724ad567e735ac..00000000000000 --- a/src/libraries/System.IO.Pipelines/src/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - netcoreapp3.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.IO.Pipes.AccessControl/ref/Configurations.props b/src/libraries/System.IO.Pipes.AccessControl/ref/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.IO.Pipes.AccessControl/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Pipes.AccessControl/src/Configurations.props b/src/libraries/System.IO.Pipes.AccessControl/src/Configurations.props deleted file mode 100644 index 3d43aee6a66e49..00000000000000 --- a/src/libraries/System.IO.Pipes.AccessControl/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Pipes/ref/Configurations.props b/src/libraries/System.IO.Pipes/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.Pipes/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Pipes/src/Configurations.props b/src/libraries/System.IO.Pipes/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.Pipes/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Ports/ref/Configurations.props b/src/libraries/System.IO.Ports/ref/Configurations.props deleted file mode 100644 index f2e4882f43731b..00000000000000 --- a/src/libraries/System.IO.Ports/ref/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations) - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.IO.Ports/src/Configurations.props b/src/libraries/System.IO.Ports/src/Configurations.props deleted file mode 100644 index 38b3c69b3e2c2f..00000000000000 --- a/src/libraries/System.IO.Ports/src/Configurations.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - netstandard2.0-Windows_NT; - netstandard2.0-Linux; - netstandard2.0-OSX; - netstandard2.0; - net461-Windows_NT; - - - $(PackageConfigurations) - netstandard2.0-FreeBSD; - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.IO.UnmanagedMemoryStream/ref/Configurations.props b/src/libraries/System.IO.UnmanagedMemoryStream/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.UnmanagedMemoryStream/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.UnmanagedMemoryStream/src/Configurations.props b/src/libraries/System.IO.UnmanagedMemoryStream/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.IO.UnmanagedMemoryStream/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.IO/ref/Configurations.props b/src/libraries/System.IO/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO/src/Configurations.props b/src/libraries/System.IO/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Json/src/Configurations.props b/src/libraries/System.Json/src/Configurations.props deleted file mode 100644 index d4a45e57aba74a..00000000000000 --- a/src/libraries/System.Json/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard1.0; - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Linq.Expressions/ref/Configurations.props b/src/libraries/System.Linq.Expressions/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Linq.Expressions/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Linq.Expressions/src/Configurations.props b/src/libraries/System.Linq.Expressions/src/Configurations.props deleted file mode 100644 index c31cf2a4495cf2..00000000000000 --- a/src/libraries/System.Linq.Expressions/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Linq.Parallel/ref/Configurations.props b/src/libraries/System.Linq.Parallel/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Linq.Parallel/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Linq.Parallel/src/Configurations.props b/src/libraries/System.Linq.Parallel/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Linq.Parallel/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Linq.Queryable/ref/Configurations.props b/src/libraries/System.Linq.Queryable/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Linq.Queryable/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Linq.Queryable/src/Configurations.props b/src/libraries/System.Linq.Queryable/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Linq.Queryable/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Linq/ref/Configurations.props b/src/libraries/System.Linq/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Linq/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Linq/src/Configurations.props b/src/libraries/System.Linq/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Linq/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Management/ref/Configurations.props b/src/libraries/System.Management/ref/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Management/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Management/src/Configurations.props b/src/libraries/System.Management/src/Configurations.props deleted file mode 100644 index aefe09f7efa0b5..00000000000000 --- a/src/libraries/System.Management/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - netcoreapp2.0-Windows_NT; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - _$(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Memory/ref/Configurations.props b/src/libraries/System.Memory/ref/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Memory/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Memory/src/Configurations.props b/src/libraries/System.Memory/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Memory/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Net.Http.WinHttpHandler/ref/Configurations.props b/src/libraries/System.Net.Http.WinHttpHandler/ref/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Net.Http.WinHttpHandler/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/Configurations.props b/src/libraries/System.Net.Http.WinHttpHandler/src/Configurations.props deleted file mode 100644 index cd93747f928891..00000000000000 --- a/src/libraries/System.Net.Http.WinHttpHandler/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0-Windows_NT; - netstandard2.0; - net461-Windows_NT; - - - $(PackageConfigurations) - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Http/ref/Configurations.props b/src/libraries/System.Net.Http/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.Http/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Http/src/Configurations.props b/src/libraries/System.Net.Http/src/Configurations.props deleted file mode 100644 index 380403a6f1c44b..00000000000000 --- a/src/libraries/System.Net.Http/src/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Net.HttpListener/ref/Configurations.props b/src/libraries/System.Net.HttpListener/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.HttpListener/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.HttpListener/src/Configurations.props b/src/libraries/System.Net.HttpListener/src/Configurations.props deleted file mode 100644 index 75eaac02dc2081..00000000000000 --- a/src/libraries/System.Net.HttpListener/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Mail/ref/Configurations.props b/src/libraries/System.Net.Mail/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.Mail/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Mail/src/Configurations.props b/src/libraries/System.Net.Mail/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Net.Mail/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.NameResolution/ref/Configurations.props b/src/libraries/System.Net.NameResolution/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.NameResolution/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.NameResolution/src/Configurations.props b/src/libraries/System.Net.NameResolution/src/Configurations.props deleted file mode 100644 index 75eaac02dc2081..00000000000000 --- a/src/libraries/System.Net.NameResolution/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.NetworkInformation/ref/Configurations.props b/src/libraries/System.Net.NetworkInformation/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.NetworkInformation/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.NetworkInformation/src/Configurations.props b/src/libraries/System.Net.NetworkInformation/src/Configurations.props deleted file mode 100644 index d785c0b896f63f..00000000000000 --- a/src/libraries/System.Net.NetworkInformation/src/Configurations.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - $(NetCoreAppCurrent)-Linux; - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-FreeBSD; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Net.Ping/ref/Configurations.props b/src/libraries/System.Net.Ping/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.Ping/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Ping/src/Configurations.props b/src/libraries/System.Net.Ping/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Net.Ping/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Primitives/ref/Configurations.props b/src/libraries/System.Net.Primitives/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.Primitives/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Primitives/src/Configurations.props b/src/libraries/System.Net.Primitives/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Net.Primitives/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Quic/ref/Configurations.props b/src/libraries/System.Net.Quic/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.Quic/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Quic/src/Configurations.props b/src/libraries/System.Net.Quic/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Net.Quic/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Requests/ref/Configurations.props b/src/libraries/System.Net.Requests/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.Requests/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Requests/src/Configurations.props b/src/libraries/System.Net.Requests/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Net.Requests/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Security/ref/Configurations.props b/src/libraries/System.Net.Security/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.Security/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Security/src/Configurations.props b/src/libraries/System.Net.Security/src/Configurations.props deleted file mode 100644 index 380403a6f1c44b..00000000000000 --- a/src/libraries/System.Net.Security/src/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Net.ServicePoint/ref/Configurations.props b/src/libraries/System.Net.ServicePoint/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.ServicePoint/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.ServicePoint/src/Configurations.props b/src/libraries/System.Net.ServicePoint/src/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Net.ServicePoint/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Net.Sockets/ref/Configurations.props b/src/libraries/System.Net.Sockets/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.Sockets/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Sockets/src/Configurations.props b/src/libraries/System.Net.Sockets/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Net.Sockets/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebClient/ref/Configurations.props b/src/libraries/System.Net.WebClient/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebClient/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebClient/src/Configurations.props b/src/libraries/System.Net.WebClient/src/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Net.WebClient/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Net.WebHeaderCollection/ref/Configurations.props b/src/libraries/System.Net.WebHeaderCollection/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebHeaderCollection/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebHeaderCollection/src/Configurations.props b/src/libraries/System.Net.WebHeaderCollection/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebHeaderCollection/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebProxy/ref/Configurations.props b/src/libraries/System.Net.WebProxy/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebProxy/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebProxy/src/Configurations.props b/src/libraries/System.Net.WebProxy/src/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Net.WebProxy/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Net.WebSockets.Client/ref/Configurations.props b/src/libraries/System.Net.WebSockets.Client/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebSockets.Client/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets.Client/src/Configurations.props b/src/libraries/System.Net.WebSockets.Client/src/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Net.WebSockets.Client/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/Configurations.props b/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/Configurations.props b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/Configurations.props deleted file mode 100644 index dbfbb7d1b2de22..00000000000000 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - netcoreapp2.1; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets/ref/Configurations.props b/src/libraries/System.Net.WebSockets/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebSockets/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets/src/Configurations.props b/src/libraries/System.Net.WebSockets/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebSockets/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Numerics.Tensors/ref/Configurations.props b/src/libraries/System.Numerics.Tensors/ref/Configurations.props deleted file mode 100644 index 2237da7365f915..00000000000000 --- a/src/libraries/System.Numerics.Tensors/ref/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netstandard1.1; - - - $(PackageConfigurations); - netstandard2.0; - - - diff --git a/src/libraries/System.Numerics.Tensors/src/Configurations.props b/src/libraries/System.Numerics.Tensors/src/Configurations.props deleted file mode 100644 index 2237da7365f915..00000000000000 --- a/src/libraries/System.Numerics.Tensors/src/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netstandard1.1; - - - $(PackageConfigurations); - netstandard2.0; - - - diff --git a/src/libraries/System.Numerics.Vectors/ref/Configurations.props b/src/libraries/System.Numerics.Vectors/ref/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Numerics.Vectors/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Numerics.Vectors/src/Configurations.props b/src/libraries/System.Numerics.Vectors/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Numerics.Vectors/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.ObjectModel/ref/Configurations.props b/src/libraries/System.ObjectModel/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ObjectModel/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ObjectModel/src/Configurations.props b/src/libraries/System.ObjectModel/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ObjectModel/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.DataContractSerialization/src/Configurations.props b/src/libraries/System.Private.DataContractSerialization/src/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Private.DataContractSerialization/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Private.Uri/src/Configurations.props b/src/libraries/System.Private.Uri/src/Configurations.props deleted file mode 100644 index c31cf2a4495cf2..00000000000000 --- a/src/libraries/System.Private.Uri/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Private.Xml.Linq/src/Configurations.props b/src/libraries/System.Private.Xml.Linq/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Private.Xml/src/Configurations.props b/src/libraries/System.Private.Xml/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Private.Xml/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Reflection.Context/ref/Configurations.props b/src/libraries/System.Reflection.Context/ref/Configurations.props deleted file mode 100644 index d03319ff4ecb5f..00000000000000 --- a/src/libraries/System.Reflection.Context/ref/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0; - netstandard1.1; - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Context/src/Configurations.props b/src/libraries/System.Reflection.Context/src/Configurations.props deleted file mode 100644 index ccadc9b3ad2b40..00000000000000 --- a/src/libraries/System.Reflection.Context/src/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard2.0; - netstandard1.1; - netstandard2.1; - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.DispatchProxy/ref/Configurations.props b/src/libraries/System.Reflection.DispatchProxy/ref/Configurations.props deleted file mode 100644 index c11559c2e53db2..00000000000000 --- a/src/libraries/System.Reflection.DispatchProxy/ref/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netstandard2.0; - - - $(PackageConfigurations) - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Reflection.DispatchProxy/src/Configurations.props b/src/libraries/System.Reflection.DispatchProxy/src/Configurations.props deleted file mode 100644 index 6cb08340f454c6..00000000000000 --- a/src/libraries/System.Reflection.DispatchProxy/src/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - net461; - netstandard2.0; - netcoreapp2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/ref/Configurations.props b/src/libraries/System.Reflection.Emit.ILGeneration/ref/Configurations.props deleted file mode 100644 index a6e54763152f63..00000000000000 --- a/src/libraries/System.Reflection.Emit.ILGeneration/ref/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - _$(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/Configurations.props b/src/libraries/System.Reflection.Emit.ILGeneration/src/Configurations.props deleted file mode 100644 index 8831f2e0e24417..00000000000000 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - netstandard1.0; - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - $(PackageConfigurations); - - - diff --git a/src/libraries/System.Reflection.Emit.Lightweight/ref/Configurations.props b/src/libraries/System.Reflection.Emit.Lightweight/ref/Configurations.props deleted file mode 100644 index a6e54763152f63..00000000000000 --- a/src/libraries/System.Reflection.Emit.Lightweight/ref/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - _$(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/Configurations.props b/src/libraries/System.Reflection.Emit.Lightweight/src/Configurations.props deleted file mode 100644 index 8831f2e0e24417..00000000000000 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - netstandard1.0; - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - $(PackageConfigurations); - - - diff --git a/src/libraries/System.Reflection.Emit/ref/Configurations.props b/src/libraries/System.Reflection.Emit/ref/Configurations.props deleted file mode 100644 index a6e54763152f63..00000000000000 --- a/src/libraries/System.Reflection.Emit/ref/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - _$(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Emit/src/Configurations.props b/src/libraries/System.Reflection.Emit/src/Configurations.props deleted file mode 100644 index 9f7e388fdd821c..00000000000000 --- a/src/libraries/System.Reflection.Emit/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - netstandard1.1; - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - $(PackageConfigurations); - - - diff --git a/src/libraries/System.Reflection.Extensions/ref/Configurations.props b/src/libraries/System.Reflection.Extensions/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Reflection.Extensions/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Extensions/src/Configurations.props b/src/libraries/System.Reflection.Extensions/src/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Reflection.Extensions/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Reflection.Metadata/ref/Configurations.props b/src/libraries/System.Reflection.Metadata/ref/Configurations.props deleted file mode 100644 index 64bee43c2ad4df..00000000000000 --- a/src/libraries/System.Reflection.Metadata/ref/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard1.1; - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Reflection.Metadata/src/Configurations.props b/src/libraries/System.Reflection.Metadata/src/Configurations.props deleted file mode 100644 index 64bee43c2ad4df..00000000000000 --- a/src/libraries/System.Reflection.Metadata/src/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard1.1; - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Reflection.MetadataLoadContext/ref/Configurations.props b/src/libraries/System.Reflection.MetadataLoadContext/ref/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Reflection.MetadataLoadContext/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.MetadataLoadContext/src/Configurations.props b/src/libraries/System.Reflection.MetadataLoadContext/src/Configurations.props deleted file mode 100644 index c251fdc04f43f1..00000000000000 --- a/src/libraries/System.Reflection.MetadataLoadContext/src/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netcoreapp3.0; - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Reflection.Primitives/ref/Configurations.props b/src/libraries/System.Reflection.Primitives/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Reflection.Primitives/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Primitives/src/Configurations.props b/src/libraries/System.Reflection.Primitives/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Reflection.Primitives/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Reflection.TypeExtensions/ref/Configurations.props b/src/libraries/System.Reflection.TypeExtensions/ref/Configurations.props deleted file mode 100644 index b4029b347f0a27..00000000000000 --- a/src/libraries/System.Reflection.TypeExtensions/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard2.0; - $(NetFrameworkCurrent); - net461; - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.TypeExtensions/src/Configurations.props b/src/libraries/System.Reflection.TypeExtensions/src/Configurations.props deleted file mode 100644 index 44811b416c8b72..00000000000000 --- a/src/libraries/System.Reflection.TypeExtensions/src/Configurations.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - net461; - netstandard2.0; - netstandard1.3; - netstandard1.5; - - - $(PackageConfigurations); - $(NetFrameworkCurrent); - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Reflection/ref/Configurations.props b/src/libraries/System.Reflection/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Reflection/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection/src/Configurations.props b/src/libraries/System.Reflection/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Reflection/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Resources.Extensions/ref/Configurations.props b/src/libraries/System.Resources.Extensions/ref/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Resources.Extensions/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Resources.Extensions/src/Configurations.props b/src/libraries/System.Resources.Extensions/src/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/System.Resources.Extensions/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Resources.Reader/ref/Configurations.props b/src/libraries/System.Resources.Reader/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Resources.Reader/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Resources.Reader/src/Configurations.props b/src/libraries/System.Resources.Reader/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Resources.Reader/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Resources.ResourceManager/ref/Configurations.props b/src/libraries/System.Resources.ResourceManager/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Resources.ResourceManager/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Resources.ResourceManager/src/Configurations.props b/src/libraries/System.Resources.ResourceManager/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Resources.ResourceManager/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Resources.Writer/ref/Configurations.props b/src/libraries/System.Resources.Writer/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Resources.Writer/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Resources.Writer/src/Configurations.props b/src/libraries/System.Resources.Writer/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Resources.Writer/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Caching/ref/Configurations.props b/src/libraries/System.Runtime.Caching/ref/Configurations.props deleted file mode 100644 index 3ed6e7c8619afe..00000000000000 --- a/src/libraries/System.Runtime.Caching/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - diff --git a/src/libraries/System.Runtime.Caching/src/Configurations.props b/src/libraries/System.Runtime.Caching/src/Configurations.props deleted file mode 100644 index 864e8bc199d1ac..00000000000000 --- a/src/libraries/System.Runtime.Caching/src/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard2.0; - netstandard2.0-Windows_NT; - _$(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/Configurations.props b/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/Configurations.props deleted file mode 100644 index c08ef67e760499..00000000000000 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard1.0; - netstandard2.0; - netstandard2.1; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/Configurations.props b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/Configurations.props deleted file mode 100644 index c1442f51b29783..00000000000000 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/Configurations.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - netcoreapp2.0; - netstandard1.0; - netstandard2.0; - net45; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Runtime.CompilerServices.VisualC/ref/Configurations.props b/src/libraries/System.Runtime.CompilerServices.VisualC/ref/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Runtime.CompilerServices.VisualC/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.CompilerServices.VisualC/src/Configurations.props b/src/libraries/System.Runtime.CompilerServices.VisualC/src/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Runtime.CompilerServices.VisualC/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/ref/Configurations.props b/src/libraries/System.Runtime.Extensions/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Extensions/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/src/Configurations.props b/src/libraries/System.Runtime.Extensions/src/Configurations.props deleted file mode 100644 index d59c116cfe1ab3..00000000000000 --- a/src/libraries/System.Runtime.Extensions/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Runtime.Handles/ref/Configurations.props b/src/libraries/System.Runtime.Handles/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Handles/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Handles/src/Configurations.props b/src/libraries/System.Runtime.Handles/src/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Handles/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/Configurations.props b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/Configurations.props b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/Configurations.props deleted file mode 100644 index 30c654bebfdd72..00000000000000 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/Configurations.props b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/Configurations.props b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/Configurations.props deleted file mode 100644 index 8129c93ef8403c..00000000000000 --- a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.InteropServices/ref/Configurations.props b/src/libraries/System.Runtime.InteropServices/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.InteropServices/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.InteropServices/src/Configurations.props b/src/libraries/System.Runtime.InteropServices/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Runtime.InteropServices/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Runtime.Intrinsics.Experimental/ref/Configurations.props b/src/libraries/System.Runtime.Intrinsics.Experimental/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Intrinsics.Experimental/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Intrinsics.Experimental/src/Configurations.props b/src/libraries/System.Runtime.Intrinsics.Experimental/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Runtime.Intrinsics.Experimental/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Runtime.Intrinsics/ref/Configurations.props b/src/libraries/System.Runtime.Intrinsics/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Intrinsics/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Intrinsics/src/Configurations.props b/src/libraries/System.Runtime.Intrinsics/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Runtime.Intrinsics/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Runtime.Loader/ref/Configurations.props b/src/libraries/System.Runtime.Loader/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Loader/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/src/Configurations.props b/src/libraries/System.Runtime.Loader/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Runtime.Loader/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Runtime.Numerics/ref/Configurations.props b/src/libraries/System.Runtime.Numerics/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Numerics/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Numerics/src/Configurations.props b/src/libraries/System.Runtime.Numerics/src/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Numerics/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Formatters/ref/Configurations.props b/src/libraries/System.Runtime.Serialization.Formatters/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Formatters/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Formatters/src/Configurations.props b/src/libraries/System.Runtime.Serialization.Formatters/src/Configurations.props deleted file mode 100644 index d64b36f5dbe60e..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Formatters/src/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - $(PackageConfigurations); - - - diff --git a/src/libraries/System.Runtime.Serialization.Json/ref/Configurations.props b/src/libraries/System.Runtime.Serialization.Json/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Json/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Json/src/Configurations.props b/src/libraries/System.Runtime.Serialization.Json/src/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Json/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Primitives/ref/Configurations.props b/src/libraries/System.Runtime.Serialization.Primitives/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Primitives/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Primitives/src/Configurations.props b/src/libraries/System.Runtime.Serialization.Primitives/src/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Primitives/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Xml/ref/Configurations.props b/src/libraries/System.Runtime.Serialization.Xml/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Xml/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Xml/src/Configurations.props b/src/libraries/System.Runtime.Serialization.Xml/src/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Xml/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/Configurations.props b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/Configurations.props deleted file mode 100644 index b48545af7fefb9..00000000000000 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/Configurations.props b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/Configurations.props deleted file mode 100644 index 3c4066bb0edfce..00000000000000 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard1.1; - netstandard2.0; - netcoreapp3.0-Windows_NT; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.WindowsRuntime/ref/Configurations.props b/src/libraries/System.Runtime.WindowsRuntime/ref/Configurations.props deleted file mode 100644 index b48545af7fefb9..00000000000000 --- a/src/libraries/System.Runtime.WindowsRuntime/ref/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.WindowsRuntime/src/Configurations.props b/src/libraries/System.Runtime.WindowsRuntime/src/Configurations.props deleted file mode 100644 index bfba2f766748d7..00000000000000 --- a/src/libraries/System.Runtime.WindowsRuntime/src/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard1.0; - netstandard1.2; - netstandard2.0; - netcoreapp3.0-Windows_NT; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime/ref/Configurations.props b/src/libraries/System.Runtime/ref/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Runtime/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Runtime/src/Configurations.props b/src/libraries/System.Runtime/src/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Runtime/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Security.AccessControl/ref/Configurations.props b/src/libraries/System.Security.AccessControl/ref/Configurations.props deleted file mode 100644 index a60680cfaf43a3..00000000000000 --- a/src/libraries/System.Security.AccessControl/ref/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.AccessControl/src/Configurations.props b/src/libraries/System.Security.AccessControl/src/Configurations.props deleted file mode 100644 index 43a5039595e322..00000000000000 --- a/src/libraries/System.Security.AccessControl/src/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - net461-Windows_NT; - netcoreapp2.0-Windows_NT; - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Claims/ref/Configurations.props b/src/libraries/System.Security.Claims/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Claims/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Claims/src/Configurations.props b/src/libraries/System.Security.Claims/src/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Claims/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Algorithms/ref/Configurations.props b/src/libraries/System.Security.Cryptography.Algorithms/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Cryptography.Algorithms/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Algorithms/src/Configurations.props b/src/libraries/System.Security.Cryptography.Algorithms/src/Configurations.props deleted file mode 100644 index 029aafc2a89b15..00000000000000 --- a/src/libraries/System.Security.Cryptography.Algorithms/src/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Cng/ref/Configurations.props b/src/libraries/System.Security.Cryptography.Cng/ref/Configurations.props deleted file mode 100644 index a0100bb19a1948..00000000000000 --- a/src/libraries/System.Security.Cryptography.Cng/ref/Configurations.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - netcoreapp3.0; - netstandard2.1; - net461; - net462; - net47; - - - $(PackageConfigurations) - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Security.Cryptography.Cng/src/Configurations.props b/src/libraries/System.Security.Cryptography.Cng/src/Configurations.props deleted file mode 100644 index 80f1440c61ab98..00000000000000 --- a/src/libraries/System.Security.Cryptography.Cng/src/Configurations.props +++ /dev/null @@ -1,19 +0,0 @@ - - - - netstandard2.0; - netstandard2.1; - net461-Windows_NT; - netcoreapp3.0-Windows_NT; - netcoreapp3.0; - net462-Windows_NT; - net47-Windows_NT; - - - $(PackageConfigurations) - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent); - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Security.Cryptography.Csp/ref/Configurations.props b/src/libraries/System.Security.Cryptography.Csp/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Cryptography.Csp/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Csp/src/Configurations.props b/src/libraries/System.Security.Cryptography.Csp/src/Configurations.props deleted file mode 100644 index eca4299792e25d..00000000000000 --- a/src/libraries/System.Security.Cryptography.Csp/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Encoding/ref/Configurations.props b/src/libraries/System.Security.Cryptography.Encoding/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Cryptography.Encoding/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Encoding/src/Configurations.props b/src/libraries/System.Security.Cryptography.Encoding/src/Configurations.props deleted file mode 100644 index 01aaf3eabdafb2..00000000000000 --- a/src/libraries/System.Security.Cryptography.Encoding/src/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/ref/Configurations.props b/src/libraries/System.Security.Cryptography.OpenSsl/ref/Configurations.props deleted file mode 100644 index dfa70b98579de8..00000000000000 --- a/src/libraries/System.Security.Cryptography.OpenSsl/ref/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netcoreapp3.0 - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/Configurations.props b/src/libraries/System.Security.Cryptography.OpenSsl/src/Configurations.props deleted file mode 100644 index 59fc8cbe22fc77..00000000000000 --- a/src/libraries/System.Security.Cryptography.OpenSsl/src/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netcoreapp3.0-Unix; - netcoreapp3.0; - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Pkcs/ref/Configurations.props b/src/libraries/System.Security.Cryptography.Pkcs/ref/Configurations.props deleted file mode 100644 index e76db9dbd440dc..00000000000000 --- a/src/libraries/System.Security.Cryptography.Pkcs/ref/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netcoreapp3.0; - netstandard2.1; - net461; - - - $(PackageConfigurations) - $(NetFrameworkCurrent); - $(NetCoreAppCurrent) - - - diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/Configurations.props b/src/libraries/System.Security.Cryptography.Pkcs/src/Configurations.props deleted file mode 100644 index 2176ece710e7d9..00000000000000 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/Configurations.props +++ /dev/null @@ -1,19 +0,0 @@ - - - - netstandard2.0; - netstandard2.0-Windows_NT; - netstandard2.1; - netstandard2.1-Windows_NT; - netcoreapp3.0-Windows_NT; - netcoreapp3.0; - net461-Windows_NT; - - - $(PackageConfigurations) - $(NetFrameworkCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Security.Cryptography.Primitives/ref/Configurations.props b/src/libraries/System.Security.Cryptography.Primitives/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Cryptography.Primitives/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Primitives/src/Configurations.props b/src/libraries/System.Security.Cryptography.Primitives/src/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Cryptography.Primitives/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/ref/Configurations.props b/src/libraries/System.Security.Cryptography.ProtectedData/ref/Configurations.props deleted file mode 100644 index 71ed45d4378af2..00000000000000 --- a/src/libraries/System.Security.Cryptography.ProtectedData/ref/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/Configurations.props b/src/libraries/System.Security.Cryptography.ProtectedData/src/Configurations.props deleted file mode 100644 index 0a69df7a4043f2..00000000000000 --- a/src/libraries/System.Security.Cryptography.ProtectedData/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - net461-Windows_NT; - netstandard2.0-Windows_NT; - netstandard2.0; - - - $(PackageConfigurations) - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/ref/Configurations.props b/src/libraries/System.Security.Cryptography.X509Certificates/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Cryptography.X509Certificates/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/src/Configurations.props b/src/libraries/System.Security.Cryptography.X509Certificates/src/Configurations.props deleted file mode 100644 index 01aaf3eabdafb2..00000000000000 --- a/src/libraries/System.Security.Cryptography.X509Certificates/src/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Security.Cryptography.Xml/ref/Configurations.props b/src/libraries/System.Security.Cryptography.Xml/ref/Configurations.props deleted file mode 100644 index 9b0db82ce51501..00000000000000 --- a/src/libraries/System.Security.Cryptography.Xml/ref/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Security.Cryptography.Xml/src/Configurations.props b/src/libraries/System.Security.Cryptography.Xml/src/Configurations.props deleted file mode 100644 index 1af515cef2d003..00000000000000 --- a/src/libraries/System.Security.Cryptography.Xml/src/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Security.Permissions/ref/Configurations.props b/src/libraries/System.Security.Permissions/ref/Configurations.props deleted file mode 100644 index 46b55565feb874..00000000000000 --- a/src/libraries/System.Security.Permissions/ref/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard2.0; - net461; - netcoreapp3.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Permissions/src/Configurations.props b/src/libraries/System.Security.Permissions/src/Configurations.props deleted file mode 100644 index 97f03216feb429..00000000000000 --- a/src/libraries/System.Security.Permissions/src/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netcoreapp3.0; - netstandard2.0; - net461; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Principal.Windows/ref/Configurations.props b/src/libraries/System.Security.Principal.Windows/ref/Configurations.props deleted file mode 100644 index fd87b7c5f3af40..00000000000000 --- a/src/libraries/System.Security.Principal.Windows/ref/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard2.0; - netcoreapp3.0; - net461; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Principal.Windows/src/Configurations.props b/src/libraries/System.Security.Principal.Windows/src/Configurations.props deleted file mode 100644 index 236a13038413cf..00000000000000 --- a/src/libraries/System.Security.Principal.Windows/src/Configurations.props +++ /dev/null @@ -1,18 +0,0 @@ - - - - netstandard2.0; - netcoreapp2.0-Windows_NT; - netcoreapp2.0-Unix; - netcoreapp2.1-Windows_NT; - netcoreapp2.1-Unix; - net461-Windows_NT; - - - $(PackageConfigurations) - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Security.Principal/ref/Configurations.props b/src/libraries/System.Security.Principal/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Principal/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Principal/src/Configurations.props b/src/libraries/System.Security.Principal/src/Configurations.props deleted file mode 100644 index eca4299792e25d..00000000000000 --- a/src/libraries/System.Security.Principal/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.SecureString/ref/Configurations.props b/src/libraries/System.Security.SecureString/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.SecureString/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.SecureString/src/Configurations.props b/src/libraries/System.Security.SecureString/src/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.SecureString/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ServiceModel.Syndication/ref/Configurations.props b/src/libraries/System.ServiceModel.Syndication/ref/Configurations.props deleted file mode 100644 index 5b7a4acbbeb419..00000000000000 --- a/src/libraries/System.ServiceModel.Syndication/ref/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - net461; - netcoreapp2.1; - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ServiceModel.Syndication/src/Configurations.props b/src/libraries/System.ServiceModel.Syndication/src/Configurations.props deleted file mode 100644 index dcb22a3d13f3da..00000000000000 --- a/src/libraries/System.ServiceModel.Syndication/src/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - net461-Windows_NT; - - - $(PackageConfigurations); - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.ServiceProcess.ServiceController/ref/Configurations.props b/src/libraries/System.ServiceProcess.ServiceController/ref/Configurations.props deleted file mode 100644 index 371f0fb2b582ae..00000000000000 --- a/src/libraries/System.ServiceProcess.ServiceController/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard2.0; - $(NetFrameworkCurrent); - net461; - - - \ No newline at end of file diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/Configurations.props b/src/libraries/System.ServiceProcess.ServiceController/src/Configurations.props deleted file mode 100644 index 8a21201e5294e8..00000000000000 --- a/src/libraries/System.ServiceProcess.ServiceController/src/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard2.0; - netstandard2.0-Windows_NT; - net461-Windows_NT; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding.CodePages/ref/Configurations.props b/src/libraries/System.Text.Encoding.CodePages/ref/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Text.Encoding.CodePages/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding.CodePages/src/Configurations.props b/src/libraries/System.Text.Encoding.CodePages/src/Configurations.props deleted file mode 100644 index bc86995664e32c..00000000000000 --- a/src/libraries/System.Text.Encoding.CodePages/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard2.0; - netcoreapp2.0-Windows_NT; - netstandard2.0-Windows_NT; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding.Extensions/ref/Configurations.props b/src/libraries/System.Text.Encoding.Extensions/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Text.Encoding.Extensions/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding.Extensions/src/Configurations.props b/src/libraries/System.Text.Encoding.Extensions/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Text.Encoding.Extensions/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Text.Encoding/ref/Configurations.props b/src/libraries/System.Text.Encoding/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Text.Encoding/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding/src/Configurations.props b/src/libraries/System.Text.Encoding/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Text.Encoding/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Text.Encodings.Web/ref/Configurations.props b/src/libraries/System.Text.Encodings.Web/ref/Configurations.props deleted file mode 100644 index b48545af7fefb9..00000000000000 --- a/src/libraries/System.Text.Encodings.Web/ref/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Text.Encodings.Web/src/Configurations.props b/src/libraries/System.Text.Encodings.Web/src/Configurations.props deleted file mode 100644 index b9f4ea0dfc24af..00000000000000 --- a/src/libraries/System.Text.Encodings.Web/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netcoreapp3.0; - netstandard2.1; - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Text.Json/ref/Configurations.props b/src/libraries/System.Text.Json/ref/Configurations.props deleted file mode 100644 index 830a7e81cd327e..00000000000000 --- a/src/libraries/System.Text.Json/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard2.0; - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Text.Json/src/Configurations.props b/src/libraries/System.Text.Json/src/Configurations.props deleted file mode 100644 index ac38e2eeb366d6..00000000000000 --- a/src/libraries/System.Text.Json/src/Configurations.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard2.0; - netcoreapp3.0; - net461; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Text.RegularExpressions/ref/Configurations.props b/src/libraries/System.Text.RegularExpressions/ref/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Text.RegularExpressions/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Text.RegularExpressions/src/Configurations.props b/src/libraries/System.Text.RegularExpressions/src/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Text.RegularExpressions/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Threading.AccessControl/ref/Configurations.props b/src/libraries/System.Threading.AccessControl/ref/Configurations.props deleted file mode 100644 index 4f26b9c7a95b71..00000000000000 --- a/src/libraries/System.Threading.AccessControl/ref/Configurations.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - netstandard2.0; - net461; - - - $(PackageConfigurations) - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.AccessControl/src/Configurations.props b/src/libraries/System.Threading.AccessControl/src/Configurations.props deleted file mode 100644 index 0a69df7a4043f2..00000000000000 --- a/src/libraries/System.Threading.AccessControl/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - net461-Windows_NT; - netstandard2.0-Windows_NT; - netstandard2.0; - - - $(PackageConfigurations) - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Channels/ref/Configurations.props b/src/libraries/System.Threading.Channels/ref/Configurations.props deleted file mode 100644 index ff115b6f526a94..00000000000000 --- a/src/libraries/System.Threading.Channels/ref/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netcoreapp3.0; - netstandard1.3; - netstandard2.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Threading.Channels/src/Configurations.props b/src/libraries/System.Threading.Channels/src/Configurations.props deleted file mode 100644 index baba43a90f4584..00000000000000 --- a/src/libraries/System.Threading.Channels/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netstandard1.3; - netstandard2.0; - netcoreapp3.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Threading.Overlapped/ref/Configurations.props b/src/libraries/System.Threading.Overlapped/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Overlapped/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Overlapped/src/Configurations.props b/src/libraries/System.Threading.Overlapped/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Threading.Overlapped/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Threading.Tasks.Dataflow/ref/Configurations.props b/src/libraries/System.Threading.Tasks.Dataflow/ref/Configurations.props deleted file mode 100644 index 661becd7fa589d..00000000000000 --- a/src/libraries/System.Threading.Tasks.Dataflow/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard1.0; - netstandard1.1; - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/Configurations.props b/src/libraries/System.Threading.Tasks.Dataflow/src/Configurations.props deleted file mode 100644 index 661becd7fa589d..00000000000000 --- a/src/libraries/System.Threading.Tasks.Dataflow/src/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netstandard1.0; - netstandard1.1; - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks.Extensions/ref/Configurations.props b/src/libraries/System.Threading.Tasks.Extensions/ref/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Threading.Tasks.Extensions/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Threading.Tasks.Extensions/src/Configurations.props b/src/libraries/System.Threading.Tasks.Extensions/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Threading.Tasks.Extensions/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Threading.Tasks.Parallel/ref/Configurations.props b/src/libraries/System.Threading.Tasks.Parallel/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Tasks.Parallel/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks.Parallel/src/Configurations.props b/src/libraries/System.Threading.Tasks.Parallel/src/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Tasks.Parallel/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks/ref/Configurations.props b/src/libraries/System.Threading.Tasks/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Tasks/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks/src/Configurations.props b/src/libraries/System.Threading.Tasks/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Threading.Tasks/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Threading.Thread/ref/Configurations.props b/src/libraries/System.Threading.Thread/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Thread/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Thread/src/Configurations.props b/src/libraries/System.Threading.Thread/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Threading.Thread/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Threading.ThreadPool/ref/Configurations.props b/src/libraries/System.Threading.ThreadPool/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.ThreadPool/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.ThreadPool/src/Configurations.props b/src/libraries/System.Threading.ThreadPool/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Threading.ThreadPool/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Threading.Timer/ref/Configurations.props b/src/libraries/System.Threading.Timer/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Timer/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Timer/src/Configurations.props b/src/libraries/System.Threading.Timer/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Threading.Timer/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Threading/ref/Configurations.props b/src/libraries/System.Threading/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading/src/Configurations.props b/src/libraries/System.Threading/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Threading/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Transactions.Local/ref/Configurations.props b/src/libraries/System.Transactions.Local/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Transactions.Local/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Transactions.Local/src/Configurations.props b/src/libraries/System.Transactions.Local/src/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Transactions.Local/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Utf8String.Experimental/ref/Configurations.props b/src/libraries/System.Utf8String.Experimental/ref/Configurations.props deleted file mode 100644 index 30f4e076b5d62b..00000000000000 --- a/src/libraries/System.Utf8String.Experimental/ref/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Utf8String.Experimental/src/Configurations.props b/src/libraries/System.Utf8String.Experimental/src/Configurations.props deleted file mode 100644 index 51d6e90cb31de7..00000000000000 --- a/src/libraries/System.Utf8String.Experimental/src/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.ValueTuple/ref/Configurations.props b/src/libraries/System.ValueTuple/ref/Configurations.props deleted file mode 100644 index 856345061cc123..00000000000000 --- a/src/libraries/System.ValueTuple/ref/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - _$(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.ValueTuple/src/Configurations.props b/src/libraries/System.ValueTuple/src/Configurations.props deleted file mode 100644 index 856345061cc123..00000000000000 --- a/src/libraries/System.ValueTuple/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - _$(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Web.HttpUtility/ref/Configurations.props b/src/libraries/System.Web.HttpUtility/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Web.HttpUtility/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Web.HttpUtility/src/Configurations.props b/src/libraries/System.Web.HttpUtility/src/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Web.HttpUtility/src/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Windows.Extensions/ref/Configurations.props b/src/libraries/System.Windows.Extensions/ref/Configurations.props deleted file mode 100644 index 6422650fb1448f..00000000000000 --- a/src/libraries/System.Windows.Extensions/ref/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netcoreapp3.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Windows.Extensions/src/Configurations.props b/src/libraries/System.Windows.Extensions/src/Configurations.props deleted file mode 100644 index ff49cc1add2799..00000000000000 --- a/src/libraries/System.Windows.Extensions/src/Configurations.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - netcoreapp3.0-Windows_NT; - netcoreapp3.0; - - - $(PackageConfigurations); - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Xml.ReaderWriter/ref/Configurations.props b/src/libraries/System.Xml.ReaderWriter/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Xml.ReaderWriter/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Xml.ReaderWriter/src/Configurations.props b/src/libraries/System.Xml.ReaderWriter/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Xml.ReaderWriter/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Xml.XDocument/ref/Configurations.props b/src/libraries/System.Xml.XDocument/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Xml.XDocument/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Xml.XDocument/src/Configurations.props b/src/libraries/System.Xml.XDocument/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Xml.XDocument/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Xml.XPath.XDocument/ref/Configurations.props b/src/libraries/System.Xml.XPath.XDocument/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Xml.XPath.XDocument/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Xml.XPath.XDocument/src/Configurations.props b/src/libraries/System.Xml.XPath.XDocument/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Xml.XPath.XDocument/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Xml.XPath/ref/Configurations.props b/src/libraries/System.Xml.XPath/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Xml.XPath/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Xml.XPath/src/Configurations.props b/src/libraries/System.Xml.XPath/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Xml.XPath/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Xml.XmlDocument/ref/Configurations.props b/src/libraries/System.Xml.XmlDocument/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Xml.XmlDocument/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Xml.XmlDocument/src/Configurations.props b/src/libraries/System.Xml.XmlDocument/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Xml.XmlDocument/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Xml.XmlSerializer/ref/Configurations.props b/src/libraries/System.Xml.XmlSerializer/ref/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Xml.XmlSerializer/ref/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Xml.XmlSerializer/src/Configurations.props b/src/libraries/System.Xml.XmlSerializer/src/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Xml.XmlSerializer/src/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/mscorlib.WinRT-Facade/ref/Configurations.props b/src/libraries/mscorlib.WinRT-Facade/ref/Configurations.props deleted file mode 100644 index 06c4db0b6fb665..00000000000000 --- a/src/libraries/mscorlib.WinRT-Facade/ref/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent); - netstandard2.0; - netstandard1.0; - - - diff --git a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Configurations.props b/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/pkg/Microsoft.NETCore.Platforms/Configurations.props b/src/libraries/pkg/Microsoft.NETCore.Platforms/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/pkg/Microsoft.NETCore.Platforms/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/pkg/Microsoft.NETCore.Targets/Configurations.props b/src/libraries/pkg/Microsoft.NETCore.Targets/Configurations.props deleted file mode 100644 index cbdceb9443745a..00000000000000 --- a/src/libraries/pkg/Microsoft.NETCore.Targets/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Configurations.props b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/pkg/runtime.native.System.IO.Ports/Configurations.props b/src/libraries/pkg/runtime.native.System.IO.Ports/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/pkg/runtime.native.System.IO.Ports/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/restore/analyzers/Configurations.props b/src/libraries/restore/analyzers/Configurations.props deleted file mode 100644 index d181ff13b98949..00000000000000 --- a/src/libraries/restore/analyzers/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - diff --git a/src/libraries/restore/binplacePackages/Configurations.props b/src/libraries/restore/binplacePackages/Configurations.props deleted file mode 100644 index a8698aee0c9796..00000000000000 --- a/src/libraries/restore/binplacePackages/Configurations.props +++ /dev/null @@ -1,19 +0,0 @@ - - - - net461; - $(NetFrameworkCurrent); - netstandard1.1; - netstandard1.2; - netstandard1.3; - netstandard1.4; - netstandard1.5; - netstandard1.6; - netstandard2.0; - netstandard2.0; - netcoreapp2.0; - netcoreapp3.0; - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/restore/harvestPackages/Configurations.props b/src/libraries/restore/harvestPackages/Configurations.props deleted file mode 100644 index a5bb838e9e014d..00000000000000 --- a/src/libraries/restore/harvestPackages/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - package; - - - \ No newline at end of file diff --git a/src/libraries/restore/netcoreapp/Configurations.props b/src/libraries/restore/netcoreapp/Configurations.props deleted file mode 100644 index 3fc1d78b0546e1..00000000000000 --- a/src/libraries/restore/netcoreapp/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netcoreapp2.0; - netcoreapp2.1; - netcoreapp3.0; - - - \ No newline at end of file diff --git a/src/libraries/restore/netfx/Configurations.props b/src/libraries/restore/netfx/Configurations.props deleted file mode 100644 index 3a9d8d6635b3a6..00000000000000 --- a/src/libraries/restore/netfx/Configurations.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - - net45; - net451; - net46; - net461; - net462; - net47; - net471; - $(NetFrameworkCurrent); - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/restore/netstandard/Configurations.props b/src/libraries/restore/netstandard/Configurations.props deleted file mode 100644 index 1ed1ca31fef9ab..00000000000000 --- a/src/libraries/restore/netstandard/Configurations.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - netstandard1.0; - netstandard1.1; - netstandard1.2; - netstandard1.3; - netstandard1.4; - netstandard1.5; - netstandard1.6; - netstandard2.0; - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/restore/runtime/Configurations.props b/src/libraries/restore/runtime/Configurations.props deleted file mode 100644 index 1a98ff9b6e0a10..00000000000000 --- a/src/libraries/restore/runtime/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - netcoreapp3.0-Windows_NT; - netcoreapp3.0-Unix; - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - mono; - - - diff --git a/src/libraries/restore/tools/Configurations.props b/src/libraries/restore/tools/Configurations.props deleted file mode 100644 index b796aca17496a6..00000000000000 --- a/src/libraries/restore/tools/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/restore/winrt/Configurations.props b/src/libraries/restore/winrt/Configurations.props deleted file mode 100644 index 7c50d5cb9392e6..00000000000000 --- a/src/libraries/restore/winrt/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - netcoreapp3.0; - $(NetCoreAppCurrent); - netstandard1.0; - - - \ No newline at end of file diff --git a/src/libraries/shims/Configurations.props b/src/libraries/shims/Configurations.props deleted file mode 100644 index c50114dc4221a3..00000000000000 --- a/src/libraries/shims/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/shims/generated/Configurations.props b/src/libraries/shims/generated/Configurations.props deleted file mode 100644 index c50114dc4221a3..00000000000000 --- a/src/libraries/shims/generated/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/shims/manual/Configurations.props b/src/libraries/shims/manual/Configurations.props deleted file mode 100644 index c50114dc4221a3..00000000000000 --- a/src/libraries/shims/manual/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file From e5690692202123fab5e8bd316c172fbda3a499c4 Mon Sep 17 00:00:00 2001 From: Anipik Date: Wed, 15 Jan 2020 16:44:04 -0800 Subject: [PATCH 16/58] making the build work in master --- .../CoreFx.Private.TestUtilities.Unicode.csproj | 2 +- .../src/Microsoft.Win32.Registry.csproj | 4 ++-- .../System.Xml.XmlNodeReader.Tests.csproj | 1 - .../System.Xml.XmlResolver.Tests.csproj | 1 - .../tools/GenDefinedCharList/GenDefinedCharList.csproj | 1 - .../tools/GenUnicodeRanges/GenUnicodeRanges.csproj | 1 - 6 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/libraries/Common/tests/CoreFx.Private.TestUtilities.Unicode/CoreFx.Private.TestUtilities.Unicode.csproj b/src/libraries/Common/tests/CoreFx.Private.TestUtilities.Unicode/CoreFx.Private.TestUtilities.Unicode.csproj index e1b316f6c4b7e8..619b9b0dd2aafe 100644 --- a/src/libraries/Common/tests/CoreFx.Private.TestUtilities.Unicode/CoreFx.Private.TestUtilities.Unicode.csproj +++ b/src/libraries/Common/tests/CoreFx.Private.TestUtilities.Unicode/CoreFx.Private.TestUtilities.Unicode.csproj @@ -1,8 +1,8 @@ true - $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release 12.1 + $(NetCoreAppCurrent) diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index 3c717256c46fdb..aff9ba8efe70bd 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -10,8 +10,8 @@ $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; - - Interop\Windows\Advapi32\Interop.RegistryConstants.cs + + Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs Microsoft\Win32\SafeHandles\SafeRegistryHandle.cs diff --git a/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj index cb650615b22d2e..4f71407fd2df5d 100644 --- a/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj @@ -1,5 +1,4 @@ - $(NetCoreAppCurrent); diff --git a/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj index e0576342f958cf..31edf7be587dfd 100644 --- a/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj @@ -1,5 +1,4 @@ - $(NetCoreAppCurrent); diff --git a/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/GenDefinedCharList.csproj b/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/GenDefinedCharList.csproj index fdf7218b91a86e..3c6d2288fdfa2a 100644 --- a/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/GenDefinedCharList.csproj +++ b/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/GenDefinedCharList.csproj @@ -3,7 +3,6 @@ Exe netcoreapp3.0 false - Debug;Release diff --git a/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/GenUnicodeRanges.csproj b/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/GenUnicodeRanges.csproj index fdf7218b91a86e..3c6d2288fdfa2a 100644 --- a/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/GenUnicodeRanges.csproj +++ b/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/GenUnicodeRanges.csproj @@ -3,7 +3,6 @@ Exe netcoreapp3.0 false - Debug;Release From f7d85431b13d1ab49d5432b3621ba92c3583fad0 Mon Sep 17 00:00:00 2001 From: Anipik Date: Thu, 16 Jan 2020 14:29:58 -0800 Subject: [PATCH 17/58] Test Change --- .../tests/StaticTestGenerator/StaticTestGenerator.csproj | 2 +- .../tests/StressTests/HttpStress/HttpStress.csproj | 2 +- .../tests/StressTests/SslStress/SslStress.csproj | 2 +- .../tests/Schema/System.Xml.Schema.Extensions.Tests.csproj | 2 +- .../XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj | 4 ++-- .../tests/axes/System.Xml.Linq.Axes.Tests.csproj | 2 +- .../tools/GenDefinedCharList/GenDefinedCharList.csproj | 2 +- .../tools/GenUnicodeRanges/GenUnicodeRanges.csproj | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/libraries/Common/tests/StaticTestGenerator/StaticTestGenerator.csproj b/src/libraries/Common/tests/StaticTestGenerator/StaticTestGenerator.csproj index 02be551619300a..b6c0d40114cd32 100644 --- a/src/libraries/Common/tests/StaticTestGenerator/StaticTestGenerator.csproj +++ b/src/libraries/Common/tests/StaticTestGenerator/StaticTestGenerator.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp3.0 + netcoreapp3.0 false preview true diff --git a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj index 9f27e963c2b0e6..e79b04ee1c24b7 100644 --- a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj +++ b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.0 + netcoreapp3.0 preview enable diff --git a/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj b/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj index a17d82f99e73f5..8640490b7c42d3 100644 --- a/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj +++ b/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp3.0 + netcoreapp3.0 enable diff --git a/src/libraries/System.Private.Xml.Linq/tests/Schema/System.Xml.Schema.Extensions.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/Schema/System.Xml.Schema.Extensions.Tests.csproj index 821193be1ff754..efec6d1e5d7fec 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/Schema/System.Xml.Schema.Extensions.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/Schema/System.Xml.Schema.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent) + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj index 60a68dd066b633..8a858506a83efc 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj @@ -2,7 +2,7 @@ System.Xml.XPath.XDocument.Tests $(CommonPath)System\Xml\XPath - $(NetCoreAppCurrent) + $(NetCoreAppCurrent) $(CommonTestPath)System\Xml\XPath @@ -193,5 +193,5 @@ TestData\xpC001.xml - + diff --git a/src/libraries/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj index a9f696974be34d..ad977012169bd1 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent) + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/GenDefinedCharList.csproj b/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/GenDefinedCharList.csproj index 3c6d2288fdfa2a..8194c6df309843 100644 --- a/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/GenDefinedCharList.csproj +++ b/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/GenDefinedCharList.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp3.0 + netcoreapp3.0 false diff --git a/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/GenUnicodeRanges.csproj b/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/GenUnicodeRanges.csproj index 3c6d2288fdfa2a..8194c6df309843 100644 --- a/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/GenUnicodeRanges.csproj +++ b/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/GenUnicodeRanges.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp3.0 + netcoreapp3.0 false From a902bb52d3d2f0849ed660847848377be66d6f96 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 17 Jan 2020 11:13:30 -0800 Subject: [PATCH 18/58] fixing the packageing, test restore replacing TargetFramework -> OriginalTargetFramework --- eng/notSupported.SourceBuild.targets | 2 +- eng/referenceAssemblies.props | 4 ++-- eng/testing/xunit/vstest.targets | 2 +- src/libraries/Directory.Build.props | 6 ++--- src/libraries/Directory.Build.targets | 2 +- .../src/Microsoft.Win32.Registry.csproj | 2 +- src/libraries/Native/native-binplace.proj | 1 + .../ref/System.Collections.Immutable.csproj | 6 ++--- .../src/System.Collections.Immutable.csproj | 8 +++---- .../tests/System.Data.Odbc.Tests.csproj | 2 +- .../ref/System.Data.SqlClient.csproj | 4 ++-- .../IMonitorLoader/IMonitorLoader.csproj | 2 +- ...System.Diagnostics.DiagnosticSource.csproj | 12 +++++----- ...System.Diagnostics.DiagnosticSource.csproj | 22 ++++++++--------- ...System.Diagnostics.StackTrace.Tests.csproj | 2 +- .../ref/System.Drawing.Common.csproj | 4 ++-- .../ref/System.IO.Packaging.csproj | 8 +++---- .../src/System.IO.Packaging.csproj | 6 ++--- .../ref/System.IO.Pipelines.csproj | 2 +- .../src/System.IO.Ports.csproj | 4 ++-- .../System.Json/src/System.Json.csproj | 2 +- .../src/System.Net.Quic.csproj | 4 ++-- ...em.Net.WebSockets.WebSocketProtocol.csproj | 2 +- .../ref/System.Reflection.Context.csproj | 2 +- .../src/System.Reflection.Context.csproj | 6 ++--- ...System.Reflection.Emit.ILGeneration.csproj | 4 ++-- .../System.Reflection.Emit.Lightweight.csproj | 4 ++-- .../src/System.Reflection.Emit.csproj | 2 +- .../ref/System.Reflection.Metadata.csproj | 2 +- .../src/System.Reflection.Metadata.csproj | 24 +++++++++---------- .../System.Reflection.TypeExtensions.csproj | 10 ++++---- ...tem.Runtime.CompilerServices.Unsafe.ilproj | 20 ++++++++++++---- ...stem.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../System.Security.Cryptography.Cng.csproj | 6 ++--- .../System.Security.Cryptography.Cng.csproj | 2 +- ...ystem.Security.Cryptography.OpenSsl.csproj | 4 ++-- ...ystem.Security.Cryptography.OpenSsl.csproj | 2 +- .../System.Security.Cryptography.Pkcs.csproj | 4 ++-- .../ref/System.Security.Permissions.csproj | 4 ++-- .../System.Security.Principal.Windows.csproj | 4 ++-- .../System.ServiceModel.Syndication.csproj | 4 ++-- .../ref/System.Threading.Channels.csproj | 6 ++--- .../System.Threading.Tasks.Dataflow.csproj | 2 +- .../System.Threading.Tasks.Dataflow.csproj | 14 +++++------ .../ref/System.Windows.Extensions.csproj | 4 ++-- src/libraries/build.proj | 8 +++---- src/libraries/dirs.proj | 4 ++-- ...icrosoft.Private.CoreFx.NETCoreApp.pkgproj | 1 + .../tests/Directory.Build.props | 2 +- ...ft.Windows.Compatibility.Validation.csproj | 6 ++--- src/libraries/pkg/frameworkPackage.targets | 6 ++--- .../runtime.native.System.IO.Ports.builds | 2 +- src/libraries/pkg/test/packageTest.targets | 6 ++--- src/libraries/restore/Directory.Build.props | 2 +- src/libraries/restore/Directory.Build.targets | 2 +- .../binplacePackages/binplacePackages.depproj | 12 +++++----- src/libraries/restore/dirs.proj | 2 +- .../harvestPackages/harvestPackages.depproj | 2 +- .../restore/netcoreapp/netcoreapp.depproj | 2 +- src/libraries/restore/netfx/netfx.depproj | 16 ++++++------- .../restore/netstandard/netstandard.depproj | 6 ++--- src/libraries/shims/ApiCompat.proj | 4 ++-- src/libraries/shims/Directory.Build.props | 2 +- .../shims/manual/Directory.Build.props | 2 +- src/libraries/shims/netfxreference.props | 2 +- src/libraries/tests.proj | 4 ++++ 66 files changed, 176 insertions(+), 158 deletions(-) diff --git a/eng/notSupported.SourceBuild.targets b/eng/notSupported.SourceBuild.targets index f0d5bf4db09377..fdfe78430513f8 100644 --- a/eng/notSupported.SourceBuild.targets +++ b/eng/notSupported.SourceBuild.targets @@ -8,7 +8,7 @@ Text="'DotNetSourceBuildIntermediatePath' must be specified when 'DotNetBuildFromSource' is true" /> - <_notSupportedSourceDirectory>$([MSBuild]::NormalizeDirectory('$(DotNetSourceBuildIntermediatePath)', '$(MSBuildProjectName)', '$(TargetFramework)-$(OSGroup)')) + <_notSupportedSourceDirectory>$([MSBuild]::NormalizeDirectory('$(DotNetSourceBuildIntermediatePath)', '$(MSBuildProjectName)', '$(OriginalTargetFramework)-$(OSGroup)')) $(_notSupportedSourceDirectory)$(TargetName).notsupported.cs diff --git a/eng/referenceAssemblies.props b/eng/referenceAssemblies.props index 0b03b7dadfe8c1..1a74b2a0c5af39 100644 --- a/eng/referenceAssemblies.props +++ b/eng/referenceAssemblies.props @@ -9,9 +9,9 @@ $(AdditionalBuildTargetFrameworks);netstandard2.0;netstandard2.1 $([MSBuild]::NormalizeDirectory('$(ReferenceAssemblyOutputPath)', 'ref')) - $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) + $(BaseOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup) $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)', 'ref')) - $(BaseIntermediateOutputPath)$(TargetFramework)-$(ConfigurationGroup) + $(BaseIntermediateOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup) $(NoWarn);CS0169;CS0649;CS8618 diff --git a/eng/testing/xunit/vstest.targets b/eng/testing/xunit/vstest.targets index 9e1517a2bf648e..589a1cc7227aba 100644 --- a/eng/testing/xunit/vstest.targets +++ b/eng/testing/xunit/vstest.targets @@ -5,7 +5,7 @@ $(RunArguments) --logger "xunit;LogFilePath=$(TestResultsName)" - $(RunArguments) --framework $(TargetFramework) + $(RunArguments) --framework $(OriginalTargetFramework) $(RunArguments) --platform $(ArchGroup) $(RunArguments) --parallel $(RunArguments) --blame diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index 59a03a00cc7a46..9042597af9149d 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -335,7 +335,7 @@ $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'testhost', '$(BuildConfiguration)')) - false + false $(ArtifactsObjDir)version.txt @@ -346,9 +346,9 @@ - $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup)\ + $(BaseOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup)\ $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)')) - $(BaseIntermediateOutputPath)$(TargetFramework)-$(ConfigurationGroup) + $(BaseIntermediateOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup) $(AdditionalBuildTargetFrameworks);netstandard2.0 diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index ee4bf23bc662e3..df901387c62148 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -90,7 +90,7 @@ $(RefRootPath)%(Identity)/ - + $(ArtifactsBinDir)runtime/%(Identity)-$(ConfigurationGroup)-$(ArchGroup) diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index aff9ba8efe70bd..5dd2a85c443dee 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -9,7 +9,7 @@ netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; - + Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs diff --git a/src/libraries/Native/native-binplace.proj b/src/libraries/Native/native-binplace.proj index a77bedfd1f528c..8dd00122cd36f8 100644 --- a/src/libraries/Native/native-binplace.proj +++ b/src/libraries/Native/native-binplace.proj @@ -13,6 +13,7 @@ $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); $(BuildTargetFramework) + $(BuildTargetFramework) diff --git a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj index 832851d3705c42..c8eeab653bc080 100644 --- a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj @@ -12,16 +12,16 @@ - + - + - + \ No newline at end of file diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj index 1161d3b930d6fa..391cac6651a840 100644 --- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -3,7 +3,7 @@ 10.0 System.Collections.Immutable 512 - netstandard1.0;portable-net45+win8+wp8+wpa81 + netstandard1.0;portable-net45+win8+wp8+wpa81 netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent); $(NetCoreAppCurrent); enable @@ -90,7 +90,7 @@ Common\System\Runtime\Versioning\NonVersionableAttribute.cs - + System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs @@ -108,10 +108,10 @@ - + - + diff --git a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj index e7c862b5e16402..988b2f5a306cf5 100644 --- a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj +++ b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj @@ -19,7 +19,7 @@ Common\Interop\Unix\Interop.Libraries.cs - + Common\Interop\Unix\libdl\Interop.dlopen.cs diff --git a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj index 501d9ada0f02dd..a0e04d800bf7ab 100644 --- a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj @@ -9,7 +9,7 @@ - + @@ -19,7 +19,7 @@ - + diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj b/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj index acf20567dc8814..a9a74d62e4d6e5 100644 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj +++ b/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj @@ -2,7 +2,7 @@ Monitoring Monitoring - netstandard2.0-Unix;netstandard2.0-Windows_NT; + netstandard2.0;netstandard2.0-Unix;netstandard2.0-Windows_NT; diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj index 0d99ad294572bc..014b23bed2191b 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj @@ -5,28 +5,28 @@ false enable - + $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS - + - + - + - + - + diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj index 536922eb5593bd..2f15150f11e09c 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj @@ -4,14 +4,14 @@ we also have a separate complilation of this DLL that works for V4.5 (which is netstandard1.1). Again we duplicate in a portable-* folder to work with older NuGet clients --> - netstandard1.1;portable-net45+win8+wpa81 + netstandard1.1;portable-net45+win8+wpa81 true false $(NoWarn);SA1205 enable - $(DefineConstants);NO_EVENTSOURCE_COMPLEX_TYPE_SUPPORT - $(DefineConstants);EVENTSOURCE_ACTIVITY_SUPPORT - $(DefineConstants);EVENTSOURCE_ENUMERATE_SUPPORT + $(DefineConstants);NO_EVENTSOURCE_COMPLEX_TYPE_SUPPORT + $(DefineConstants);EVENTSOURCE_ACTIVITY_SUPPORT + $(DefineConstants);EVENTSOURCE_ENUMERATE_SUPPORT $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS;ENABLE_HTTP_HANDLER netstandard1.1;netstandard1.3;net45;net46;;$(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); @@ -25,34 +25,34 @@ - + - + - + - + - + - + - + diff --git a/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj b/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj index f6f32d4fbf0cab..a864d87fd7b52c 100644 --- a/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj +++ b/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj @@ -12,7 +12,7 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj index 066f84238425d5..f8c0d546d2d5cf 100644 --- a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj @@ -7,7 +7,7 @@ - + @@ -18,7 +18,7 @@ - + diff --git a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj index d2f27f0870d545..48b52f45bc479e 100644 --- a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj @@ -1,23 +1,23 @@ true - $(DefineConstants);netcoreapp + $(DefineConstants);netcoreapp netstandard1.3;net46;netstandard2.0;;$(NetFrameworkCurrent); $(NetFrameworkCurrent); - + - + - + diff --git a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj index aa1c53b49da3f6..2119068e7c8447 100644 --- a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj @@ -2,11 +2,11 @@ true true - $(DefineConstants);FEATURE_SERIALIZATION + $(DefineConstants);FEATURE_SERIALIZATION net46;netstandard1.3;netstandard2.0;;$(NetFrameworkCurrent)-Windows_NT; $(NetFrameworkCurrent)-Windows_NT; - + @@ -48,7 +48,7 @@ - + diff --git a/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj index 79250f50817866..f0697d048bc223 100644 --- a/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj @@ -4,7 +4,7 @@ enable - netcoreapp2.0 + netcoreapp2.0 diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj index b7672103061137..1801810db00179 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -2,14 +2,14 @@ true true - SR.PlatformNotSupported_IOPorts + SR.PlatformNotSupported_IOPorts $(DefineConstants);NOSPAN true annotations netstandard2.0-Windows_NT;netstandard2.0-Linux;netstandard2.0-OSX;netstandard2.0;net461-Windows_NT;netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT; netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT; - + diff --git a/src/libraries/System.Json/src/System.Json.csproj b/src/libraries/System.Json/src/System.Json.csproj index 5b786f8c69496e..8236c05bbfd592 100644 --- a/src/libraries/System.Json/src/System.Json.csproj +++ b/src/libraries/System.Json/src/System.Json.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj b/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj index b117c5e4593c71..ab8271237f1aa7 100644 --- a/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj +++ b/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj @@ -2,7 +2,7 @@ System.Net.Quic true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-OSX false @@ -52,7 +52,7 @@ - + Common\Interop\Linux\Interop.Libraries.cs diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj index e33fd4f438cba6..bebf79cc181f95 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj b/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj index 65b3f345d29e5d..a130fee1212559 100644 --- a/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj +++ b/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj b/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj index 27f1ad195a7377..8d784062d56269 100644 --- a/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj +++ b/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj @@ -1,10 +1,10 @@ Library - SR.PlatformNotSupported_ReflectionContext + SR.PlatformNotSupported_ReflectionContext netstandard2.0;netstandard1.1;netstandard2.1; - + @@ -61,7 +61,7 @@ - + diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj index 9f6c4673cf190b..0a828ac75d3ae0 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj @@ -16,9 +16,9 @@ - + - + netstandard1.0 diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj index acd59042347210..e844e1fb18a5ab 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj @@ -18,9 +18,9 @@ - + - + netstandard1.0 diff --git a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj index 13d913bcece141..41ffa07916cf2e 100644 --- a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj @@ -19,7 +19,7 @@ - + netstandard1.1 diff --git a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj index 0dce352ab349ad..ec9bf995e55f0d 100644 --- a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj index 90f6a36ba94ecb..691ef69bc8b82a 100644 --- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj @@ -4,7 +4,7 @@ true en-US false - netstandard1.1;portable-net45+win8 + netstandard1.1;portable-net45+win8 netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent); $(NetCoreAppCurrent); enable @@ -17,8 +17,8 @@ Common\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs - - + + @@ -61,15 +61,15 @@ - + - - + + @@ -100,15 +100,15 @@ - - + + - - + + @@ -179,7 +179,7 @@ - + @@ -263,7 +263,7 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj index cc28eec100751b..557adda00cbbca 100644 --- a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj @@ -6,12 +6,12 @@ net461;netstandard2.0;netstandard1.3;netstandard1.5;;$(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; $(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; - + SR.PlatformNotSupported_ReflectionTypeExtensions - 4.0.0.0 - 4.1.0.0 + 4.0.0.0 + 4.1.0.0 - + @@ -19,7 +19,7 @@ - + diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index 861f3b1299a43f..7de6d133eaf6d6 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -7,17 +7,29 @@ $(MSBuildThisFileDirectory)System.Runtime.CompilerServices.Unsafe.xml {04BA3E3C-6979-4792-B19E-C797AD607F42} - include\$(TargetFramework) - include\netcoreapp + include\$(OriginalTargetFramework) + include\netcoreapp include\netfx $(IlasmFlags) -INCLUDE=$(IncludePath) -DEBUG=$(DebugOptimization) - $(BuildTargetFramework) - $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup)\ + $(BuildTargetFramework) + $(BuildTargetFramework) + $(BaseOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup)\ netcoreapp5.0;netstandard2.0;netstandard1.0;net45;net472; + + + + + + + \ No newline at end of file diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj index 6d269fcf5cafa1..0143f049c9f3e4 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -2,7 +2,7 @@ SR.PlatformNotSupported_WindowsRuntime true - 4.0.1.0 + 4.0.1.0 netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj index 067df13adb28d8..e42271443a059a 100644 --- a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj @@ -1,6 +1,6 @@ - $(DefineConstants);FEATURE_ECPARAMETERS + $(DefineConstants);FEATURE_ECPARAMETERS $(DefineConstants);FEATURE_DSA_HASHDATA @@ -16,14 +16,14 @@ - + - + diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj index b8e04a0f61de98..0219a44522710d 100644 --- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj @@ -10,7 +10,7 @@ SR.PlatformNotSupported_CryptographyCng - 4.3.0.0 + 4.3.0.0 diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj index 35ce30f907af06..0aaf2187fc5fcb 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj @@ -6,14 +6,14 @@ - + - + diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj index 725ae363ab0c51..7b4c4940bfa8e4 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj @@ -1,7 +1,7 @@ true - 4.1.0.0 + 4.1.0.0 netcoreapp3.0-Unix;netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent); $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj index c1b34d1cc630ff..b907dd4d9bb7d2 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj @@ -13,7 +13,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj index 973641f0bd2e02..0b74bfafbf3474 100644 --- a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj @@ -28,7 +28,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj index 6c20e6585003ee..4ebc901f0534ae 100644 --- a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj @@ -11,12 +11,12 @@ - + - + diff --git a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj index e50a656738881f..ec34b85e8da01e 100644 --- a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj @@ -10,7 +10,7 @@ - + @@ -18,7 +18,7 @@ - + diff --git a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj index 1b8714a8e0fbdb..b9d9d36383895b 100644 --- a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj @@ -13,13 +13,13 @@ - + - + - + diff --git a/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj index 2f7d5e715b9a26..b92ae2d924190f 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj +++ b/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj index d8546789896838..0fb55b8b634927 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj +++ b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj @@ -1,9 +1,9 @@ - $(DefineConstants);FEATURE_TRACING - $(DefineConstants);USE_INTERNAL_CONCURRENT_COLLECTIONS - $(DefineConstants);USE_INTERNAL_THREADING - netstandard1.1;portable-net45+win8+wpa81 + $(DefineConstants);FEATURE_TRACING + $(DefineConstants);USE_INTERNAL_CONCURRENT_COLLECTIONS + $(DefineConstants);USE_INTERNAL_THREADING + netstandard1.1;portable-net45+win8+wpa81 netstandard1.0;netstandard1.1;netstandard2.0; @@ -44,10 +44,10 @@ Common\Internal\Padding.cs - + - + @@ -57,7 +57,7 @@ - + diff --git a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj index ee6402f350a470..49b23b82a763be 100644 --- a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj @@ -6,14 +6,14 @@ - + - + diff --git a/src/libraries/build.proj b/src/libraries/build.proj index dd89ab7c8585e0..d1414d1f69dfb5 100644 --- a/src/libraries/build.proj +++ b/src/libraries/build.proj @@ -29,19 +29,19 @@ - + - + diff --git a/src/libraries/dirs.proj b/src/libraries/dirs.proj index dacaefdc6851fc..461daf55d7429f 100644 --- a/src/libraries/dirs.proj +++ b/src/libraries/dirs.proj @@ -7,10 +7,10 @@ - + diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj index bf861d02cbbf6f..26b3fbbff12e10 100644 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj +++ b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj @@ -5,6 +5,7 @@ netcoreapp $(NETCoreAppCurrentVersion) $(TargetFrameworkName)$(TargetFrameworkVersion) + $(TargetFrameworkName)$(TargetFrameworkVersion) $(NETCoreAppPackageRefPath) $(NETCoreAppPackageRuntimePath) diff --git a/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Directory.Build.props b/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Directory.Build.props index 29939afd03a27f..81a0181f0f6b37 100644 --- a/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Directory.Build.props +++ b/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Directory.Build.props @@ -6,7 +6,7 @@ true 99.9 - Microsoft.Private.CoreFx.NETCoreApp;runtime.$(RuntimeIdentifiers).Microsoft.Private.CoreFx.NETCoreApp;$(PackageConflictPreferredPackages) + Microsoft.Private.CoreFx.NETCoreApp;runtime.$(RuntimeIdentifiers).Microsoft.Private.CoreFx.NETCoreApp;$(PackageConflictPreferredPackages) true $(NetCoreAppCurrent) diff --git a/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj b/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj index c25ef750ce6c99..18742a347f79ac 100644 --- a/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj +++ b/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj @@ -2,17 +2,17 @@ - + - + - + diff --git a/src/libraries/pkg/frameworkPackage.targets b/src/libraries/pkg/frameworkPackage.targets index 1459d7f4a9b47c..757aed379ccf53 100644 --- a/src/libraries/pkg/frameworkPackage.targets +++ b/src/libraries/pkg/frameworkPackage.targets @@ -11,9 +11,9 @@ true true - ref/$(TargetFramework) - lib/$(TargetFramework) - runtimes/$(PackageTargetRuntime)/lib/$(TargetFramework) + ref/$(OriginalTargetFramework) + lib/$(OriginalTargetFramework) + runtimes/$(PackageTargetRuntime)/lib/$(OriginalTargetFramework) runtimes/$(PackageTargetRuntime)/native $(NativeBinDir)-aot diff --git a/src/libraries/pkg/runtime.native.System.IO.Ports/runtime.native.System.IO.Ports.builds b/src/libraries/pkg/runtime.native.System.IO.Ports/runtime.native.System.IO.Ports.builds index e8acfa38cd324a..8aa93916f96423 100644 --- a/src/libraries/pkg/runtime.native.System.IO.Ports/runtime.native.System.IO.Ports.builds +++ b/src/libraries/pkg/runtime.native.System.IO.Ports/runtime.native.System.IO.Ports.builds @@ -3,7 +3,7 @@ - + diff --git a/src/libraries/pkg/test/packageTest.targets b/src/libraries/pkg/test/packageTest.targets index 13b4288879fe58..4d484aa6b9a78b 100644 --- a/src/libraries/pkg/test/packageTest.targets +++ b/src/libraries/pkg/test/packageTest.targets @@ -15,14 +15,14 @@ - + - + - <_message>Testing $(TestPackageID) TFM=$(TargetFramework) + <_message>Testing $(TestPackageID) TFM=$(OriginalTargetFramework) <_message Condition="'$(RuntimeIdentifier)' != ''">$(_message) RID=$(RuntimeIdentifier) diff --git a/src/libraries/restore/Directory.Build.props b/src/libraries/restore/Directory.Build.props index 4a79d0fd5b0864..b114ca1d447429 100644 --- a/src/libraries/restore/Directory.Build.props +++ b/src/libraries/restore/Directory.Build.props @@ -8,7 +8,7 @@ $(IntermediateOutputPath) true - $(BaseOutputPath)$(TargetFramework)-$(ConfigurationGroup) + $(BaseOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup) false netstandard2.0-$(OSGroup) diff --git a/src/libraries/restore/Directory.Build.targets b/src/libraries/restore/Directory.Build.targets index 48a4276785e8c7..035e6dc46e3ee9 100644 --- a/src/libraries/restore/Directory.Build.targets +++ b/src/libraries/restore/Directory.Build.targets @@ -5,5 +5,5 @@ true - + diff --git a/src/libraries/restore/binplacePackages/binplacePackages.depproj b/src/libraries/restore/binplacePackages/binplacePackages.depproj index 977af9bfa2809f..fb95773497677d 100644 --- a/src/libraries/restore/binplacePackages/binplacePackages.depproj +++ b/src/libraries/restore/binplacePackages/binplacePackages.depproj @@ -10,29 +10,29 @@ - + $(RefPath) - + BinPlaceLib $(RuntimePath) - + BinPlaceLib $(TestHostRuntimePath) - + - + - + diff --git a/src/libraries/restore/dirs.proj b/src/libraries/restore/dirs.proj index b7e54a6ea23da1..d54794d38db3ee 100644 --- a/src/libraries/restore/dirs.proj +++ b/src/libraries/restore/dirs.proj @@ -9,7 +9,7 @@ - + diff --git a/src/libraries/restore/harvestPackages/harvestPackages.depproj b/src/libraries/restore/harvestPackages/harvestPackages.depproj index 879fc6cdf1c013..2ae20ecda6e67c 100644 --- a/src/libraries/restore/harvestPackages/harvestPackages.depproj +++ b/src/libraries/restore/harvestPackages/harvestPackages.depproj @@ -1,6 +1,6 @@  - netstandard2.0 + netstandard2.0 diff --git a/src/libraries/restore/netcoreapp/netcoreapp.depproj b/src/libraries/restore/netcoreapp/netcoreapp.depproj index c9b19bface336a..26b410243a7b13 100644 --- a/src/libraries/restore/netcoreapp/netcoreapp.depproj +++ b/src/libraries/restore/netcoreapp/netcoreapp.depproj @@ -14,7 +14,7 @@ - + diff --git a/src/libraries/restore/netfx/netfx.depproj b/src/libraries/restore/netfx/netfx.depproj index 32238e1291399c..070de40cabdbdf 100644 --- a/src/libraries/restore/netfx/netfx.depproj +++ b/src/libraries/restore/netfx/netfx.depproj @@ -7,10 +7,10 @@ NETStandard.Library.NETFramework 2.0.1-servicing-26011-01 $(NuGetPackageRoot)$(NETStandardSupportPackageId.ToLower())\$(NETStandardSupportPackageVersion)\build - true + true net45;net451;net46;net461;net462;net47;net471;net472;$(netcoreappCurrent); - + net45;net451;net46;net461;net462;net47;net471;net472; @@ -26,12 +26,12 @@ - + $(NetFxRefPath) - + $(RefPath) @@ -45,10 +45,10 @@ $(_TargetingPackVersion) - + 4.5.2 - + 4.5.0 @@ -63,10 +63,10 @@ - <_netStandardReference Condition="'$(TargetFramework)' != 'net461' and '$(TargetFramework)' != 'net462'" + <_netStandardReference Condition="'$(OriginalTargetFramework)' != 'net461' and '$(OriginalTargetFramework)' != 'net462'" Include="$(NETStandardSupportRoot)\net47\lib\*.dll" Exclude="@(_netStandardReference->'$(NETStandardSupportRoot)\net47\lib\%(FileName).dll')" /> - <_netStandardReference Condition="'$(TargetFramework)' != 'net461'" + <_netStandardReference Condition="'$(OriginalTargetFramework)' != 'net461'" Include="$(NETStandardSupportRoot)\net462\lib\*.dll" Exclude="@(_netStandardReference->'$(NETStandardSupportRoot)\net462\lib\%(FileName).dll')" /> <_netStandardReference Include="$(NETStandardSupportRoot)\net461\lib\*.dll" diff --git a/src/libraries/restore/netstandard/netstandard.depproj b/src/libraries/restore/netstandard/netstandard.depproj index 9ddea231cb6896..cdcc76952ef8d4 100644 --- a/src/libraries/restore/netstandard/netstandard.depproj +++ b/src/libraries/restore/netstandard/netstandard.depproj @@ -5,7 +5,7 @@ true true Reference - <_NETStandardTFMFolder Condition="'$(TargetFramework)' == 'netstandard2.0'">netstandard2.0 + <_NETStandardTFMFolder Condition="'$(OriginalTargetFramework)' == 'netstandard2.0'">netstandard2.0 netstandard1.0;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0 @@ -70,10 +70,10 @@ - + $(RefPath) - + $(TestHostRootPath) diff --git a/src/libraries/shims/ApiCompat.proj b/src/libraries/shims/ApiCompat.proj index 19af4dc18dd336..df72c5004e9e35 100644 --- a/src/libraries/shims/ApiCompat.proj +++ b/src/libraries/shims/ApiCompat.proj @@ -40,7 +40,7 @@ - + $(ArtifactsBinDir)runtime/$(BuildTargetFramework)-$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup)/ $(BuildOS) diff --git a/src/libraries/shims/netfxreference.props b/src/libraries/shims/netfxreference.props index bde02eac749a6f..5cbc1961e64a6a 100644 --- a/src/libraries/shims/netfxreference.props +++ b/src/libraries/shims/netfxreference.props @@ -2,7 +2,7 @@ - + diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 8e8b6bb6d084f2..7fdc9c9864fb3d 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -7,6 +7,10 @@ $(ArtifactsDir)coverage true + + .NETCoreApp + 5.0 + From 68489be75dfe4c43da314b24552b0f213c2ad969 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 17 Jan 2020 11:47:23 -0800 Subject: [PATCH 19/58] delete test configuraiton.props, trailing semicolon and use targetFramework --- src/libraries/Common/tests/Common.Tests.csproj | 2 +- src/libraries/Common/tests/Configurations.props | 8 -------- .../Configurations.props | 7 ------- .../Configurations.props | 8 -------- .../CoreFx.Private.TestUtilities.csproj | 2 +- .../WebServer/Configurations.props | 8 -------- .../Xml/BaseLibManaged/BaseLibManaged.csproj | 2 +- .../Xml/BaseLibManaged/Configurations.props | 7 ------- .../System/Xml/ModuleCore/Configurations.props | 7 ------- .../System/Xml/ModuleCore/ModuleCore.csproj | 2 +- .../System/Xml/XmlCoreTest/Configurations.props | 7 ------- .../System/Xml/XmlCoreTest/XmlCoreTest.csproj | 2 +- .../System/Xml/XmlDiff/Configurations.props | 7 ------- .../tests/System/Xml/XmlDiff/XmlDiff.csproj | 2 +- src/libraries/Directory.Build.props | 2 +- src/libraries/Directory.Build.targets | 2 +- .../Microsoft.CSharp/ref/Microsoft.CSharp.csproj | 2 +- .../Microsoft.CSharp/src/Microsoft.CSharp.csproj | 2 +- .../Microsoft.CSharp/tests/Configurations.props | 8 -------- .../tests/Microsoft.CSharp.Tests.csproj | 2 +- ...Diagnostics.Tracing.EventSource.Redist.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...stics.Tracing.EventSource.Redist.Tests.csproj | 2 +- .../src/Microsoft.IO.Redist.csproj | 2 +- .../ref/Microsoft.VisualBasic.Core.csproj | 2 +- .../src/Microsoft.VisualBasic.Core.vbproj | 2 +- .../tests/Configurations.props | 8 -------- .../Microsoft.VisualBasic.Core.Tests.csproj | 2 +- .../ref/Microsoft.Win32.Primitives.csproj | 2 +- .../src/Microsoft.Win32.Primitives.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../Microsoft.Win32.Primitives.Tests.csproj | 2 +- ...Microsoft.Win32.Registry.AccessControl.csproj | 2 +- ...Microsoft.Win32.Registry.AccessControl.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...oft.Win32.Registry.AccessControl.Tests.csproj | 2 +- .../ref/Microsoft.Win32.Registry.csproj | 2 +- .../src/Microsoft.Win32.Registry.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/Microsoft.Win32.Registry.Tests.csproj | 2 +- .../ref/Microsoft.Win32.SystemEvents.csproj | 2 +- .../src/Microsoft.Win32.SystemEvents.csproj | 6 +++--- .../tests/Configurations.props | 8 -------- .../Microsoft.Win32.SystemEvents.Tests.csproj | 2 +- .../src/Microsoft.XmlSerializer.Generator.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...icrosoft.XmlSerializer.Generator.Tests.csproj | 2 +- src/libraries/Native/native-binplace.proj | 4 ++-- .../ref/System.AppContext.csproj | 2 +- .../src/System.AppContext.csproj | 2 +- .../System.AppContext/tests/Configurations.props | 7 ------- .../tests/System.AppContext.Tests.csproj | 2 +- .../System.Buffers/ref/System.Buffers.csproj | 2 +- .../System.Buffers/src/System.Buffers.csproj | 2 +- .../System.Buffers/tests/Configurations.props | 7 ------- .../tests/System.Buffers.Tests.csproj | 2 +- .../System.CodeDom/ref/System.CodeDom.csproj | 2 +- .../System.CodeDom/src/System.CodeDom.csproj | 2 +- .../System.CodeDom/tests/Configurations.props | 8 -------- .../tests/System.CodeDom.Tests.csproj | 2 +- .../ref/System.Collections.Concurrent.csproj | 2 +- .../src/System.Collections.Concurrent.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Collections.Concurrent.Tests.csproj | 2 +- .../ref/System.Collections.Immutable.csproj | 2 +- .../src/System.Collections.Immutable.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Collections.Immutable.Tests.csproj | 2 +- .../ref/System.Collections.NonGeneric.csproj | 2 +- .../src/System.Collections.NonGeneric.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Collections.NonGeneric.Tests.csproj | 2 +- .../ref/System.Collections.Specialized.csproj | 2 +- .../src/System.Collections.Specialized.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Collections.Specialized.Tests.csproj | 2 +- .../ref/System.Collections.csproj | 2 +- .../src/System.Collections.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Collections.Tests.csproj | 2 +- .../ref/System.ComponentModel.Annotations.csproj | 2 +- .../src/System.ComponentModel.Annotations.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...ystem.ComponentModel.Annotations.Tests.csproj | 2 +- ...omponentModel.Composition.Registration.csproj | 2 +- ...omponentModel.Composition.Registration.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...ntModel.Composition.Registration.Tests.csproj | 2 +- .../ref/System.ComponentModel.Composition.csproj | 2 +- .../src/System.ComponentModel.Composition.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../Configurations.props | 7 ------- ...mponentModel.Composition.Noop.Assembly.csproj | 2 +- ...ystem.ComponentModel.Composition.Tests.csproj | 2 +- .../System.ComponentModel.EventBasedAsync.csproj | 2 +- .../System.ComponentModel.EventBasedAsync.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...m.ComponentModel.EventBasedAsync.Tests.csproj | 2 +- .../ref/System.ComponentModel.Primitives.csproj | 2 +- .../src/System.ComponentModel.Primitives.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...System.ComponentModel.Primitives.Tests.csproj | 2 +- .../System.ComponentModel.TypeConverter.csproj | 2 +- .../System.ComponentModel.TypeConverter.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...tem.ComponentModel.TypeConverter.Tests.csproj | 2 +- .../ref/System.ComponentModel.csproj | 2 +- .../src/System.ComponentModel.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.ComponentModel.Tests.csproj | 2 +- .../System.Composition.AttributedModel.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...ystem.Composition.AttributeModel.Tests.csproj | 2 +- .../src/System.Composition.Convention.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Composition.Convention.Tests.csproj | 2 +- .../src/System.Composition.Hosting.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Composition.Hosting.Tests.csproj | 2 +- .../src/System.Composition.Runtime.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Composition.Runtime.Tests.csproj | 2 +- .../src/System.Composition.TypedParts.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Composition.TypedParts.Tests.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../Configurations.props | 7 ------- ...sition.Demos.ExtendedCollectionImports.csproj | 2 +- .../tests/System.Composition.Tests.csproj | 2 +- .../tests/TestLibrary/Configurations.props | 7 ------- .../tests/TestLibrary/TestLibrary.csproj | 2 +- ...tem.Configuration.ConfigurationManager.csproj | 2 +- ...tem.Configuration.ConfigurationManager.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...nfiguration.ConfigurationManager.Tests.csproj | 2 +- .../System.Console/ref/System.Console.csproj | 2 +- .../System.Console/src/System.Console.csproj | 2 +- .../System.Console/tests/Configurations.props | 8 -------- .../tests/System.Console.Tests.csproj | 2 +- .../ref/System.Data.Common.csproj | 2 +- .../src/System.Data.Common.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Data.Common.Tests.csproj | 2 +- .../ref/System.Data.DataSetExtensions.csproj | 2 +- .../src/System.Data.DataSetExtensions.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Data.DataSetExtensions.Tests.csproj | 2 +- .../System.Data.Odbc/ref/System.Data.Odbc.csproj | 2 +- .../System.Data.Odbc/src/System.Data.Odbc.csproj | 2 +- .../System.Data.Odbc/tests/Configurations.props | 11 ----------- .../tests/System.Data.Odbc.Tests.csproj | 2 +- .../ref/System.Data.OleDb.csproj | 2 +- .../src/System.Data.OleDb.csproj | 2 +- .../System.Data.OleDb/tests/Configurations.props | 8 -------- .../tests/System.Data.OleDb.Tests.csproj | 2 +- .../ref/System.Data.SqlClient.csproj | 2 +- .../src/System.Data.SqlClient.csproj | 16 ++++++++-------- .../tests/FunctionalTests/Configurations.props | 9 --------- .../System.Data.SqlClient.Tests.csproj | 2 +- .../tests/ManualTests/Configurations.props | 7 ------- .../UdtTest/UDTs/Address/Configurations.props | 7 ------- .../SQL/UdtTest/UDTs/Circle/Configurations.props | 7 ------- .../SQL/UdtTest/UDTs/Shapes/Configurations.props | 7 ------- .../UdtTest/UDTs/Utf8String/Configurations.props | 7 ------- ...tem.Data.SqlClient.ManualTesting.Tests.csproj | 2 +- .../IMonitorLoader/Configurations.props | 8 -------- .../IMonitorLoader/IMonitorLoader.csproj | 2 +- .../Configurations.props | 9 --------- .../System.Data.SqlClient.Stress.Tests.csproj | 2 +- .../Configurations.props | 9 --------- .../System.Data.StressFramework.csproj | 2 +- .../Configurations.props | 9 --------- .../System.Data.StressRunner.csproj | 2 +- .../Tools/TDS/TDS.EndPoint/Configurations.props | 8 -------- .../Tools/TDS/TDS.Servers/Configurations.props | 8 -------- .../tests/Tools/TDS/TDS/Configurations.props | 8 -------- .../ref/System.Diagnostics.Contracts.csproj | 2 +- .../src/System.Diagnostics.Contracts.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Diagnostics.Contracts.Tests.csproj | 2 +- .../ref/System.Diagnostics.Debug.csproj | 2 +- .../src/System.Diagnostics.Debug.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Diagnostics.Debug.Tests.csproj | 2 +- .../System.Diagnostics.DiagnosticSource.csproj | 2 +- .../System.Diagnostics.DiagnosticSource.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...tem.Diagnostics.DiagnosticSource.Tests.csproj | 2 +- .../ref/System.Diagnostics.EventLog.csproj | 2 +- .../src/System.Diagnostics.EventLog.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Diagnostics.EventLog.Tests.csproj | 2 +- .../System.Diagnostics.FileVersionInfo.csproj | 2 +- .../System.Diagnostics.FileVersionInfo.csproj | 2 +- .../tests/NativeConsoleApp/Configurations.props | 7 ------- .../tests/NativeLibrary/Configurations.props | 7 ------- .../SecondNativeLibrary/Configurations.props | 7 ------- .../Configurations.props | 7 ------- ...agnostics.FileVersionInfo.TestAssembly.csproj | 2 +- .../Configurations.props | 8 -------- ...stem.Diagnostics.FileVersionInfo.Tests.csproj | 2 +- .../System.Diagnostics.PerformanceCounter.csproj | 2 +- .../System.Diagnostics.PerformanceCounter.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...m.Diagnostics.PerformanceCounter.Tests.csproj | 2 +- .../ref/System.Diagnostics.Process.csproj | 2 +- .../src/System.Diagnostics.Process.csproj | 4 ++-- .../tests/Configurations.props | 8 -------- .../System.Diagnostics.Process.Tests.csproj | 2 +- .../ref/System.Diagnostics.StackTrace.csproj | 2 +- .../src/System.Diagnostics.StackTrace.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Diagnostics.StackTrace.Tests.csproj | 2 +- ...em.Diagnostics.TextWriterTraceListener.csproj | 2 +- ...em.Diagnostics.TextWriterTraceListener.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...gnostics.TextWriterTraceListener.Tests.csproj | 2 +- .../ref/System.Diagnostics.Tools.csproj | 2 +- .../src/System.Diagnostics.Tools.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Diagnostics.Tools.Tests.csproj | 2 +- .../ref/System.Diagnostics.TraceSource.csproj | 2 +- .../src/System.Diagnostics.TraceSource.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Diagnostics.TraceSource.Tests.csproj | 2 +- .../ref/System.Diagnostics.Tracing.csproj | 2 +- .../src/System.Diagnostics.Tracing.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Diagnostics.Tracing.Tests.csproj | 2 +- ...em.DirectoryServices.AccountManagement.csproj | 2 +- ...em.DirectoryServices.AccountManagement.csproj | 4 ++-- .../tests/Configurations.props | 8 -------- ...ectoryServices.AccountManagement.Tests.csproj | 2 +- .../System.DirectoryServices.Protocols.csproj | 2 +- .../System.DirectoryServices.Protocols.csproj | 4 ++-- .../tests/Configurations.props | 8 -------- ...stem.DirectoryServices.Protocols.Tests.csproj | 2 +- .../ref/System.DirectoryServices.csproj | 2 +- .../src/System.DirectoryServices.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.DirectoryServices.Tests.csproj | 2 +- .../ref/System.Drawing.Common.csproj | 2 +- .../src/System.Drawing.Common.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.Drawing.Common.Tests.csproj | 2 +- .../ref/System.Drawing.Primitives.csproj | 2 +- .../src/System.Drawing.Primitives.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Drawing.Primitives.Tests.csproj | 2 +- .../ref/System.Dynamic.Runtime.csproj | 2 +- .../src/System.Dynamic.Runtime.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Dynamic.Runtime.Tests.csproj | 2 +- .../ref/System.Globalization.Calendars.csproj | 2 +- .../src/System.Globalization.Calendars.csproj | 2 +- .../Configurations.props | 7 ------- ...zation.CalendarsWithConfigSwitch.Tests.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Globalization.Calendars.Tests.csproj | 2 +- .../ref/System.Globalization.Extensions.csproj | 2 +- .../src/System.Globalization.Extensions.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Globalization.Extensions.Tests.csproj | 2 +- .../ref/System.Globalization.csproj | 2 +- .../src/System.Globalization.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/Invariant/Configurations.props | 7 ------- .../tests/Invariant/Invariant.Tests.csproj | 2 +- .../tests/System.Globalization.Tests.csproj | 2 +- .../ref/System.IO.Compression.Brotli.csproj | 2 +- .../src/System.IO.Compression.Brotli.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.IO.Compression.Brotli.Tests.csproj | 2 +- .../ref/System.IO.Compression.ZipFile.csproj | 2 +- .../src/System.IO.Compression.ZipFile.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.IO.Compression.ZipFile.Tests.csproj | 2 +- .../ref/System.IO.Compression.csproj | 2 +- .../src/System.IO.Compression.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.IO.Compression.Tests.csproj | 2 +- .../System.IO.FileSystem.AccessControl.csproj | 2 +- .../System.IO.FileSystem.AccessControl.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...stem.IO.FileSystem.AccessControl.Tests.csproj | 2 +- .../ref/System.IO.FileSystem.DriveInfo.csproj | 2 +- .../src/System.IO.FileSystem.DriveInfo.csproj | 4 ++-- .../tests/Configurations.props | 8 -------- .../System.IO.FileSystem.DriveInfo.Tests.csproj | 2 +- .../ref/System.IO.FileSystem.Primitives.csproj | 2 +- .../src/System.IO.FileSystem.Primitives.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.IO.FileSystem.Primitives.Tests.csproj | 2 +- .../ref/System.IO.FileSystem.Watcher.csproj | 2 +- .../src/System.IO.FileSystem.Watcher.csproj | 2 +- .../tests/Configurations.props | 10 ---------- .../System.IO.FileSystem.Watcher.Tests.csproj | 2 +- .../ref/System.IO.FileSystem.csproj | 2 +- .../src/System.IO.FileSystem.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.IO.FileSystem.Tests.csproj | 2 +- .../ref/System.IO.IsolatedStorage.csproj | 2 +- .../src/System.IO.IsolatedStorage.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.IO.IsolatedStorage.Tests.csproj | 2 +- .../ref/System.IO.MemoryMappedFiles.csproj | 2 +- .../src/System.IO.MemoryMappedFiles.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.IO.MemoryMappedFiles.Tests.csproj | 2 +- .../ref/System.IO.Packaging.csproj | 2 +- .../src/System.IO.Packaging.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.IO.Packaging.Tests.csproj | 2 +- .../ref/System.IO.Pipelines.csproj | 2 +- .../src/System.IO.Pipelines.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.IO.Pipelines.Tests.csproj | 2 +- .../ref/System.IO.Pipes.AccessControl.csproj | 2 +- .../src/System.IO.Pipes.AccessControl.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.IO.Pipes.AccessControl.Tests.csproj | 2 +- .../System.IO.Pipes/ref/System.IO.Pipes.csproj | 2 +- .../System.IO.Pipes/src/System.IO.Pipes.csproj | 2 +- .../System.IO.Pipes/tests/Configurations.props | 8 -------- .../tests/System.IO.Pipes.Tests.csproj | 2 +- .../System.IO.Ports/ref/System.IO.Ports.csproj | 2 +- .../System.IO.Ports/src/System.IO.Ports.csproj | 2 +- .../System.IO.Ports/tests/Configurations.props | 11 ----------- .../tests/System.IO.Ports.Tests.csproj | 2 +- .../ref/System.IO.UnmanagedMemoryStream.csproj | 2 +- .../src/System.IO.UnmanagedMemoryStream.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.IO.UnmanagedMemoryStream.Tests.csproj | 2 +- src/libraries/System.IO/ref/System.IO.csproj | 2 +- src/libraries/System.IO/src/System.IO.csproj | 2 +- .../System.IO/tests/Configurations.props | 7 ------- .../System.IO/tests/System.IO.Tests.csproj | 2 +- src/libraries/System.Json/src/System.Json.csproj | 2 +- .../System.Json/tests/Configurations.props | 8 -------- .../System.Json/tests/System.Json.Tests.csproj | 2 +- .../ref/System.Linq.Expressions.csproj | 2 +- .../src/System.Linq.Expressions.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.Linq.Expressions.Tests.csproj | 2 +- .../ref/System.Linq.Parallel.csproj | 2 +- .../src/System.Linq.Parallel.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Linq.Parallel.Tests.csproj | 2 +- .../ref/System.Linq.Queryable.csproj | 2 +- .../src/System.Linq.Queryable.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Linq.Queryable.Tests.csproj | 2 +- src/libraries/System.Linq/ref/System.Linq.csproj | 2 +- src/libraries/System.Linq/src/System.Linq.csproj | 2 +- .../System.Linq/tests/Configurations.props | 7 ------- .../System.Linq/tests/System.Linq.Tests.csproj | 2 +- .../ref/System.Management.csproj | 2 +- .../src/System.Management.csproj | 2 +- .../System.Management/tests/Configurations.props | 8 -------- .../tests/System.Management.Tests.csproj | 2 +- .../System.Memory/ref/System.Memory.csproj | 2 +- .../System.Memory/src/System.Memory.csproj | 2 +- .../System.Memory/tests/Configurations.props | 7 ------- .../tests/System.Memory.Tests.csproj | 2 +- .../ref/System.Net.Http.WinHttpHandler.csproj | 2 +- .../src/System.Net.Http.WinHttpHandler.csproj | 2 +- .../tests/FunctionalTests/Configurations.props | 8 -------- ...t.Http.WinHttpHandler.Functional.Tests.csproj | 2 +- .../tests/UnitTests/Configurations.props | 7 ------- ...tem.Net.Http.WinHttpHandler.Unit.Tests.csproj | 2 +- .../System.Net.Http/ref/System.Net.Http.csproj | 2 +- .../System.Net.Http/src/System.Net.Http.csproj | 2 +- .../tests/EnterpriseTests/Configurations.props | 7 ------- .../System.Net.Http.Enterprise.Tests.csproj | 2 +- .../tests/FunctionalTests/Configurations.props | 8 -------- .../System.Net.Http.Functional.Tests.csproj | 2 +- .../tests/UnitTests/Configurations.props | 9 --------- .../UnitTests/System.Net.Http.Unit.Tests.csproj | 2 +- .../ref/System.Net.HttpListener.csproj | 2 +- .../src/System.Net.HttpListener.csproj | 2 +- .../tests/Configurations.props | 9 --------- .../tests/System.Net.HttpListener.Tests.csproj | 2 +- .../System.Net.Mail/ref/System.Net.Mail.csproj | 2 +- .../System.Net.Mail/src/System.Net.Mail.csproj | 2 +- .../tests/Functional/Configurations.props | 7 ------- .../System.Net.Mail.Functional.Tests.csproj | 2 +- .../tests/Unit/Configurations.props | 8 -------- .../tests/Unit/System.Net.Mail.Unit.Tests.csproj | 2 +- .../ref/System.Net.NameResolution.csproj | 2 +- .../src/System.Net.NameResolution.csproj | 2 +- .../tests/FunctionalTests/Configurations.props | 8 -------- ...em.Net.NameResolution.Functional.Tests.csproj | 2 +- .../tests/PalTests/Configurations.props | 8 -------- .../System.Net.NameResolution.Pal.Tests.csproj | 2 +- .../tests/UnitTests/Configurations.props | 8 -------- .../System.Net.NameResolution.Unit.Tests.csproj | 2 +- .../ref/System.Net.NetworkInformation.csproj | 2 +- .../src/System.Net.NetworkInformation.csproj | 2 +- .../tests/FunctionalTests/Configurations.props | 7 ------- ...et.NetworkInformation.Functional.Tests.csproj | 2 +- .../System.Net.Ping/ref/System.Net.Ping.csproj | 2 +- .../System.Net.Ping/src/System.Net.Ping.csproj | 2 +- .../tests/FunctionalTests/Configurations.props | 8 -------- .../System.Net.Ping.Functional.Tests.csproj | 2 +- .../ref/System.Net.Primitives.csproj | 2 +- .../src/System.Net.Primitives.csproj | 2 +- .../tests/FunctionalTests/Configurations.props | 8 -------- ...System.Net.Primitives.Functional.Tests.csproj | 2 +- .../tests/PalTests/Configurations.props | 8 -------- .../System.Net.Primitives.Pal.Tests.csproj | 2 +- .../tests/UnitTests/Configurations.props | 8 -------- .../System.Net.Primitives.UnitTests.Tests.csproj | 2 +- .../System.Net.Quic/ref/System.Net.Quic.csproj | 2 +- .../tests/FunctionalTests/Configurations.props | 9 --------- .../FunctionalTests/System.Net.Quic.Tests.csproj | 2 +- .../ref/System.Net.Requests.csproj | 2 +- .../src/System.Net.Requests.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Net.Requests.Tests.csproj | 2 +- .../ref/System.Net.Security.csproj | 2 +- .../src/System.Net.Security.csproj | 2 +- .../tests/EnterpriseTests/Configurations.props | 7 ------- .../System.Net.Security.Enterprise.Tests.csproj | 2 +- .../tests/FunctionalTests/Configurations.props | 9 --------- .../System.Net.Security.Tests.csproj | 2 +- .../tests/UnitTests/Configurations.props | 9 --------- .../System.Net.Security.Unit.Tests.csproj | 2 +- .../ref/System.Net.ServicePoint.csproj | 2 +- .../src/System.Net.ServicePoint.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Net.ServicePoint.Tests.csproj | 2 +- .../ref/System.Net.Sockets.csproj | 2 +- .../src/System.Net.Sockets.csproj | 2 +- .../tests/FunctionalTests/Configurations.props | 8 -------- .../System.Net.Sockets.Tests.csproj | 2 +- .../ManualPerformanceTests/Configurations.props | 8 -------- .../System.Net.Sockets.Async.Stress.Tests.csproj | 2 +- .../ref/System.Net.WebClient.csproj | 2 +- .../src/System.Net.WebClient.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Net.WebClient.Tests.csproj | 2 +- .../ref/System.Net.WebHeaderCollection.csproj | 2 +- .../src/System.Net.WebHeaderCollection.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Net.WebHeaderCollection.Tests.csproj | 2 +- .../ref/System.Net.WebProxy.csproj | 2 +- .../src/System.Net.WebProxy.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Net.WebProxy.Tests.csproj | 2 +- .../ref/System.Net.WebSockets.Client.csproj | 2 +- .../src/System.Net.WebSockets.Client.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Net.WebSockets.Client.Tests.csproj | 2 +- ...ystem.Net.WebSockets.WebSocketProtocol.csproj | 2 +- ...ystem.Net.WebSockets.WebSocketProtocol.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...Net.WebSockets.WebSocketProtocol.Tests.csproj | 2 +- .../ref/System.Net.WebSockets.csproj | 2 +- .../src/System.Net.WebSockets.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Net.WebSockets.Tests.csproj | 2 +- .../ref/System.Numerics.Tensors.csproj | 2 +- .../src/System.Numerics.Tensors.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Numerics.Tensors.Tests.csproj | 2 +- .../ref/System.Numerics.Vectors.csproj | 2 +- .../src/System.Numerics.Vectors.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Numerics.Vectors.Tests.csproj | 2 +- .../ref/System.ObjectModel.csproj | 2 +- .../src/System.ObjectModel.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.ObjectModel.Tests.csproj | 2 +- ...stem.Private.DataContractSerialization.csproj | 2 +- .../src/System.Private.Uri.csproj | 2 +- .../ExtendedFunctionalTests/Configurations.props | 7 ------- ...m.Private.Uri.ExtendedFunctional.Tests.csproj | 2 +- .../tests/FunctionalTests/Configurations.props | 7 ------- .../System.Private.Uri.Functional.Tests.csproj | 2 +- .../tests/UnitTests/Configurations.props | 7 ------- .../System.Private.Uri.Unit.Tests.csproj | 2 +- .../src/System.Private.Xml.Linq.csproj | 2 +- .../tests/Properties/Configurations.props | 7 ------- .../System.Xml.Linq.Properties.Tests.csproj | 2 +- .../tests/SDMSample/Configurations.props | 7 ------- .../System.Xml.Linq.SDMSample.Tests.csproj | 2 +- .../tests/Streaming/Configurations.props | 7 ------- .../System.Xml.Linq.Streaming.Tests.csproj | 2 +- .../tests/TreeManipulation/Configurations.props | 7 ------- ...System.Xml.Linq.TreeManipulation.Tests.csproj | 2 +- .../tests/XDocument.Common/Configurations.props | 7 ------- .../XDocument.Common/XDocument.Common.csproj | 2 +- .../Configurations.props | 7 ------- .../XDocument.Test.ModuleCore.csproj | 2 +- .../tests/events/Configurations.props | 7 ------- .../events/System.Xml.Linq.Events.Tests.csproj | 2 +- .../tests/misc/Configurations.props | 7 ------- .../tests/misc/System.Xml.Linq.Misc.Tests.csproj | 2 +- .../tests/xNodeBuilder/Configurations.props | 7 ------- .../System.Xml.Linq.xNodeBuilder.Tests.csproj | 2 +- .../tests/xNodeReader/Configurations.props | 7 ------- .../System.Xml.Linq.xNodeReader.Tests.csproj | 2 +- .../src/System.Private.Xml.csproj | 2 +- .../tests/Misc/Configurations.props | 7 ------- .../tests/Misc/System.Xml.Misc.Tests.csproj | 2 +- .../CharCheckingReader/Configurations.props | 7 ------- ...System.Xml.RW.CharCheckingReader.Tests.csproj | 2 +- .../Readers/CustomReader/Configurations.props | 7 ------- .../System.Xml.RW.CustomReader.Tests.csproj | 2 +- .../Readers/FactoryReader/Configurations.props | 7 ------- .../System.Xml.RW.FactoryReader.Tests.csproj | 2 +- .../tests/Readers/NameTable/Configurations.props | 7 ------- .../System.Xml.RW.NameTable.Tests.csproj | 2 +- .../Readers/ReaderSettings/Configurations.props | 7 ------- .../System.Xml.RW.ReaderSettings.Tests.csproj | 2 +- .../Readers/SubtreeReader/Configurations.props | 7 ------- .../System.Xml.RW.SubtreeReader.Tests.csproj | 2 +- .../Readers/WrappedReader/Configurations.props | 7 ------- .../System.Xml.RW.WrappedReader.Tests.csproj | 2 +- .../tests/Writers/RwFactory/Configurations.props | 7 ------- .../System.Xml.RW.RwFactory.Tests.csproj | 2 +- .../Writers/XmlWriterApi/Configurations.props | 7 ------- .../System.Xml.RW.XmlWriterApi.Tests.csproj | 2 +- .../XPath/XPathDocument/Configurations.props | 7 ------- .../XPathDocument/System.Xml.XPath.Tests.csproj | 2 +- .../tests/XPath/XmlDocument/Configurations.props | 7 ------- .../System.Xml.XPath.XmlDocument.Tests.csproj | 2 +- .../tests/XmlConvert/Configurations.props | 7 ------- .../System.Xml.RW.XmlConvert.Tests.csproj | 2 +- .../tests/XmlDocument/Configurations.props | 7 ------- .../System.Xml.XmlDocument.Tests.csproj | 2 +- .../Configurations.props | 7 ------- .../System.Xml.XmlNodeReader.Tests.csproj | 2 +- .../XmlReader/ReadContentAs/Configurations.props | 7 ------- .../tests/XmlReader/Tests/Configurations.props | 7 ------- .../Tests/System.Xml.RW.XmlReader.Tests.csproj | 2 +- .../XmlReader/XmlResolver/Configurations.props | 7 ------- ...tem.Xml.RW.XmlSystemPathResolver.Tests.csproj | 2 +- .../tests/XmlReaderLib/Configurations.props | 7 ------- .../System.Xml.RW.XmlReaderLib.csproj | 2 +- .../Configurations.props | 7 ------- .../System.Xml.XmlResolver.Tests.csproj | 2 +- .../XmlSchema/XmlSchemaSet/Configurations.props | 7 ------- .../System.Xml.XmlSchemaSet.Tests.csproj | 2 +- .../XmlSchemaValidatorApi/Configurations.props | 7 ------- ....XmlSchema.XmlSchemaValidatorApi.Tests.csproj | 2 +- .../tests/XmlSerializer/Configurations.props | 7 ------- .../ReflectionOnly/Configurations.props | 7 ------- ...Xml.XmlSerializer.ReflectionOnly.Tests.csproj | 2 +- .../System.Xml.XmlSerializer.Tests.csproj | 2 +- .../tests/XmlWriter/Configurations.props | 7 ------- .../System.Xml.RW.XmlWriter.Tests.csproj | 2 +- .../XslCompiledTransformApi/Configurations.props | 7 ------- ....Xml.Xsl.XslCompiledTransformApi.Tests.csproj | 2 +- .../Xslt/XslTransformApi/Configurations.props | 7 ------- .../System.Xml.Xsl.XslTransformApi.Tests.csproj | 2 +- .../tests/Xslt/XsltCompiler/Configurations.props | 7 ------- .../Xslt/XsltCompiler/XsltCompiler.Tests.csproj | 2 +- .../ref/System.Reflection.Context.csproj | 2 +- .../src/System.Reflection.Context.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Reflection.Context.Tests.csproj | 2 +- .../ref/System.Reflection.DispatchProxy.csproj | 2 +- .../src/System.Reflection.DispatchProxy.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Reflection.DispatchProxy.Tests.csproj | 2 +- .../System.Reflection.Emit.ILGeneration.csproj | 2 +- .../System.Reflection.Emit.ILGeneration.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...tem.Reflection.Emit.ILGeneration.Tests.csproj | 2 +- .../System.Reflection.Emit.Lightweight.csproj | 2 +- .../System.Reflection.Emit.Lightweight.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...stem.Reflection.Emit.Lightweight.Tests.csproj | 2 +- .../ref/System.Reflection.Emit.csproj | 2 +- .../src/System.Reflection.Emit.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Reflection.Emit.Tests.csproj | 2 +- .../ref/System.Reflection.Extensions.csproj | 2 +- .../src/System.Reflection.Extensions.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Reflection.Extensions.Tests.csproj | 2 +- .../ref/System.Reflection.Metadata.csproj | 2 +- .../src/System.Reflection.Metadata.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Reflection.Metadata.Tests.csproj | 2 +- .../System.Reflection.MetadataLoadContext.csproj | 2 +- .../System.Reflection.MetadataLoadContext.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...m.Reflection.MetadataLoadContext.Tests.csproj | 2 +- .../ref/System.Reflection.Primitives.csproj | 2 +- .../src/System.Reflection.Primitives.csproj | 2 +- .../ref/System.Reflection.TypeExtensions.csproj | 2 +- .../src/System.Reflection.TypeExtensions.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...eflection.TypeExtensions.CoreCLR.Tests.csproj | 2 +- ...System.Reflection.TypeExtensions.Tests.csproj | 2 +- .../ref/System.Reflection.csproj | 2 +- .../src/System.Reflection.csproj | 2 +- .../tests/AssemblyVersion/Configurations.props | 7 ------- ...stem.Reflection.Tests.Assembly_0_0_0_0.csproj | 2 +- .../System.Reflection/tests/Configurations.props | 7 ------- .../tests/CoreCLR/Configurations.props | 7 ------- .../System.Reflection.CoreCLR.Tests.csproj | 2 +- .../ForwardedTypesAssembly/Configurations.props | 7 ------- .../ForwardedTypesAssembly.csproj | 2 +- .../tests/System.Reflection.Tests.csproj | 2 +- .../tests/TestAssembly/Configurations.props | 7 ------- .../tests/TestAssembly/TestAssembly.csproj | 2 +- .../tests/TestExe/Configurations.props | 7 ------- .../TestExe/System.Reflection.TestExe.csproj | 2 +- .../UnloadableAssembly/Configurations.props | 7 ------- .../UnloadableAssembly/UnloadableAssembly.csproj | 2 +- .../ref/System.Resources.Extensions.csproj | 2 +- .../src/System.Resources.Extensions.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Resources.Extensions.Tests.csproj | 2 +- .../ref/System.Resources.Reader.csproj | 2 +- .../src/System.Resources.Reader.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Resources.Reader.Tests.csproj | 2 +- .../ref/System.Resources.ResourceManager.csproj | 2 +- .../src/System.Resources.ResourceManager.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...System.Resources.ResourceManager.Tests.csproj | 2 +- .../ref/System.Resources.Writer.csproj | 2 +- .../src/System.Resources.Writer.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Resources.Writer.Tests.csproj | 2 +- .../ref/System.Runtime.Caching.csproj | 2 +- .../src/System.Runtime.Caching.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.Runtime.Caching.Tests.csproj | 2 +- ...System.Runtime.CompilerServices.Unsafe.csproj | 2 +- ...System.Runtime.CompilerServices.Unsafe.ilproj | 2 +- .../tests/Configurations.props | 8 -------- ....Runtime.CompilerServices.Unsafe.Tests.csproj | 2 +- ...ystem.Runtime.CompilerServices.VisualC.csproj | 2 +- ...ystem.Runtime.CompilerServices.VisualC.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...Runtime.CompilerServices.VisualC.Tests.csproj | 2 +- .../ref/System.Runtime.Extensions.csproj | 2 +- .../src/System.Runtime.Extensions.csproj | 2 +- .../AssemblyResolveTestApp.csproj | 2 +- .../AssemblyResolveTestApp/Configurations.props | 7 ------- .../tests/Configurations.props | 8 -------- .../tests/System.Runtime.Extensions.Tests.csproj | 2 +- .../Configurations.props | 7 ------- .../TargetFrameworkNameTestApp.csproj | 2 +- .../tests/TestApp/Configurations.props | 7 ------- .../tests/TestApp/TestApp.csproj | 2 +- .../TestAppOutsideOfTPA/Configurations.props | 7 ------- .../TestAppOutsideOfTPA.csproj | 2 +- .../VoidMainWithExitCodeApp/Configurations.props | 7 ------- .../VoidMainWithExitCodeApp.csproj | 2 +- .../ref/System.Runtime.Handles.csproj | 2 +- .../src/System.Runtime.Handles.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Runtime.Handles.Tests.csproj | 2 +- ...ime.InteropServices.RuntimeInformation.csproj | 2 +- ...ime.InteropServices.RuntimeInformation.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...teropServices.RuntimeInformation.Tests.csproj | 2 +- ...Runtime.InteropServices.WindowsRuntime.csproj | 2 +- ...Runtime.InteropServices.WindowsRuntime.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...e.InteropServices.WindowsRuntime.Tests.csproj | 2 +- .../ref/System.Runtime.InteropServices.csproj | 2 +- .../src/System.Runtime.InteropServices.csproj | 2 +- .../tests/Configurations.props | 9 --------- .../System.Runtime.InteropServices.Tests.csproj | 2 +- ...System.Runtime.Intrinsics.Experimental.csproj | 2 +- ...System.Runtime.Intrinsics.Experimental.csproj | 2 +- .../ref/System.Runtime.Intrinsics.csproj | 2 +- .../src/System.Runtime.Intrinsics.csproj | 2 +- .../ref/System.Runtime.Loader.csproj | 2 +- .../src/System.Runtime.Loader.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../Configurations.props | 7 ------- ...er.Test.ContextualReflectionDependency.csproj | 2 +- .../tests/DefaultContext/Configurations.props | 7 ------- ...em.Runtime.Loader.DefaultContext.Tests.csproj | 2 +- .../RefEmitLoadContext/Configurations.props | 7 ------- ...untime.Loader.RefEmitLoadContext.Tests.csproj | 2 +- .../ReferencedClassLib/Configurations.props | 7 ------- .../ReferencedClassLib/ReferencedClassLib.csproj | 2 +- .../Configurations.props | 7 ------- .../ReferencedClassLibNeutralIsSatellite.csproj | 2 +- .../Configurations.props | 7 ------- .../System.Runtime.Loader.Noop.Assembly.csproj | 2 +- .../Configurations.props | 8 -------- .../System.Runtime.Loader.Test.Assembly.csproj | 2 +- .../Configurations.props | 8 -------- .../System.Runtime.Loader.Test.Assembly2.csproj | 2 +- .../Configurations.props | 8 -------- ...ntime.Loader.Test.AssemblyNotSupported.csproj | 2 +- .../tests/System.Runtime.Loader.Tests.csproj | 2 +- .../ref/System.Runtime.Numerics.csproj | 2 +- .../src/System.Runtime.Numerics.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Runtime.Numerics.Tests.csproj | 2 +- ...ystem.Runtime.Serialization.Formatters.csproj | 2 +- ...ystem.Runtime.Serialization.Formatters.csproj | 2 +- .../tests/Configurations.props | 9 --------- ...Runtime.Serialization.Formatters.Tests.csproj | 2 +- .../ref/System.Runtime.Serialization.Json.csproj | 2 +- .../src/System.Runtime.Serialization.Json.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/ReflectionOnly/Configurations.props | 7 ------- ...erialization.Json.ReflectionOnly.Tests.csproj | 2 +- ...ystem.Runtime.Serialization.Json.Tests.csproj | 2 +- ...ystem.Runtime.Serialization.Primitives.csproj | 2 +- ...ystem.Runtime.Serialization.Primitives.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...Runtime.Serialization.Primitives.Tests.csproj | 2 +- .../ref/System.Runtime.Serialization.Xml.csproj | 2 +- .../src/System.Runtime.Serialization.Xml.csproj | 2 +- .../tests/Canonicalization/Configurations.props | 7 ------- .../tests/Configurations.props | 7 ------- .../tests/ReflectionOnly/Configurations.props | 7 ------- ...Serialization.Xml.ReflectionOnly.Tests.csproj | 2 +- ...System.Runtime.Serialization.Xml.Tests.csproj | 2 +- .../System.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../System.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...m.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj | 2 +- .../ref/System.Runtime.WindowsRuntime.csproj | 2 +- .../src/System.Runtime.WindowsRuntime.csproj | 10 +++++----- .../tests/Configurations.props | 7 ------- .../System.Runtime.WindowsRuntime.Tests.csproj | 2 +- .../System.Runtime/ref/System.Runtime.csproj | 2 +- .../System.Runtime/src/System.Runtime.csproj | 2 +- .../System.Runtime/tests/Configurations.props | 8 -------- .../tests/System.Runtime.Tests.csproj | 2 +- .../TestCollectibleAssembly/Configurations.props | 7 ------- .../TestCollectibleAssembly.csproj | 2 +- .../tests/TestLoadAssembly/Configurations.props | 7 ------- .../TestLoadAssembly/TestLoadAssembly.csproj | 2 +- .../tests/TestModule/Configurations.props | 7 ------- .../tests/TestStructs/Configurations.props | 7 ------- .../ref/System.Security.AccessControl.csproj | 2 +- .../src/System.Security.AccessControl.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Security.AccessControl.Tests.csproj | 2 +- .../ref/System.Security.Claims.csproj | 2 +- .../src/System.Security.Claims.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Security.Claims.Tests.csproj | 2 +- ...ystem.Security.Cryptography.Algorithms.csproj | 2 +- ...ystem.Security.Cryptography.Algorithms.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...Security.Cryptography.Algorithms.Tests.csproj | 2 +- .../ref/System.Security.Cryptography.Cng.csproj | 2 +- .../src/System.Security.Cryptography.Cng.csproj | 4 ++-- .../tests/Configurations.props | 8 -------- ...System.Security.Cryptography.Cng.Tests.csproj | 2 +- .../ref/System.Security.Cryptography.Csp.csproj | 2 +- .../src/System.Security.Cryptography.Csp.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...System.Security.Cryptography.Csp.Tests.csproj | 2 +- .../System.Security.Cryptography.Encoding.csproj | 2 +- .../System.Security.Cryptography.Encoding.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...m.Security.Cryptography.Encoding.Tests.csproj | 2 +- .../System.Security.Cryptography.OpenSsl.csproj | 2 +- .../System.Security.Cryptography.OpenSsl.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...em.Security.Cryptography.OpenSsl.Tests.csproj | 2 +- .../src/System.Security.Cryptography.Pkcs.csproj | 8 ++++---- .../tests/Configurations.props | 9 --------- ...ystem.Security.Cryptography.Pkcs.Tests.csproj | 2 +- ...ystem.Security.Cryptography.Primitives.csproj | 2 +- ...ystem.Security.Cryptography.Primitives.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...Security.Cryptography.Primitives.Tests.csproj | 2 +- ...em.Security.Cryptography.ProtectedData.csproj | 2 +- ...em.Security.Cryptography.ProtectedData.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...urity.Cryptography.ProtectedData.Tests.csproj | 2 +- ...Security.Cryptography.X509Certificates.csproj | 2 +- ...Security.Cryptography.X509Certificates.csproj | 2 +- .../tests/Configurations.props | 9 --------- ...ty.Cryptography.X509Certificates.Tests.csproj | 2 +- .../ref/System.Security.Cryptography.Xml.csproj | 2 +- .../src/System.Security.Cryptography.Xml.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...System.Security.Cryptography.Xml.Tests.csproj | 2 +- .../ref/System.Security.Permissions.csproj | 2 +- .../src/System.Security.Permissions.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Security.Permissions.Tests.csproj | 2 +- .../ref/System.Security.Principal.Windows.csproj | 2 +- .../src/System.Security.Principal.Windows.csproj | 2 +- .../tests/Configurations.props | 8 -------- ...ystem.Security.Principal.Windows.Tests.csproj | 2 +- .../ref/System.Security.Principal.csproj | 2 +- .../src/System.Security.Principal.csproj | 2 +- .../ref/System.Security.SecureString.csproj | 2 +- .../src/System.Security.SecureString.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Security.SecureString.Tests.csproj | 2 +- .../ref/System.ServiceModel.Syndication.csproj | 2 +- .../src/System.ServiceModel.Syndication.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.ServiceModel.Syndication.Tests.csproj | 2 +- ...ystem.ServiceProcess.ServiceController.csproj | 2 +- ...ystem.ServiceProcess.ServiceController.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../Configurations.props | 8 -------- ...eProcess.ServiceController.TestService.csproj | 2 +- ...ServiceProcess.ServiceController.Tests.csproj | 2 +- .../ref/System.Text.Encoding.CodePages.csproj | 2 +- .../src/System.Text.Encoding.CodePages.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Text.Encoding.CodePages.Tests.csproj | 2 +- .../ref/System.Text.Encoding.Extensions.csproj | 2 +- .../src/System.Text.Encoding.Extensions.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Text.Encoding.Extensions.Tests.csproj | 2 +- .../ref/System.Text.Encoding.csproj | 2 +- .../src/System.Text.Encoding.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Text.Encoding.Tests.csproj | 2 +- .../ref/System.Text.Encodings.Web.csproj | 2 +- .../src/System.Text.Encodings.Web.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.Text.Encodings.Web.Tests.csproj | 2 +- .../System.Text.Json/ref/System.Text.Json.csproj | 2 +- .../System.Text.Json/src/System.Text.Json.csproj | 2 +- .../System.Text.Json/tests/Configurations.props | 8 -------- .../tests/System.Text.Json.Tests.csproj | 2 +- .../ref/System.Text.RegularExpressions.csproj | 2 +- .../src/System.Text.RegularExpressions.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Text.RegularExpressions.Tests.csproj | 2 +- .../ref/System.Threading.AccessControl.csproj | 2 +- .../src/System.Threading.AccessControl.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Threading.AccessControl.Tests.csproj | 2 +- .../ref/System.Threading.Channels.csproj | 2 +- .../src/System.Threading.Channels.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../tests/System.Threading.Channels.Tests.csproj | 2 +- .../ref/System.Threading.Overlapped.csproj | 2 +- .../src/System.Threading.Overlapped.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Threading.Overlapped.Tests.csproj | 2 +- .../ref/System.Threading.Tasks.Dataflow.csproj | 2 +- .../src/System.Threading.Tasks.Dataflow.csproj | 2 +- .../tests/Configurations.props | 8 -------- .../System.Threading.Tasks.Dataflow.Tests.csproj | 2 +- .../ref/System.Threading.Tasks.Extensions.csproj | 2 +- .../src/System.Threading.Tasks.Extensions.csproj | 2 +- .../tests/Configurations.props | 7 ------- ...ystem.Threading.Tasks.Extensions.Tests.csproj | 2 +- .../ref/System.Threading.Tasks.Parallel.csproj | 2 +- .../src/System.Threading.Tasks.Parallel.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Threading.Tasks.Parallel.Tests.csproj | 2 +- .../ref/System.Threading.Tasks.csproj | 2 +- .../src/System.Threading.Tasks.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Threading.Tasks.Tests.csproj | 2 +- .../ref/System.Threading.Thread.csproj | 2 +- .../src/System.Threading.Thread.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../Configurations.props | 7 ------- .../DefaultApartmentStateMain.csproj | 2 +- .../tests/MTAMain/Configurations.props | 7 ------- .../tests/MTAMain/MTAMain.csproj | 2 +- .../tests/STAMain/Configurations.props | 7 ------- .../tests/STAMain/STAMain.csproj | 2 +- .../tests/System.Threading.Thread.Tests.csproj | 2 +- .../ref/System.Threading.ThreadPool.csproj | 2 +- .../src/System.Threading.ThreadPool.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Threading.ThreadPool.Tests.csproj | 2 +- .../ref/System.Threading.Timer.csproj | 2 +- .../src/System.Threading.Timer.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Threading.Timer.Tests.csproj | 2 +- .../System.Threading/ref/System.Threading.csproj | 2 +- .../System.Threading/src/System.Threading.csproj | 2 +- .../System.Threading/tests/Configurations.props | 7 ------- .../tests/System.Threading.Tests.csproj | 2 +- .../ref/System.Transactions.Local.csproj | 2 +- .../src/System.Transactions.Local.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Transactions.Local.Tests.csproj | 2 +- .../ref/System.Utf8String.Experimental.csproj | 2 +- .../src/System.Utf8String.Experimental.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../System.Utf8String.Experimental.Tests.csproj | 2 +- .../ref/System.ValueTuple.csproj | 2 +- .../src/System.ValueTuple.csproj | 2 +- .../System.ValueTuple/tests/Configurations.props | 7 ------- .../tests/System.ValueTuple.Tests.csproj | 2 +- .../ref/System.Web.HttpUtility.csproj | 2 +- .../src/System.Web.HttpUtility.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Web.HttpUtility.Tests.csproj | 2 +- .../ref/System.Windows.Extensions.csproj | 2 +- .../src/System.Windows.Extensions.csproj | 2 +- .../tests/Configurations.props | 7 ------- .../tests/System.Windows.Extensions.Tests.csproj | 2 +- .../ref/System.Xml.ReaderWriter.csproj | 2 +- .../src/System.Xml.ReaderWriter.csproj | 2 +- .../ref/System.Xml.XDocument.csproj | 2 +- .../src/System.Xml.XDocument.csproj | 2 +- .../ref/System.Xml.XPath.XDocument.csproj | 2 +- .../src/System.Xml.XPath.XDocument.csproj | 2 +- .../System.Xml.XPath/ref/System.Xml.XPath.csproj | 2 +- .../System.Xml.XPath/src/System.Xml.XPath.csproj | 2 +- .../ref/System.Xml.XmlDocument.csproj | 2 +- .../src/System.Xml.XmlDocument.csproj | 2 +- .../ref/System.Xml.XmlSerializer.csproj | 2 +- .../src/System.Xml.XmlSerializer.csproj | 2 +- src/libraries/build.proj | 8 ++++---- src/libraries/dirs.proj | 4 ++-- .../ref/mscorlib.WinRT-Facade.csproj | 2 +- .../restore/analyzers/analyzers.depproj | 2 +- .../binplacePackages/binplacePackages.depproj | 2 +- .../restore/netcoreapp/netcoreapp.depproj | 2 +- src/libraries/restore/netfx/netfx.depproj | 4 ++-- src/libraries/restore/runtime/runtime.depproj | 4 ++-- src/libraries/restore/tools/tools.depproj | 2 +- src/libraries/restore/winrt/winrt.depproj | 2 +- .../shims/generated/Directory.Build.props | 2 +- 928 files changed, 671 insertions(+), 2798 deletions(-) delete mode 100644 src/libraries/Common/tests/Configurations.props delete mode 100644 src/libraries/Common/tests/CoreFx.Private.TestUtilities.Unicode/Configurations.props delete mode 100644 src/libraries/Common/tests/CoreFx.Private.TestUtilities/Configurations.props delete mode 100644 src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/WebServer/Configurations.props delete mode 100644 src/libraries/Common/tests/System/Xml/BaseLibManaged/Configurations.props delete mode 100644 src/libraries/Common/tests/System/Xml/ModuleCore/Configurations.props delete mode 100644 src/libraries/Common/tests/System/Xml/XmlCoreTest/Configurations.props delete mode 100644 src/libraries/Common/tests/System/Xml/XmlDiff/Configurations.props delete mode 100644 src/libraries/Microsoft.CSharp/tests/Configurations.props delete mode 100644 src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/tests/Configurations.props delete mode 100644 src/libraries/Microsoft.VisualBasic.Core/tests/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.Primitives/tests/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.Registry.AccessControl/tests/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.Registry/tests/Configurations.props delete mode 100644 src/libraries/Microsoft.Win32.SystemEvents/tests/Configurations.props delete mode 100644 src/libraries/Microsoft.XmlSerializer.Generator/tests/Configurations.props delete mode 100644 src/libraries/System.AppContext/tests/Configurations.props delete mode 100644 src/libraries/System.Buffers/tests/Configurations.props delete mode 100644 src/libraries/System.CodeDom/tests/Configurations.props delete mode 100644 src/libraries/System.Collections.Concurrent/tests/Configurations.props delete mode 100644 src/libraries/System.Collections.Immutable/tests/Configurations.props delete mode 100644 src/libraries/System.Collections.NonGeneric/tests/Configurations.props delete mode 100644 src/libraries/System.Collections.Specialized/tests/Configurations.props delete mode 100644 src/libraries/System.Collections/tests/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Annotations/tests/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Composition.Registration/tests/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Composition/tests/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.EventBasedAsync/tests/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.Primitives/tests/Configurations.props delete mode 100644 src/libraries/System.ComponentModel.TypeConverter/tests/Configurations.props delete mode 100644 src/libraries/System.ComponentModel/tests/Configurations.props delete mode 100644 src/libraries/System.Composition.AttributedModel/tests/Configurations.props delete mode 100644 src/libraries/System.Composition.Convention/tests/Configurations.props delete mode 100644 src/libraries/System.Composition.Hosting/tests/Configurations.props delete mode 100644 src/libraries/System.Composition.Runtime/tests/Configurations.props delete mode 100644 src/libraries/System.Composition.TypedParts/tests/Configurations.props delete mode 100644 src/libraries/System.Composition/tests/Configurations.props delete mode 100644 src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Configurations.props delete mode 100644 src/libraries/System.Composition/tests/TestLibrary/Configurations.props delete mode 100644 src/libraries/System.Configuration.ConfigurationManager/tests/Configurations.props delete mode 100644 src/libraries/System.Console/tests/Configurations.props delete mode 100644 src/libraries/System.Data.Common/tests/Configurations.props delete mode 100644 src/libraries/System.Data.DataSetExtensions/tests/Configurations.props delete mode 100644 src/libraries/System.Data.Odbc/tests/Configurations.props delete mode 100644 src/libraries/System.Data.OleDb/tests/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/ManualTests/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Address/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Circle/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Shapes/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Utf8String/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/Configurations.props delete mode 100644 src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Contracts/tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Debug/tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.DiagnosticSource/tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.EventLog/tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeConsoleApp/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeLibrary/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.FileVersionInfo/tests/SecondNativeLibrary/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.PerformanceCounter/tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Process/tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.StackTrace/tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.TextWriterTraceListener/tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Tools/tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.TraceSource/tests/Configurations.props delete mode 100644 src/libraries/System.Diagnostics.Tracing/tests/Configurations.props delete mode 100644 src/libraries/System.DirectoryServices.AccountManagement/tests/Configurations.props delete mode 100644 src/libraries/System.DirectoryServices.Protocols/tests/Configurations.props delete mode 100644 src/libraries/System.DirectoryServices/tests/Configurations.props delete mode 100644 src/libraries/System.Drawing.Common/tests/Configurations.props delete mode 100644 src/libraries/System.Drawing.Primitives/tests/Configurations.props delete mode 100644 src/libraries/System.Dynamic.Runtime/tests/Configurations.props delete mode 100644 src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/Configurations.props delete mode 100644 src/libraries/System.Globalization.Calendars/tests/Configurations.props delete mode 100644 src/libraries/System.Globalization.Extensions/tests/Configurations.props delete mode 100644 src/libraries/System.Globalization/tests/Configurations.props delete mode 100644 src/libraries/System.Globalization/tests/Invariant/Configurations.props delete mode 100644 src/libraries/System.IO.Compression.Brotli/tests/Configurations.props delete mode 100644 src/libraries/System.IO.Compression.ZipFile/tests/Configurations.props delete mode 100644 src/libraries/System.IO.Compression/tests/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.AccessControl/tests/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.DriveInfo/tests/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.Primitives/tests/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem.Watcher/tests/Configurations.props delete mode 100644 src/libraries/System.IO.FileSystem/tests/Configurations.props delete mode 100644 src/libraries/System.IO.IsolatedStorage/tests/Configurations.props delete mode 100644 src/libraries/System.IO.MemoryMappedFiles/tests/Configurations.props delete mode 100644 src/libraries/System.IO.Packaging/tests/Configurations.props delete mode 100644 src/libraries/System.IO.Pipelines/tests/Configurations.props delete mode 100644 src/libraries/System.IO.Pipes.AccessControl/tests/Configurations.props delete mode 100644 src/libraries/System.IO.Pipes/tests/Configurations.props delete mode 100644 src/libraries/System.IO.Ports/tests/Configurations.props delete mode 100644 src/libraries/System.IO.UnmanagedMemoryStream/tests/Configurations.props delete mode 100644 src/libraries/System.IO/tests/Configurations.props delete mode 100644 src/libraries/System.Json/tests/Configurations.props delete mode 100644 src/libraries/System.Linq.Expressions/tests/Configurations.props delete mode 100644 src/libraries/System.Linq.Parallel/tests/Configurations.props delete mode 100644 src/libraries/System.Linq.Queryable/tests/Configurations.props delete mode 100644 src/libraries/System.Linq/tests/Configurations.props delete mode 100644 src/libraries/System.Management/tests/Configurations.props delete mode 100644 src/libraries/System.Memory/tests/Configurations.props delete mode 100644 src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/Configurations.props delete mode 100644 src/libraries/System.Net.Http/tests/EnterpriseTests/Configurations.props delete mode 100644 src/libraries/System.Net.Http/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Net.Http/tests/UnitTests/Configurations.props delete mode 100644 src/libraries/System.Net.HttpListener/tests/Configurations.props delete mode 100644 src/libraries/System.Net.Mail/tests/Functional/Configurations.props delete mode 100644 src/libraries/System.Net.Mail/tests/Unit/Configurations.props delete mode 100644 src/libraries/System.Net.NameResolution/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Net.NameResolution/tests/PalTests/Configurations.props delete mode 100644 src/libraries/System.Net.NameResolution/tests/UnitTests/Configurations.props delete mode 100644 src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Net.Ping/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Net.Primitives/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Net.Primitives/tests/PalTests/Configurations.props delete mode 100644 src/libraries/System.Net.Primitives/tests/UnitTests/Configurations.props delete mode 100644 src/libraries/System.Net.Quic/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Net.Requests/tests/Configurations.props delete mode 100644 src/libraries/System.Net.Security/tests/EnterpriseTests/Configurations.props delete mode 100644 src/libraries/System.Net.Security/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Net.Security/tests/UnitTests/Configurations.props delete mode 100644 src/libraries/System.Net.ServicePoint/tests/Configurations.props delete mode 100644 src/libraries/System.Net.Sockets/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/Configurations.props delete mode 100644 src/libraries/System.Net.WebClient/tests/Configurations.props delete mode 100644 src/libraries/System.Net.WebHeaderCollection/tests/Configurations.props delete mode 100644 src/libraries/System.Net.WebProxy/tests/Configurations.props delete mode 100644 src/libraries/System.Net.WebSockets.Client/tests/Configurations.props delete mode 100644 src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/Configurations.props delete mode 100644 src/libraries/System.Net.WebSockets/tests/Configurations.props delete mode 100644 src/libraries/System.Numerics.Tensors/tests/Configurations.props delete mode 100644 src/libraries/System.Numerics.Vectors/tests/Configurations.props delete mode 100644 src/libraries/System.ObjectModel/tests/Configurations.props delete mode 100644 src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Private.Uri/tests/FunctionalTests/Configurations.props delete mode 100644 src/libraries/System.Private.Uri/tests/UnitTests/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/tests/Properties/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/tests/SDMSample/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/tests/Streaming/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/tests/events/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/tests/misc/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/Configurations.props delete mode 100644 src/libraries/System.Private.Xml.Linq/tests/xNodeReader/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Misc/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Readers/CustomReader/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Readers/FactoryReader/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Readers/NameTable/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Readers/WrappedReader/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Writers/RwFactory/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XPath/XPathDocument/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XPath/XmlDocument/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlConvert/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlDocument/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlReader/ReadContentAs/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlReader/Tests/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlReaderLib/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlSerializer/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/XmlWriter/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/Configurations.props delete mode 100644 src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/Configurations.props delete mode 100644 src/libraries/System.Reflection.Context/tests/Configurations.props delete mode 100644 src/libraries/System.Reflection.DispatchProxy/tests/Configurations.props delete mode 100644 src/libraries/System.Reflection.Emit.ILGeneration/tests/Configurations.props delete mode 100644 src/libraries/System.Reflection.Emit.Lightweight/tests/Configurations.props delete mode 100644 src/libraries/System.Reflection.Emit/tests/Configurations.props delete mode 100644 src/libraries/System.Reflection.Extensions/tests/Configurations.props delete mode 100644 src/libraries/System.Reflection.Metadata/tests/Configurations.props delete mode 100644 src/libraries/System.Reflection.MetadataLoadContext/tests/Configurations.props delete mode 100644 src/libraries/System.Reflection.TypeExtensions/tests/Configurations.props delete mode 100644 src/libraries/System.Reflection/tests/AssemblyVersion/Configurations.props delete mode 100644 src/libraries/System.Reflection/tests/Configurations.props delete mode 100644 src/libraries/System.Reflection/tests/CoreCLR/Configurations.props delete mode 100644 src/libraries/System.Reflection/tests/ForwardedTypesAssembly/Configurations.props delete mode 100644 src/libraries/System.Reflection/tests/TestAssembly/Configurations.props delete mode 100644 src/libraries/System.Reflection/tests/TestExe/Configurations.props delete mode 100644 src/libraries/System.Reflection/tests/UnloadableAssembly/Configurations.props delete mode 100644 src/libraries/System.Resources.Extensions/tests/Configurations.props delete mode 100644 src/libraries/System.Resources.Reader/tests/Configurations.props delete mode 100644 src/libraries/System.Resources.ResourceManager/tests/Configurations.props delete mode 100644 src/libraries/System.Resources.Writer/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.Caching/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.CompilerServices.Unsafe/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.CompilerServices.VisualC/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/Configurations.props delete mode 100644 src/libraries/System.Runtime.Extensions/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/Configurations.props delete mode 100644 src/libraries/System.Runtime.Extensions/tests/TestApp/Configurations.props delete mode 100644 src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/Configurations.props delete mode 100644 src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/Configurations.props delete mode 100644 src/libraries/System.Runtime.Handles/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.InteropServices/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/tests/DefaultContext/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/Configurations.props delete mode 100644 src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/Configurations.props delete mode 100644 src/libraries/System.Runtime.Numerics/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Formatters/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Json/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Primitives/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Xml/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/Configurations.props delete mode 100644 src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime.WindowsRuntime/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime/tests/Configurations.props delete mode 100644 src/libraries/System.Runtime/tests/TestCollectibleAssembly/Configurations.props delete mode 100644 src/libraries/System.Runtime/tests/TestLoadAssembly/Configurations.props delete mode 100644 src/libraries/System.Runtime/tests/TestModule/Configurations.props delete mode 100644 src/libraries/System.Runtime/tests/TestStructs/Configurations.props delete mode 100644 src/libraries/System.Security.AccessControl/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Claims/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Algorithms/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Cng/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Csp/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Encoding/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.OpenSsl/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Pkcs/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Primitives/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.ProtectedData/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.X509Certificates/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Cryptography.Xml/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Permissions/tests/Configurations.props delete mode 100644 src/libraries/System.Security.Principal.Windows/tests/Configurations.props delete mode 100644 src/libraries/System.Security.SecureString/tests/Configurations.props delete mode 100644 src/libraries/System.ServiceModel.Syndication/tests/Configurations.props delete mode 100644 src/libraries/System.ServiceProcess.ServiceController/tests/Configurations.props delete mode 100644 src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/Configurations.props delete mode 100644 src/libraries/System.Text.Encoding.CodePages/tests/Configurations.props delete mode 100644 src/libraries/System.Text.Encoding.Extensions/tests/Configurations.props delete mode 100644 src/libraries/System.Text.Encoding/tests/Configurations.props delete mode 100644 src/libraries/System.Text.Encodings.Web/tests/Configurations.props delete mode 100644 src/libraries/System.Text.Json/tests/Configurations.props delete mode 100644 src/libraries/System.Text.RegularExpressions/tests/Configurations.props delete mode 100644 src/libraries/System.Threading.AccessControl/tests/Configurations.props delete mode 100644 src/libraries/System.Threading.Channels/tests/Configurations.props delete mode 100644 src/libraries/System.Threading.Overlapped/tests/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks.Dataflow/tests/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks.Extensions/tests/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks.Parallel/tests/Configurations.props delete mode 100644 src/libraries/System.Threading.Tasks/tests/Configurations.props delete mode 100644 src/libraries/System.Threading.Thread/tests/Configurations.props delete mode 100644 src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/Configurations.props delete mode 100644 src/libraries/System.Threading.Thread/tests/MTAMain/Configurations.props delete mode 100644 src/libraries/System.Threading.Thread/tests/STAMain/Configurations.props delete mode 100644 src/libraries/System.Threading.ThreadPool/tests/Configurations.props delete mode 100644 src/libraries/System.Threading.Timer/tests/Configurations.props delete mode 100644 src/libraries/System.Threading/tests/Configurations.props delete mode 100644 src/libraries/System.Transactions.Local/tests/Configurations.props delete mode 100644 src/libraries/System.Utf8String.Experimental/tests/Configurations.props delete mode 100644 src/libraries/System.ValueTuple/tests/Configurations.props delete mode 100644 src/libraries/System.Web.HttpUtility/tests/Configurations.props delete mode 100644 src/libraries/System.Windows.Extensions/tests/Configurations.props diff --git a/src/libraries/Common/tests/Common.Tests.csproj b/src/libraries/Common/tests/Common.Tests.csproj index ff2780fe05b73a..bb84415f7e7efe 100644 --- a/src/libraries/Common/tests/Common.Tests.csproj +++ b/src/libraries/Common/tests/Common.Tests.csproj @@ -3,7 +3,7 @@ true false true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/Common/tests/Configurations.props b/src/libraries/Common/tests/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/Common/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/Common/tests/CoreFx.Private.TestUtilities.Unicode/Configurations.props b/src/libraries/Common/tests/CoreFx.Private.TestUtilities.Unicode/Configurations.props deleted file mode 100644 index a9976accf42453..00000000000000 --- a/src/libraries/Common/tests/CoreFx.Private.TestUtilities.Unicode/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/Common/tests/CoreFx.Private.TestUtilities/Configurations.props b/src/libraries/Common/tests/CoreFx.Private.TestUtilities/Configurations.props deleted file mode 100644 index 4d7a02a5508f2e..00000000000000 --- a/src/libraries/Common/tests/CoreFx.Private.TestUtilities/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/Common/tests/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.csproj b/src/libraries/Common/tests/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.csproj index 826211abfbfc25..4d45110d37908f 100644 --- a/src/libraries/Common/tests/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.csproj +++ b/src/libraries/Common/tests/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.csproj @@ -6,7 +6,7 @@ This assembly is referenced from rid agnostic configurations therefore we can't make it RID specific and instead use runtime checks. --> - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/WebServer/Configurations.props b/src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/WebServer/Configurations.props deleted file mode 100644 index 3ae4f4ddb4b6ad..00000000000000 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/WebServer/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ; - - - \ No newline at end of file diff --git a/src/libraries/Common/tests/System/Xml/BaseLibManaged/BaseLibManaged.csproj b/src/libraries/Common/tests/System/Xml/BaseLibManaged/BaseLibManaged.csproj index 73c071d64c56b7..d32fe58aabf9d0 100644 --- a/src/libraries/Common/tests/System/Xml/BaseLibManaged/BaseLibManaged.csproj +++ b/src/libraries/Common/tests/System/Xml/BaseLibManaged/BaseLibManaged.csproj @@ -1,7 +1,7 @@ WebData.BaseLib - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/Common/tests/System/Xml/BaseLibManaged/Configurations.props b/src/libraries/Common/tests/System/Xml/BaseLibManaged/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/Common/tests/System/Xml/BaseLibManaged/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/Common/tests/System/Xml/ModuleCore/Configurations.props b/src/libraries/Common/tests/System/Xml/ModuleCore/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/Common/tests/System/Xml/ModuleCore/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/Common/tests/System/Xml/ModuleCore/ModuleCore.csproj b/src/libraries/Common/tests/System/Xml/ModuleCore/ModuleCore.csproj index 9e9b31cf05ec9a..509d55f268e829 100644 --- a/src/libraries/Common/tests/System/Xml/ModuleCore/ModuleCore.csproj +++ b/src/libraries/Common/tests/System/Xml/ModuleCore/ModuleCore.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/Common/tests/System/Xml/XmlCoreTest/Configurations.props b/src/libraries/Common/tests/System/Xml/XmlCoreTest/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/Common/tests/System/Xml/XmlCoreTest/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/Common/tests/System/Xml/XmlCoreTest/XmlCoreTest.csproj b/src/libraries/Common/tests/System/Xml/XmlCoreTest/XmlCoreTest.csproj index 5d8260edb5424c..ecef82389ff63a 100644 --- a/src/libraries/Common/tests/System/Xml/XmlCoreTest/XmlCoreTest.csproj +++ b/src/libraries/Common/tests/System/Xml/XmlCoreTest/XmlCoreTest.csproj @@ -2,7 +2,7 @@ Exe XmlCoreTest.Common - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/Common/tests/System/Xml/XmlDiff/Configurations.props b/src/libraries/Common/tests/System/Xml/XmlDiff/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/Common/tests/System/Xml/XmlDiff/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/Common/tests/System/Xml/XmlDiff/XmlDiff.csproj b/src/libraries/Common/tests/System/Xml/XmlDiff/XmlDiff.csproj index c911e9df457ce9..8a6b5879298b98 100644 --- a/src/libraries/Common/tests/System/Xml/XmlDiff/XmlDiff.csproj +++ b/src/libraries/Common/tests/System/Xml/XmlDiff/XmlDiff.csproj @@ -1,7 +1,7 @@ System.Xml.XmlDiff - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index 9042597af9149d..d32e498f3fcfec 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -309,7 +309,7 @@ $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'runtime', '$(BuildConfiguration)')) $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'ref')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(BuildTargetFramework)')) - $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(_TargetFrameworkWithoutProfile)')) + $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(TargetFramework)')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(BuildTargetFramework)')) $(BuildTargetFramework) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', 'netstandard2.0')) diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index df901387c62148..391a8ca5de219a 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -188,7 +188,7 @@ - + $(DefineConstants),INTERNAL_NULLABLE_ATTRIBUTES diff --git a/src/libraries/Microsoft.CSharp/ref/Microsoft.CSharp.csproj b/src/libraries/Microsoft.CSharp/ref/Microsoft.CSharp.csproj index eaa5917ada797a..a15be5705f467a 100644 --- a/src/libraries/Microsoft.CSharp/ref/Microsoft.CSharp.csproj +++ b/src/libraries/Microsoft.CSharp/ref/Microsoft.CSharp.csproj @@ -3,7 +3,7 @@ 4.0.0.0 - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj index a186a5cd364dfa..3087387a6387eb 100644 --- a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj +++ b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj @@ -4,7 +4,7 @@ Microsoft.CSharp true - netstandard2.0;_$(NetFrameworkCurrent); + netstandard2.0;_$(NetFrameworkCurrent) _$(NetFrameworkCurrent) diff --git a/src/libraries/Microsoft.CSharp/tests/Configurations.props b/src/libraries/Microsoft.CSharp/tests/Configurations.props deleted file mode 100644 index 4d7a02a5508f2e..00000000000000 --- a/src/libraries/Microsoft.CSharp/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj b/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj index 58a74c07cfff71..443136c7068056 100644 --- a/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj +++ b/src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) - $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/Microsoft.VisualBasic.Core/tests/Configurations.props b/src/libraries/Microsoft.VisualBasic.Core/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/Microsoft.VisualBasic.Core/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.VisualBasic.Core/tests/Microsoft.VisualBasic.Core.Tests.csproj b/src/libraries/Microsoft.VisualBasic.Core/tests/Microsoft.VisualBasic.Core.Tests.csproj index b65af3a6a16805..f7ed31e0b036c0 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/tests/Microsoft.VisualBasic.Core.Tests.csproj +++ b/src/libraries/Microsoft.VisualBasic.Core/tests/Microsoft.VisualBasic.Core.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/Microsoft.Win32.Primitives/ref/Microsoft.Win32.Primitives.csproj b/src/libraries/Microsoft.Win32.Primitives/ref/Microsoft.Win32.Primitives.csproj index 69a4b6e9537a86..8a722c2adb5339 100644 --- a/src/libraries/Microsoft.Win32.Primitives/ref/Microsoft.Win32.Primitives.csproj +++ b/src/libraries/Microsoft.Win32.Primitives/ref/Microsoft.Win32.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj b/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj index 7ad54088660d38..864dcb7bb8fdbb 100644 --- a/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj +++ b/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT enable diff --git a/src/libraries/Microsoft.Win32.Primitives/tests/Configurations.props b/src/libraries/Microsoft.Win32.Primitives/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/Microsoft.Win32.Primitives/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.Primitives/tests/Microsoft.Win32.Primitives.Tests.csproj b/src/libraries/Microsoft.Win32.Primitives/tests/Microsoft.Win32.Primitives.Tests.csproj index 22aaffecef626b..4c8809f7260cd8 100644 --- a/src/libraries/Microsoft.Win32.Primitives/tests/Microsoft.Win32.Primitives.Tests.csproj +++ b/src/libraries/Microsoft.Win32.Primitives/tests/Microsoft.Win32.Primitives.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj b/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj index 9c2a1611b7ab7b..9117208df25742 100644 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj +++ b/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net461;$(NetFrameworkCurrent); + netstandard2.0;net461;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj b/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj index fab194b130fe23..96b1c77bfb2ca1 100644 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj +++ b/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj @@ -4,7 +4,7 @@ true true SR.PlatformNotSupported_RegistryAccessControl - netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/Configurations.props b/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/Configurations.props deleted file mode 100644 index 372831019a146e..00000000000000 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/Microsoft.Win32.Registry.AccessControl.Tests.csproj b/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/Microsoft.Win32.Registry.AccessControl.Tests.csproj index cfd75af2fb9abd..ee2fa0f75fae07 100644 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/Microsoft.Win32.Registry.AccessControl.Tests.csproj +++ b/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/Microsoft.Win32.Registry.AccessControl.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj index 758dbaa28b1836..bece872888a28a 100644 --- a/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;$(NetFrameworkCurrent);net461; + netstandard2.0;$(NetFrameworkCurrent);net461 diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index 5dd2a85c443dee..e97835faa1262c 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -6,7 +6,7 @@ true SR.PlatformNotSupported_Registry $(NoWarn);CA1823 - netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/Microsoft.Win32.Registry/tests/Configurations.props b/src/libraries/Microsoft.Win32.Registry/tests/Configurations.props deleted file mode 100644 index d4f49616fbdcb7..00000000000000 --- a/src/libraries/Microsoft.Win32.Registry/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj b/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj index 4b4c2df2402479..0f007343e85222 100644 --- a/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj +++ b/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);REGISTRY_ASSEMBLY - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj index b84a5f92134fee..bf847da2c572a4 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;$(NetFrameworkCurrent);net461; + netstandard2.0;$(NetFrameworkCurrent);net461 enable diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj index deee324be9658a..4ea18fd7efdde7 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -4,7 +4,7 @@ true enable SR.PlatformNotSupported_SystemEvents - netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); @@ -148,7 +148,7 @@ - + Common\System\Runtime\InteropServices\SuppressGCTransitionAttribute.internal.cs @@ -170,7 +170,7 @@ - + \ No newline at end of file diff --git a/src/libraries/Microsoft.Win32.SystemEvents/tests/Configurations.props b/src/libraries/Microsoft.Win32.SystemEvents/tests/Configurations.props deleted file mode 100644 index d4f49616fbdcb7..00000000000000 --- a/src/libraries/Microsoft.Win32.SystemEvents/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj b/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj index 66dfff6a8a2f63..c536995d9bf272 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/Microsoft.XmlSerializer.Generator/src/Microsoft.XmlSerializer.Generator.csproj b/src/libraries/Microsoft.XmlSerializer.Generator/src/Microsoft.XmlSerializer.Generator.csproj index 353622e5950d03..a560c12aaf67cb 100644 --- a/src/libraries/Microsoft.XmlSerializer.Generator/src/Microsoft.XmlSerializer.Generator.csproj +++ b/src/libraries/Microsoft.XmlSerializer.Generator/src/Microsoft.XmlSerializer.Generator.csproj @@ -5,7 +5,7 @@ ..\..\System.Private.Xml\src\Resources\Strings.resx FxResources.$(AssemblyName.Replace('-', '_')).SR Exe - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/Microsoft.XmlSerializer.Generator/tests/Configurations.props b/src/libraries/Microsoft.XmlSerializer.Generator/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/Microsoft.XmlSerializer.Generator/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/Microsoft.XmlSerializer.Generator/tests/Microsoft.XmlSerializer.Generator.Tests.csproj b/src/libraries/Microsoft.XmlSerializer.Generator/tests/Microsoft.XmlSerializer.Generator.Tests.csproj index c819464d3d307b..c1278c3d3b831b 100644 --- a/src/libraries/Microsoft.XmlSerializer.Generator/tests/Microsoft.XmlSerializer.Generator.Tests.csproj +++ b/src/libraries/Microsoft.XmlSerializer.Generator/tests/Microsoft.XmlSerializer.Generator.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);XMLSERIALIZERGENERATORTESTS - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) false true diff --git a/src/libraries/Native/native-binplace.proj b/src/libraries/Native/native-binplace.proj index 8dd00122cd36f8..308e5738ec6e17 100644 --- a/src/libraries/Native/native-binplace.proj +++ b/src/libraries/Native/native-binplace.proj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); + $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent) @@ -11,7 +11,7 @@ - $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); + $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent) $(BuildTargetFramework) $(BuildTargetFramework) diff --git a/src/libraries/System.AppContext/ref/System.AppContext.csproj b/src/libraries/System.AppContext/ref/System.AppContext.csproj index cdf7ff8643ad26..646240e1160787 100644 --- a/src/libraries/System.AppContext/ref/System.AppContext.csproj +++ b/src/libraries/System.AppContext/ref/System.AppContext.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.AppContext/src/System.AppContext.csproj b/src/libraries/System.AppContext/src/System.AppContext.csproj index 9a464048004222..4d6574fbdb3daf 100644 --- a/src/libraries/System.AppContext/src/System.AppContext.csproj +++ b/src/libraries/System.AppContext/src/System.AppContext.csproj @@ -3,7 +3,7 @@ System.AppContext true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.AppContext/tests/Configurations.props b/src/libraries/System.AppContext/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.AppContext/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.AppContext/tests/System.AppContext.Tests.csproj b/src/libraries/System.AppContext/tests/System.AppContext.Tests.csproj index f803198f43389e..14e49bca740545 100644 --- a/src/libraries/System.AppContext/tests/System.AppContext.Tests.csproj +++ b/src/libraries/System.AppContext/tests/System.AppContext.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Buffers/ref/System.Buffers.csproj b/src/libraries/System.Buffers/ref/System.Buffers.csproj index be8be82f78d58e..7e97231856cce6 100644 --- a/src/libraries/System.Buffers/ref/System.Buffers.csproj +++ b/src/libraries/System.Buffers/ref/System.Buffers.csproj @@ -3,7 +3,7 @@ 4.0.2.0 - netstandard2.0;$(NetCoreAppCurrent); + netstandard2.0;$(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Buffers/src/System.Buffers.csproj b/src/libraries/System.Buffers/src/System.Buffers.csproj index 0c50b45ed57a34..f0b04ec10c345e 100644 --- a/src/libraries/System.Buffers/src/System.Buffers.csproj +++ b/src/libraries/System.Buffers/src/System.Buffers.csproj @@ -3,7 +3,7 @@ true true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Buffers/tests/Configurations.props b/src/libraries/System.Buffers/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Buffers/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Buffers/tests/System.Buffers.Tests.csproj b/src/libraries/System.Buffers/tests/System.Buffers.Tests.csproj index d95a4d3fd25ea1..47b6b84165c322 100644 --- a/src/libraries/System.Buffers/tests/System.Buffers.Tests.csproj +++ b/src/libraries/System.Buffers/tests/System.Buffers.Tests.csproj @@ -3,7 +3,7 @@ true true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj index eb847ad6991327..42fb5b97de5f50 100644 --- a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj @@ -1,7 +1,7 @@ true - net461;netstandard2.0;;$(NetFrameworkCurrent); + net461;netstandard2.0;;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.CodeDom/src/System.CodeDom.csproj b/src/libraries/System.CodeDom/src/System.CodeDom.csproj index b504c6676382fa..166c541656e3bb 100644 --- a/src/libraries/System.CodeDom/src/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/src/System.CodeDom.csproj @@ -3,7 +3,7 @@ true true $(DefineConstants);CODEDOM - net461;netstandard2.0;;$(NetFrameworkCurrent); + net461;netstandard2.0;;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.CodeDom/tests/Configurations.props b/src/libraries/System.CodeDom/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.CodeDom/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj b/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj index bc3a91338f35db..e30f1847fded38 100644 --- a/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj +++ b/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Collections.Concurrent/ref/System.Collections.Concurrent.csproj b/src/libraries/System.Collections.Concurrent/ref/System.Collections.Concurrent.csproj index e47ee1b75f5c09..6cdae549ccf5cc 100644 --- a/src/libraries/System.Collections.Concurrent/ref/System.Collections.Concurrent.csproj +++ b/src/libraries/System.Collections.Concurrent/ref/System.Collections.Concurrent.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj b/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj index 6218b3b4b5535e..6c54281021748a 100644 --- a/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj +++ b/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj @@ -4,7 +4,7 @@ System.Collections.Concurrent true enable - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Collections.Concurrent/tests/Configurations.props b/src/libraries/System.Collections.Concurrent/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Collections.Concurrent/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj b/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj index cc655b98abe584..08891beb71dbc4 100644 --- a/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj +++ b/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj index c8eeab653bc080..24e76bb0beff6f 100644 --- a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj @@ -1,6 +1,6 @@ - netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent); + netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj index 391cac6651a840..e1ab189e048907 100644 --- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -4,7 +4,7 @@ System.Collections.Immutable 512 netstandard1.0;portable-net45+win8+wp8+wpa81 - netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent); + netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections.Immutable/tests/Configurations.props b/src/libraries/System.Collections.Immutable/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Collections.Immutable/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj b/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj index c0f5cc1027da7d..e1b74ff9bd5154 100644 --- a/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj +++ b/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj @@ -1,7 +1,7 @@ 0436 - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Collections.NonGeneric/ref/System.Collections.NonGeneric.csproj b/src/libraries/System.Collections.NonGeneric/ref/System.Collections.NonGeneric.csproj index 49b500fee3fa6d..7fb572823a5bf3 100644 --- a/src/libraries/System.Collections.NonGeneric/ref/System.Collections.NonGeneric.csproj +++ b/src/libraries/System.Collections.NonGeneric/ref/System.Collections.NonGeneric.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj b/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj index b26cc503152172..761d14a82e9bda 100644 --- a/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj +++ b/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj @@ -3,7 +3,7 @@ System.Collections.NonGeneric System.Collections.NonGeneric true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Collections.NonGeneric/tests/Configurations.props b/src/libraries/System.Collections.NonGeneric/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Collections.NonGeneric/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj b/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj index c1de7b7f56ae44..f5e98bb5275246 100644 --- a/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj +++ b/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Collections.Specialized/ref/System.Collections.Specialized.csproj b/src/libraries/System.Collections.Specialized/ref/System.Collections.Specialized.csproj index 53fb20686e055c..90e7f9743c0dea 100644 --- a/src/libraries/System.Collections.Specialized/ref/System.Collections.Specialized.csproj +++ b/src/libraries/System.Collections.Specialized/ref/System.Collections.Specialized.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj b/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj index c4218302074ba9..a3790b9f0dba36 100644 --- a/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj +++ b/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj @@ -2,7 +2,7 @@ System.Collections.Specialized System.Collections.Specialized - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Collections.Specialized/tests/Configurations.props b/src/libraries/System.Collections.Specialized/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Collections.Specialized/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj b/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj index 18a40ff6d5f04d..1027ec603631a6 100644 --- a/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj +++ b/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Collections/ref/System.Collections.csproj b/src/libraries/System.Collections/ref/System.Collections.csproj index cbaf6f6f51073c..9ab356c8121961 100644 --- a/src/libraries/System.Collections/ref/System.Collections.csproj +++ b/src/libraries/System.Collections/ref/System.Collections.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Collections/src/System.Collections.csproj b/src/libraries/System.Collections/src/System.Collections.csproj index 9f7b6034dac698..f1b9fa97cd4b07 100644 --- a/src/libraries/System.Collections/src/System.Collections.csproj +++ b/src/libraries/System.Collections/src/System.Collections.csproj @@ -3,7 +3,7 @@ System.Collections true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix enable diff --git a/src/libraries/System.Collections/tests/Configurations.props b/src/libraries/System.Collections/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Collections/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Collections/tests/System.Collections.Tests.csproj b/src/libraries/System.Collections/tests/System.Collections.Tests.csproj index 22a1f76aec7ed8..291cd7c1262f05 100644 --- a/src/libraries/System.Collections/tests/System.Collections.Tests.csproj +++ b/src/libraries/System.Collections/tests/System.Collections.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.csproj b/src/libraries/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.csproj index 51f371d023bb5c..733060bf78e3e2 100644 --- a/src/libraries/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.csproj +++ b/src/libraries/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.csproj @@ -1,6 +1,6 @@ - netstandard2.1; + netstandard2.1 diff --git a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj index 61bfbbe354e766..e3898f5ee0da37 100644 --- a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj +++ b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj @@ -1,6 +1,6 @@ - netstandard2.1; + netstandard2.1 diff --git a/src/libraries/System.ComponentModel.Annotations/tests/Configurations.props b/src/libraries/System.ComponentModel.Annotations/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.ComponentModel.Annotations/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj b/src/libraries/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj index 2d7a6c4abd5e3a..e351b8669f27f3 100644 --- a/src/libraries/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj +++ b/src/libraries/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj b/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj index dd81ea1cf68725..d99d4ac486fba5 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj +++ b/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj @@ -1,6 +1,6 @@ - netstandard2.1; + netstandard2.1 diff --git a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj index 4d6120e90499df..a8442b7eedf766 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj +++ b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj @@ -1,7 +1,7 @@ System.ComponentModel.Composition.Registration - netstandard2.1; + netstandard2.1 diff --git a/src/libraries/System.ComponentModel.Composition.Registration/tests/Configurations.props b/src/libraries/System.ComponentModel.Composition.Registration/tests/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.ComponentModel.Composition.Registration/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj b/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj index a3cacb4fa7684b..8c0707afe31bbd 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj +++ b/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj index 81c8ae64f9f353..19bca038e46856 100644 --- a/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj @@ -1,6 +1,6 @@ - netstandard2.0;_$(NetFrameworkCurrent); + netstandard2.0;_$(NetFrameworkCurrent) _$(NetFrameworkCurrent) diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj index 9819821734ce33..87dbf4cdcb7703 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -6,7 +6,7 @@ $(NoWarn);CS1573 SR.PlatformNotSupported_ComponentModel_Composition - netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); + netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) _$(NetFrameworkCurrent);$(NetCoreAppCurrent); diff --git a/src/libraries/System.ComponentModel.Composition/tests/Configurations.props b/src/libraries/System.ComponentModel.Composition/tests/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.ComponentModel.Composition/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/Configurations.props b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/System.ComponentModel.Composition.Noop.Assembly.csproj b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/System.ComponentModel.Composition.Noop.Assembly.csproj index 8fb05efe99e77a..6d6060c2a287be 100644 --- a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/System.ComponentModel.Composition.Noop.Assembly.csproj +++ b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Noop.Assembly/System.ComponentModel.Composition.Noop.Assembly.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj index 0a9494270ee8c8..2c47c61615e323 100644 --- a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj +++ b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj @@ -2,7 +2,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.ComponentModel.EventBasedAsync/ref/System.ComponentModel.EventBasedAsync.csproj b/src/libraries/System.ComponentModel.EventBasedAsync/ref/System.ComponentModel.EventBasedAsync.csproj index 76439e79bbbd4c..65a1807cd1c075 100644 --- a/src/libraries/System.ComponentModel.EventBasedAsync/ref/System.ComponentModel.EventBasedAsync.csproj +++ b/src/libraries/System.ComponentModel.EventBasedAsync/ref/System.ComponentModel.EventBasedAsync.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj b/src/libraries/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj index e613c2fb6431e4..6107b2fc97d8dd 100644 --- a/src/libraries/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj +++ b/src/libraries/System.ComponentModel.EventBasedAsync/src/System.ComponentModel.EventBasedAsync.csproj @@ -2,7 +2,7 @@ System.ComponentModel.EventBasedAsync System.ComponentModel.EventBasedAsync - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.ComponentModel.EventBasedAsync/tests/Configurations.props b/src/libraries/System.ComponentModel.EventBasedAsync/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel.EventBasedAsync/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.EventBasedAsync/tests/System.ComponentModel.EventBasedAsync.Tests.csproj b/src/libraries/System.ComponentModel.EventBasedAsync/tests/System.ComponentModel.EventBasedAsync.Tests.csproj index cf1f1eaaaf2dc7..998921a3eb1769 100644 --- a/src/libraries/System.ComponentModel.EventBasedAsync/tests/System.ComponentModel.EventBasedAsync.Tests.csproj +++ b/src/libraries/System.ComponentModel.EventBasedAsync/tests/System.ComponentModel.EventBasedAsync.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.ComponentModel.Primitives/ref/System.ComponentModel.Primitives.csproj b/src/libraries/System.ComponentModel.Primitives/ref/System.ComponentModel.Primitives.csproj index df7acd89e622c6..beda8b4a6df1a2 100644 --- a/src/libraries/System.ComponentModel.Primitives/ref/System.ComponentModel.Primitives.csproj +++ b/src/libraries/System.ComponentModel.Primitives/ref/System.ComponentModel.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj b/src/libraries/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj index 09ecb273fc48f8..22ee6012a96664 100644 --- a/src/libraries/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj +++ b/src/libraries/System.ComponentModel.Primitives/src/System.ComponentModel.Primitives.csproj @@ -2,7 +2,7 @@ System.ComponentModel.Primitives System.ComponentModel.Primitives - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.ComponentModel.Primitives/tests/Configurations.props b/src/libraries/System.ComponentModel.Primitives/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel.Primitives/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Primitives/tests/System.ComponentModel.Primitives.Tests.csproj b/src/libraries/System.ComponentModel.Primitives/tests/System.ComponentModel.Primitives.Tests.csproj index c1e07b3d2137b0..2994d54eb7422c 100644 --- a/src/libraries/System.ComponentModel.Primitives/tests/System.ComponentModel.Primitives.Tests.csproj +++ b/src/libraries/System.ComponentModel.Primitives/tests/System.ComponentModel.Primitives.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.ComponentModel.TypeConverter/ref/System.ComponentModel.TypeConverter.csproj b/src/libraries/System.ComponentModel.TypeConverter/ref/System.ComponentModel.TypeConverter.csproj index ebd135607828c0..e7fc3657d7d798 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/ref/System.ComponentModel.TypeConverter.csproj +++ b/src/libraries/System.ComponentModel.TypeConverter/ref/System.ComponentModel.TypeConverter.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj index 9d6fefe448b9ed..7dfc1a475b0d38 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj +++ b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj @@ -4,7 +4,7 @@ System.ComponentModel.TypeConverter true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.ComponentModel.TypeConverter/tests/Configurations.props b/src/libraries/System.ComponentModel.TypeConverter/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel.TypeConverter/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj b/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj index d1c97f6c5ef057..18015088fa8470 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj +++ b/src/libraries/System.ComponentModel.TypeConverter/tests/System.ComponentModel.TypeConverter.Tests.csproj @@ -4,7 +4,7 @@ true 9.9.9.9 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.ComponentModel/ref/System.ComponentModel.csproj b/src/libraries/System.ComponentModel/ref/System.ComponentModel.csproj index 64d8e81b34bf05..43504ae8c4b730 100644 --- a/src/libraries/System.ComponentModel/ref/System.ComponentModel.csproj +++ b/src/libraries/System.ComponentModel/ref/System.ComponentModel.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.ComponentModel/src/System.ComponentModel.csproj b/src/libraries/System.ComponentModel/src/System.ComponentModel.csproj index ea4acb997c714a..fcaa643da271e7 100644 --- a/src/libraries/System.ComponentModel/src/System.ComponentModel.csproj +++ b/src/libraries/System.ComponentModel/src/System.ComponentModel.csproj @@ -3,7 +3,7 @@ System.ComponentModel System.ComponentModel true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.ComponentModel/tests/Configurations.props b/src/libraries/System.ComponentModel/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ComponentModel/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel/tests/System.ComponentModel.Tests.csproj b/src/libraries/System.ComponentModel/tests/System.ComponentModel.Tests.csproj index 2a72c97023d722..d74bd4287594b0 100644 --- a/src/libraries/System.ComponentModel/tests/System.ComponentModel.Tests.csproj +++ b/src/libraries/System.ComponentModel/tests/System.ComponentModel.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Composition.AttributedModel/src/System.Composition.AttributedModel.csproj b/src/libraries/System.Composition.AttributedModel/src/System.Composition.AttributedModel.csproj index cb0604bfe65b6f..1afd59f2f93448 100644 --- a/src/libraries/System.Composition.AttributedModel/src/System.Composition.AttributedModel.csproj +++ b/src/libraries/System.Composition.AttributedModel/src/System.Composition.AttributedModel.csproj @@ -1,7 +1,7 @@ System.Composition.AttributedModel - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Composition.AttributedModel/tests/Configurations.props b/src/libraries/System.Composition.AttributedModel/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Composition.AttributedModel/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Composition.AttributedModel/tests/System.Composition.AttributeModel.Tests.csproj b/src/libraries/System.Composition.AttributedModel/tests/System.Composition.AttributeModel.Tests.csproj index db3664eecc228c..45d5ed3df29f0b 100644 --- a/src/libraries/System.Composition.AttributedModel/tests/System.Composition.AttributeModel.Tests.csproj +++ b/src/libraries/System.Composition.AttributedModel/tests/System.Composition.AttributeModel.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj b/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj index f39bef2b38d472..e83917a8d68038 100644 --- a/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj +++ b/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj @@ -4,7 +4,7 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Composition.Convention/tests/Configurations.props b/src/libraries/System.Composition.Convention/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Composition.Convention/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj b/src/libraries/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj index b3246c8472b75c..376dc6bc76e74c 100644 --- a/src/libraries/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj +++ b/src/libraries/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj @@ -1,7 +1,7 @@ System.Composition.Convention.Tests - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Composition.Hosting/src/System.Composition.Hosting.csproj b/src/libraries/System.Composition.Hosting/src/System.Composition.Hosting.csproj index 0b9e0c9270c3cd..c3482ad94dfd3b 100644 --- a/src/libraries/System.Composition.Hosting/src/System.Composition.Hosting.csproj +++ b/src/libraries/System.Composition.Hosting/src/System.Composition.Hosting.csproj @@ -4,7 +4,7 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Composition.Hosting/tests/Configurations.props b/src/libraries/System.Composition.Hosting/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Composition.Hosting/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Composition.Hosting/tests/System.Composition.Hosting.Tests.csproj b/src/libraries/System.Composition.Hosting/tests/System.Composition.Hosting.Tests.csproj index 76a200632c8530..3d7e2480f35102 100644 --- a/src/libraries/System.Composition.Hosting/tests/System.Composition.Hosting.Tests.csproj +++ b/src/libraries/System.Composition.Hosting/tests/System.Composition.Hosting.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Composition.Runtime/src/System.Composition.Runtime.csproj b/src/libraries/System.Composition.Runtime/src/System.Composition.Runtime.csproj index 1f7135abf9e87c..854ed1be6a4d53 100644 --- a/src/libraries/System.Composition.Runtime/src/System.Composition.Runtime.csproj +++ b/src/libraries/System.Composition.Runtime/src/System.Composition.Runtime.csproj @@ -2,7 +2,7 @@ System.Composition System.Composition.Runtime - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Composition.Runtime/tests/Configurations.props b/src/libraries/System.Composition.Runtime/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Composition.Runtime/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Composition.Runtime/tests/System.Composition.Runtime.Tests.csproj b/src/libraries/System.Composition.Runtime/tests/System.Composition.Runtime.Tests.csproj index e1cace64fa5e48..8270d6438106e3 100644 --- a/src/libraries/System.Composition.Runtime/tests/System.Composition.Runtime.Tests.csproj +++ b/src/libraries/System.Composition.Runtime/tests/System.Composition.Runtime.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj b/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj index 89ca3469d0c65e..8fc187238cd066 100644 --- a/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj +++ b/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj @@ -2,7 +2,7 @@ System.Composition System.Composition.TypedParts - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Composition.TypedParts/tests/Configurations.props b/src/libraries/System.Composition.TypedParts/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Composition.TypedParts/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj b/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj index d62001c013d24c..d394da4cf09e93 100644 --- a/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj +++ b/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Composition/tests/Configurations.props b/src/libraries/System.Composition/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Composition/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Configurations.props b/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Microsoft.Composition.Demos.ExtendedCollectionImports.csproj b/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Microsoft.Composition.Demos.ExtendedCollectionImports.csproj index b0acd0746d0b4b..7d5ce36f12aeeb 100644 --- a/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Microsoft.Composition.Demos.ExtendedCollectionImports.csproj +++ b/src/libraries/System.Composition/tests/Microsoft.Composition.Demos.ExtendedCollectionImports/Microsoft.Composition.Demos.ExtendedCollectionImports.csproj @@ -1,7 +1,7 @@ Microsoft.Composition.Demos.ExtendedCollectionImports - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Composition/tests/System.Composition.Tests.csproj b/src/libraries/System.Composition/tests/System.Composition.Tests.csproj index a80d570ca08f51..412844950a7a4b 100644 --- a/src/libraries/System.Composition/tests/System.Composition.Tests.csproj +++ b/src/libraries/System.Composition/tests/System.Composition.Tests.csproj @@ -2,7 +2,7 @@ System.Composition.Lightweight.UnitTests System.Composition.Tests - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Composition/tests/TestLibrary/Configurations.props b/src/libraries/System.Composition/tests/TestLibrary/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Composition/tests/TestLibrary/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Composition/tests/TestLibrary/TestLibrary.csproj b/src/libraries/System.Composition/tests/TestLibrary/TestLibrary.csproj index 8fb05efe99e77a..6d6060c2a287be 100644 --- a/src/libraries/System.Composition/tests/TestLibrary/TestLibrary.csproj +++ b/src/libraries/System.Composition/tests/TestLibrary/TestLibrary.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj index a5ff97469c4b9b..818ecf32f92bd8 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetFrameworkCurrent); + netstandard2.0;net461;;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj index 5a7c4f49789d47..c68283608a0987 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetFrameworkCurrent); + netstandard2.0;net461;;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Configuration.ConfigurationManager/tests/Configurations.props b/src/libraries/System.Configuration.ConfigurationManager/tests/Configurations.props deleted file mode 100644 index 61dd6d50aeccc1..00000000000000 --- a/src/libraries/System.Configuration.ConfigurationManager/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj b/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj index 4ac2b7fe95e585..6d59c7bea5f867 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj @@ -4,7 +4,7 @@ true true true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Console/ref/System.Console.csproj b/src/libraries/System.Console/ref/System.Console.csproj index f0f33c7036ce7a..a085be506f9902 100644 --- a/src/libraries/System.Console/ref/System.Console.csproj +++ b/src/libraries/System.Console/ref/System.Console.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Console/src/System.Console.csproj b/src/libraries/System.Console/src/System.Console.csproj index 5ed8addd214c46..eae36b3a6c2f32 100644 --- a/src/libraries/System.Console/src/System.Console.csproj +++ b/src/libraries/System.Console/src/System.Console.csproj @@ -3,7 +3,7 @@ System.Console System.Console true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT enable diff --git a/src/libraries/System.Console/tests/Configurations.props b/src/libraries/System.Console/tests/Configurations.props deleted file mode 100644 index 4614c37cf0f251..00000000000000 --- a/src/libraries/System.Console/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Console/tests/System.Console.Tests.csproj b/src/libraries/System.Console/tests/System.Console.Tests.csproj index cef8b347361f9d..c16e3af1f24d3d 100644 --- a/src/libraries/System.Console/tests/System.Console.Tests.csproj +++ b/src/libraries/System.Console/tests/System.Console.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Data.Common/ref/System.Data.Common.csproj b/src/libraries/System.Data.Common/ref/System.Data.Common.csproj index 9397574d3fb76f..47303d7ab3c0ec 100644 --- a/src/libraries/System.Data.Common/ref/System.Data.Common.csproj +++ b/src/libraries/System.Data.Common/ref/System.Data.Common.csproj @@ -1,7 +1,7 @@ $(NoWarn);0618 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Data.Common/src/System.Data.Common.csproj b/src/libraries/System.Data.Common/src/System.Data.Common.csproj index 0d637f71e34101..a0ec37fdc0b96d 100644 --- a/src/libraries/System.Data.Common/src/System.Data.Common.csproj +++ b/src/libraries/System.Data.Common/src/System.Data.Common.csproj @@ -4,7 +4,7 @@ true $(NoWarn);CS1573 AnyCPU - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Data.Common/tests/Configurations.props b/src/libraries/System.Data.Common/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Data.Common/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj index 09ad5c39ba8afd..13ca1d1d04699a 100644 --- a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj +++ b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj @@ -2,7 +2,7 @@ 0168,0169,0414,0219,0649 true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Data.DataSetExtensions/ref/System.Data.DataSetExtensions.csproj b/src/libraries/System.Data.DataSetExtensions/ref/System.Data.DataSetExtensions.csproj index ef028af9b97a7e..08914f651d1b80 100644 --- a/src/libraries/System.Data.DataSetExtensions/ref/System.Data.DataSetExtensions.csproj +++ b/src/libraries/System.Data.DataSetExtensions/ref/System.Data.DataSetExtensions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Data.DataSetExtensions/src/System.Data.DataSetExtensions.csproj b/src/libraries/System.Data.DataSetExtensions/src/System.Data.DataSetExtensions.csproj index c0dc32196ff172..62299446fd681a 100644 --- a/src/libraries/System.Data.DataSetExtensions/src/System.Data.DataSetExtensions.csproj +++ b/src/libraries/System.Data.DataSetExtensions/src/System.Data.DataSetExtensions.csproj @@ -1,7 +1,7 @@ System.Data.DataSetExtensions - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Data.DataSetExtensions/tests/Configurations.props b/src/libraries/System.Data.DataSetExtensions/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Data.DataSetExtensions/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Data.DataSetExtensions/tests/System.Data.DataSetExtensions.Tests.csproj b/src/libraries/System.Data.DataSetExtensions/tests/System.Data.DataSetExtensions.Tests.csproj index 65e8b370ac6c99..e0e1ad613762af 100644 --- a/src/libraries/System.Data.DataSetExtensions/tests/System.Data.DataSetExtensions.Tests.csproj +++ b/src/libraries/System.Data.DataSetExtensions/tests/System.Data.DataSetExtensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj index 88813a67cb1f3d..e8de99fff8ee60 100644 --- a/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;$(NetFrameworkCurrent);net461; + netstandard2.0;$(NetFrameworkCurrent);net461 diff --git a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj index 28f2749a6c7f7b..31c94ec9f27add 100644 --- a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj @@ -4,7 +4,7 @@ true true SR.Odbc_PlatformNotSupported - netcoreapp2.0-FreeBSD;netcoreapp2.0-Linux;netcoreapp2.0-OSX;netcoreapp2.0-Windows_NT;net461-Windows_NT;netstandard2.0;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + netcoreapp2.0-FreeBSD;netcoreapp2.0-Linux;netcoreapp2.0-OSX;netcoreapp2.0-Windows_NT;net461-Windows_NT;netstandard2.0;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Data.Odbc/tests/Configurations.props b/src/libraries/System.Data.Odbc/tests/Configurations.props deleted file mode 100644 index 7bcf574dfe24b3..00000000000000 --- a/src/libraries/System.Data.Odbc/tests/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - $(NetCoreAppCurrent)-FreeBSD; - $(NetCoreAppCurrent)-Linux; - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj index 988b2f5a306cf5..2531b1ddf22622 100644 --- a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj +++ b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);TargetsWindows - $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj index d8860d60053467..cd1f31c9f14130 100644 --- a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetFrameworkCurrent); + netstandard2.0;net461;;$(NetFrameworkCurrent) $(NetFrameworkCurrent); $(NoWarn);0618 diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj index 470fc3c1b03bcd..2f016183bda7a4 100644 --- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_OleDb $(NoWarn);CS0618 - netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; true diff --git a/src/libraries/System.Data.OleDb/tests/Configurations.props b/src/libraries/System.Data.OleDb/tests/Configurations.props deleted file mode 100644 index d4f49616fbdcb7..00000000000000 --- a/src/libraries/System.Data.OleDb/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj b/src/libraries/System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj index 5cd05ae353bbd7..268d99b2c716bf 100644 --- a/src/libraries/System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj +++ b/src/libraries/System.Data.OleDb/tests/System.Data.OleDb.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj index a0e04d800bf7ab..2b4c5819127708 100644 --- a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj @@ -1,6 +1,6 @@ - netcoreapp2.1;$(NetCoreAppCurrent); + netcoreapp2.1;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj index 84f41227a1b276..02fef175ee2146 100644 --- a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj @@ -4,15 +4,15 @@ true $(NoWarn);CS1573;nullable SR.PlatformNotSupported_DataSqlClient - 4.6.0.0 + 4.6.0.0 $(DefineConstants);NETSTANDARD2_0 - $(DefineConstants);FEATURE_TCPKEEPALIVE + $(DefineConstants);FEATURE_TCPKEEPALIVE annotations - $(DefineConstants);INTERNAL_NULLABLE_ATTRIBUTES - netstandard2.0-Unix;netstandard2.0-Windows_NT;netcoreapp2.1;netcoreapp2.1-Unix;netcoreapp2.1-Windows_NT;$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT; + $(DefineConstants);INTERNAL_NULLABLE_ATTRIBUTES + netstandard2.0-Unix;netstandard2.0-Windows_NT;netcoreapp2.1;netcoreapp2.1-Unix;netcoreapp2.1-Windows_NT;$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT; - + @@ -230,7 +230,7 @@ System\IO\PathInternal.Windows.cs - + Common\System\Runtime\InteropServices\SuppressGCTransitionAttribute.internal.cs @@ -287,7 +287,7 @@ - + @@ -503,7 +503,7 @@ - + diff --git a/src/libraries/System.Data.SqlClient/tests/FunctionalTests/Configurations.props b/src/libraries/System.Data.SqlClient/tests/FunctionalTests/Configurations.props deleted file mode 100644 index 9f1e7e99d9d160..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/FunctionalTests/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetFrameworkCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/FunctionalTests/System.Data.SqlClient.Tests.csproj b/src/libraries/System.Data.SqlClient/tests/FunctionalTests/System.Data.SqlClient.Tests.csproj index 206e4eb2836dd7..aa6de97ce0408a 100644 --- a/src/libraries/System.Data.SqlClient/tests/FunctionalTests/System.Data.SqlClient.Tests.csproj +++ b/src/libraries/System.Data.SqlClient/tests/FunctionalTests/System.Data.SqlClient.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/Configurations.props b/src/libraries/System.Data.SqlClient/tests/ManualTests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Address/Configurations.props b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Address/Configurations.props deleted file mode 100644 index d98b6db1bda797..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Address/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Circle/Configurations.props b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Circle/Configurations.props deleted file mode 100644 index d98b6db1bda797..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Circle/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Shapes/Configurations.props b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Shapes/Configurations.props deleted file mode 100644 index d98b6db1bda797..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Shapes/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Utf8String/Configurations.props b/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Utf8String/Configurations.props deleted file mode 100644 index d98b6db1bda797..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Utf8String/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/System.Data.SqlClient.ManualTesting.Tests.csproj b/src/libraries/System.Data.SqlClient/tests/ManualTests/System.Data.SqlClient.ManualTesting.Tests.csproj index 1fc87a3f2a20f8..b64367a4cbb5c1 100644 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/System.Data.SqlClient.ManualTesting.Tests.csproj +++ b/src/libraries/System.Data.SqlClient/tests/ManualTests/System.Data.SqlClient.ManualTesting.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/Configurations.props b/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/Configurations.props deleted file mode 100644 index 69f0b7d0b4abed..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0-Unix; - netstandard2.0-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj b/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj index a9a74d62e4d6e5..2d8b7a49480fc4 100644 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj +++ b/src/libraries/System.Data.SqlClient/tests/StressTests/IMonitorLoader/IMonitorLoader.csproj @@ -2,7 +2,7 @@ Monitoring Monitoring - netstandard2.0;netstandard2.0-Unix;netstandard2.0-Windows_NT; + netstandard2.0;netstandard2.0-Unix;netstandard2.0-Windows_NT diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/Configurations.props b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/Configurations.props deleted file mode 100644 index f350311bc68659..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj index 4b2b8eba86001e..014702398d634d 100644 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj +++ b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj @@ -3,7 +3,7 @@ Stress.Data.SqlClient System.Data.SqlClient.Stress.Tests - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT true diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/Configurations.props b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/Configurations.props deleted file mode 100644 index f350311bc68659..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/System.Data.StressFramework.csproj b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/System.Data.StressFramework.csproj index 8536ec531ff87a..0576708304f545 100644 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/System.Data.StressFramework.csproj +++ b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/System.Data.StressFramework.csproj @@ -1,7 +1,7 @@ Stress.Data - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/Configurations.props b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/Configurations.props deleted file mode 100644 index f350311bc68659..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/System.Data.StressRunner.csproj b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/System.Data.StressRunner.csproj index a5e5d943c1d4b6..8b85340d5ab97a 100644 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/System.Data.StressRunner.csproj +++ b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/System.Data.StressRunner.csproj @@ -3,7 +3,7 @@ DPStressHarness Exe 3021 - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/Configurations.props b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/Configurations.props deleted file mode 100644 index 69f0b7d0b4abed..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0-Unix; - netstandard2.0-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/Configurations.props b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/Configurations.props deleted file mode 100644 index 69f0b7d0b4abed..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0-Unix; - netstandard2.0-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/Configurations.props b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/Configurations.props deleted file mode 100644 index 69f0b7d0b4abed..00000000000000 --- a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0-Unix; - netstandard2.0-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Contracts/ref/System.Diagnostics.Contracts.csproj b/src/libraries/System.Diagnostics.Contracts/ref/System.Diagnostics.Contracts.csproj index 1e7f972dd2338f..193726ce1e00d9 100644 --- a/src/libraries/System.Diagnostics.Contracts/ref/System.Diagnostics.Contracts.csproj +++ b/src/libraries/System.Diagnostics.Contracts/ref/System.Diagnostics.Contracts.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Diagnostics.Contracts/src/System.Diagnostics.Contracts.csproj b/src/libraries/System.Diagnostics.Contracts/src/System.Diagnostics.Contracts.csproj index c1e5e7a3576f83..437287b69d3fb6 100644 --- a/src/libraries/System.Diagnostics.Contracts/src/System.Diagnostics.Contracts.csproj +++ b/src/libraries/System.Diagnostics.Contracts/src/System.Diagnostics.Contracts.csproj @@ -2,7 +2,7 @@ System.Diagnostics.Contracts true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Diagnostics.Contracts/tests/Configurations.props b/src/libraries/System.Diagnostics.Contracts/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.Contracts/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj b/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj index 0d8c2353635f54..8da4908a1c08f8 100644 --- a/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj +++ b/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Diagnostics.Debug/ref/System.Diagnostics.Debug.csproj b/src/libraries/System.Diagnostics.Debug/ref/System.Diagnostics.Debug.csproj index 8eead2a7277ec0..97bf7ce4158be7 100644 --- a/src/libraries/System.Diagnostics.Debug/ref/System.Diagnostics.Debug.csproj +++ b/src/libraries/System.Diagnostics.Debug/ref/System.Diagnostics.Debug.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Diagnostics.Debug/src/System.Diagnostics.Debug.csproj b/src/libraries/System.Diagnostics.Debug/src/System.Diagnostics.Debug.csproj index 637262a4a9f971..f1765956a6c2c5 100644 --- a/src/libraries/System.Diagnostics.Debug/src/System.Diagnostics.Debug.csproj +++ b/src/libraries/System.Diagnostics.Debug/src/System.Diagnostics.Debug.csproj @@ -2,7 +2,7 @@ System.Diagnostics.Debug true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Diagnostics.Debug/tests/Configurations.props b/src/libraries/System.Diagnostics.Debug/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.Debug/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj b/src/libraries/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj index b461ea4353a946..93d3bc9a6e6e19 100644 --- a/src/libraries/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj +++ b/src/libraries/System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj @@ -4,7 +4,7 @@ System.Diagnostics.Tests true None - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj index 014b23bed2191b..3d5ed50cdd0de9 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj @@ -1,6 +1,6 @@ - netstandard1.1;netstandard1.3;net45;;netstandard2.0;$(NetFrameworkCurrent); + netstandard1.1;netstandard1.3;net45;;netstandard2.0;$(NetFrameworkCurrent) netstandard2.0;$(NetFrameworkCurrent); false enable diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj index 2f15150f11e09c..2358ffc411d4db 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj @@ -13,7 +13,7 @@ $(DefineConstants);EVENTSOURCE_ACTIVITY_SUPPORT $(DefineConstants);EVENTSOURCE_ENUMERATE_SUPPORT $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS;ENABLE_HTTP_HANDLER - netstandard1.1;netstandard1.3;net45;net46;;$(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); + netstandard1.1;netstandard1.3;net45;net46;;$(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent) $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/tests/Configurations.props b/src/libraries/System.Diagnostics.DiagnosticSource/tests/Configurations.props deleted file mode 100644 index 230da3221d1fe6..00000000000000 --- a/src/libraries/System.Diagnostics.DiagnosticSource/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj index eca6b0aa153ac3..09d3a0d5d7f1b9 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj index 2f13519785e00b..e3957915d4e645 100644 --- a/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj +++ b/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj @@ -1,7 +1,7 @@ true - $(NetFrameworkCurrent);net461;netstandard2.0; + $(NetFrameworkCurrent);net461;netstandard2.0 diff --git a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj index 78af7dd7a437ef..f91b3e35a9e7dd 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj +++ b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj @@ -3,7 +3,7 @@ true true SR.PlatformNotSupported_EventLog - netcoreapp2.0-Windows_NT;net461;netstandard2.0;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + netcoreapp2.0-Windows_NT;net461;netstandard2.0;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Diagnostics.EventLog/tests/Configurations.props b/src/libraries/System.Diagnostics.EventLog/tests/Configurations.props deleted file mode 100644 index 07d8052384673a..00000000000000 --- a/src/libraries/System.Diagnostics.EventLog/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj b/src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj index 24235c4aefdcb9..efb0b608cbcd0c 100644 --- a/src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj +++ b/src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/ref/System.Diagnostics.FileVersionInfo.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/ref/System.Diagnostics.FileVersionInfo.csproj index a561f9ddd1fb9f..85460a8410d6db 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/ref/System.Diagnostics.FileVersionInfo.csproj +++ b/src/libraries/System.Diagnostics.FileVersionInfo/ref/System.Diagnostics.FileVersionInfo.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj index 6cdfc00ec6f0e5..5a3c116417f04e 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj +++ b/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj @@ -3,7 +3,7 @@ System.Diagnostics.FileVersionInfo true $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT enable diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeConsoleApp/Configurations.props b/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeConsoleApp/Configurations.props deleted file mode 100644 index 585fd7adcf33b7..00000000000000 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeConsoleApp/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeLibrary/Configurations.props b/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeLibrary/Configurations.props deleted file mode 100644 index 585fd7adcf33b7..00000000000000 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeLibrary/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/SecondNativeLibrary/Configurations.props b/src/libraries/System.Diagnostics.FileVersionInfo/tests/SecondNativeLibrary/Configurations.props deleted file mode 100644 index 585fd7adcf33b7..00000000000000 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/SecondNativeLibrary/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/Configurations.props b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/Configurations.props deleted file mode 100644 index 4fead5c4154c39..00000000000000 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/System.Diagnostics.FileVersionInfo.TestAssembly.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/System.Diagnostics.FileVersionInfo.TestAssembly.csproj index 37cddb291db5e5..74112e70a89699 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/System.Diagnostics.FileVersionInfo.TestAssembly.csproj +++ b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/System.Diagnostics.FileVersionInfo.TestAssembly.csproj @@ -3,7 +3,7 @@ Exe .dll false - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/Configurations.props b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/Configurations.props deleted file mode 100644 index 8a0bfd1f0bb865..00000000000000 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj index 44d0c9c8c34519..ca49d982ae802e 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj +++ b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj @@ -1,7 +1,7 @@ System.Diagnostics.FileVersionInfo.Tests - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix true diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj index f7d0f57e16f000..f7a5a0b4a87c3f 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj @@ -1,7 +1,7 @@ true - net461;$(NetFrameworkCurrent);netstandard2.0; + net461;$(NetFrameworkCurrent);netstandard2.0 true diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj index 04cf0dbcfcdcee..b48e43c0ecbd51 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj @@ -4,7 +4,7 @@ true true SR.PlatformNotSupported_PerfCounters - netcoreapp2.0-Windows_NT;netstandard2.0;net461;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + netcoreapp2.0-Windows_NT;netstandard2.0;net461;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/tests/Configurations.props b/src/libraries/System.Diagnostics.PerformanceCounter/tests/Configurations.props deleted file mode 100644 index 60317cf4303116..00000000000000 --- a/src/libraries/System.Diagnostics.PerformanceCounter/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj index 00df552e8e9fcd..a301f85bfc55a2 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj @@ -2,7 +2,7 @@ provider.res true - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) diff --git a/src/libraries/System.Diagnostics.Process/ref/System.Diagnostics.Process.csproj b/src/libraries/System.Diagnostics.Process/ref/System.Diagnostics.Process.csproj index b6f5075ea9d15f..3ecdb74029d044 100644 --- a/src/libraries/System.Diagnostics.Process/ref/System.Diagnostics.Process.csproj +++ b/src/libraries/System.Diagnostics.Process/ref/System.Diagnostics.Process.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj index c679aca4867944..c6d20417dbc429 100644 --- a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj +++ b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj @@ -5,7 +5,7 @@ $(DefineConstants);FEATURE_REGISTRY true $(NoWarn);CS1573 - $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT @@ -408,7 +408,7 @@ Common\Interop\OSX\Interop.Libraries.cs - + Common\Interop\Windows\Shell32\Interop.ShellExecuteExW.cs diff --git a/src/libraries/System.Diagnostics.Process/tests/Configurations.props b/src/libraries/System.Diagnostics.Process/tests/Configurations.props deleted file mode 100644 index 75eaac02dc2081..00000000000000 --- a/src/libraries/System.Diagnostics.Process/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj index 1d5414d323fac6..e2f3f7ad84f9f2 100644 --- a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj +++ b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj @@ -3,7 +3,7 @@ true $(DefineConstants);TargetsWindows true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Diagnostics.StackTrace/ref/System.Diagnostics.StackTrace.csproj b/src/libraries/System.Diagnostics.StackTrace/ref/System.Diagnostics.StackTrace.csproj index fa60c9a0394d62..9b4cc96d2299ba 100644 --- a/src/libraries/System.Diagnostics.StackTrace/ref/System.Diagnostics.StackTrace.csproj +++ b/src/libraries/System.Diagnostics.StackTrace/ref/System.Diagnostics.StackTrace.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj b/src/libraries/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj index 5c82b2a6b4a621..e0463d27f2fb55 100644 --- a/src/libraries/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj +++ b/src/libraries/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj @@ -6,7 +6,7 @@ enable $(NoWarn);1685 - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Diagnostics.StackTrace/tests/Configurations.props b/src/libraries/System.Diagnostics.StackTrace/tests/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Diagnostics.StackTrace/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj b/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj index a864d87fd7b52c..7e4cec4743e70d 100644 --- a/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj +++ b/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/System.Diagnostics.TextWriterTraceListener.csproj b/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/System.Diagnostics.TextWriterTraceListener.csproj index 846fc7eb6129c1..e99f4a4ef50508 100644 --- a/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/System.Diagnostics.TextWriterTraceListener.csproj +++ b/src/libraries/System.Diagnostics.TextWriterTraceListener/ref/System.Diagnostics.TextWriterTraceListener.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj index 959e7b74de7d1a..c2b2cb4cbed9ba 100644 --- a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj +++ b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj @@ -2,7 +2,7 @@ System.Diagnostics.TextWriterTraceListener System.Diagnostics.TextWriterTraceListener - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/Configurations.props b/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/System.Diagnostics.TextWriterTraceListener.Tests.csproj b/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/System.Diagnostics.TextWriterTraceListener.Tests.csproj index acae4cd084bfcf..0562cc460f471b 100644 --- a/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/System.Diagnostics.TextWriterTraceListener.Tests.csproj +++ b/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/System.Diagnostics.TextWriterTraceListener.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Diagnostics.Tools/ref/System.Diagnostics.Tools.csproj b/src/libraries/System.Diagnostics.Tools/ref/System.Diagnostics.Tools.csproj index 5f108b321b3995..2e669381a6f699 100644 --- a/src/libraries/System.Diagnostics.Tools/ref/System.Diagnostics.Tools.csproj +++ b/src/libraries/System.Diagnostics.Tools/ref/System.Diagnostics.Tools.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Diagnostics.Tools/src/System.Diagnostics.Tools.csproj b/src/libraries/System.Diagnostics.Tools/src/System.Diagnostics.Tools.csproj index 457170f8b5c81b..1654e64e1f404c 100644 --- a/src/libraries/System.Diagnostics.Tools/src/System.Diagnostics.Tools.csproj +++ b/src/libraries/System.Diagnostics.Tools/src/System.Diagnostics.Tools.csproj @@ -4,7 +4,7 @@ true $(DefineConstants);SYSTEM_DIAGNOSTICS_TOOLS enable - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Diagnostics.Tools/tests/Configurations.props b/src/libraries/System.Diagnostics.Tools/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Diagnostics.Tools/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Tools/tests/System.Diagnostics.Tools.Tests.csproj b/src/libraries/System.Diagnostics.Tools/tests/System.Diagnostics.Tools.Tests.csproj index 684ace672d0a25..afee1da6943ff5 100644 --- a/src/libraries/System.Diagnostics.Tools/tests/System.Diagnostics.Tools.Tests.csproj +++ b/src/libraries/System.Diagnostics.Tools/tests/System.Diagnostics.Tools.Tests.csproj @@ -2,7 +2,7 @@ System System.Diagnostics.Tools.Tests - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Diagnostics.TraceSource/ref/System.Diagnostics.TraceSource.csproj b/src/libraries/System.Diagnostics.TraceSource/ref/System.Diagnostics.TraceSource.csproj index 89621b718c4df6..29f8284d9a0b07 100644 --- a/src/libraries/System.Diagnostics.TraceSource/ref/System.Diagnostics.TraceSource.csproj +++ b/src/libraries/System.Diagnostics.TraceSource/ref/System.Diagnostics.TraceSource.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj b/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj index e44fd5c9c3dbf7..e5ebdb57afb53b 100644 --- a/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj +++ b/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj @@ -3,7 +3,7 @@ System.Diagnostics.TraceSource System.Diagnostics.TraceSource $(DefineConstants);TRACE - $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Diagnostics.TraceSource/tests/Configurations.props b/src/libraries/System.Diagnostics.TraceSource/tests/Configurations.props deleted file mode 100644 index f3922475141ae6..00000000000000 --- a/src/libraries/System.Diagnostics.TraceSource/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Diagnostics.TraceSource/tests/System.Diagnostics.TraceSource.Tests.csproj b/src/libraries/System.Diagnostics.TraceSource/tests/System.Diagnostics.TraceSource.Tests.csproj index 5d0cf22bf7d6c9..74499c920cc953 100644 --- a/src/libraries/System.Diagnostics.TraceSource/tests/System.Diagnostics.TraceSource.Tests.csproj +++ b/src/libraries/System.Diagnostics.TraceSource/tests/System.Diagnostics.TraceSource.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.csproj b/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.csproj index cdc78999f256d7..b180d58ff3465c 100644 --- a/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.csproj +++ b/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.csproj @@ -3,7 +3,7 @@ true $(NoWarn);0067 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj b/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj index 8fe6242ba44c16..4214a62f8ecaed 100644 --- a/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj +++ b/src/libraries/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj @@ -2,7 +2,7 @@ System.Diagnostics.Tracing true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Diagnostics.Tracing/tests/Configurations.props b/src/libraries/System.Diagnostics.Tracing/tests/Configurations.props deleted file mode 100644 index 75eaac02dc2081..00000000000000 --- a/src/libraries/System.Diagnostics.Tracing/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj b/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj index afcbafa4154ca0..03e74a6b2c0c8d 100644 --- a/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj +++ b/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix true true diff --git a/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj index e472e422b596e9..300e3c2c284393 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/ref/System.DirectoryServices.AccountManagement.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj index 735b5eee8fabfc..a7f8ed07fd7bfd 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj @@ -6,7 +6,7 @@ $(NoWarn);8073;CA1810 true SR.DirectoryServicesAccountManagement_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); @@ -119,7 +119,7 @@ - + \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices.AccountManagement/tests/Configurations.props b/src/libraries/System.DirectoryServices.AccountManagement/tests/Configurations.props deleted file mode 100644 index 60317cf4303116..00000000000000 --- a/src/libraries/System.DirectoryServices.AccountManagement/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj b/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj index 6c7678c9441cfa..f40b0251aabdb9 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) diff --git a/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj index d56fd46d6df2db..c5b64e36ad9cad 100644 --- a/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/ref/System.DirectoryServices.Protocols.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj index 3039fe400bf834..4a48f5810e2b09 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj @@ -5,7 +5,7 @@ $(NoWarn);0649;CA1810 true SR.DirectoryServicesProtocols_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); @@ -57,7 +57,7 @@ - + \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices.Protocols/tests/Configurations.props b/src/libraries/System.DirectoryServices.Protocols/tests/Configurations.props deleted file mode 100644 index 6b39e749e28080..00000000000000 --- a/src/libraries/System.DirectoryServices.Protocols/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj b/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj index fd63b84303fe83..45ee75557ac22e 100644 --- a/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) diff --git a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj index 93da3d2afc6bf8..bce12b31503a1a 100644 --- a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj @@ -1,6 +1,6 @@ - netstandard2.0;_$(NetFrameworkCurrent); + netstandard2.0;_$(NetFrameworkCurrent) _$(NetFrameworkCurrent) diff --git a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj index 7ca4964a07961f..fc8bdf0f75cddc 100644 --- a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj @@ -4,7 +4,7 @@ true $(NoWarn);0649 SR.DirectoryServices_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices/tests/Configurations.props b/src/libraries/System.DirectoryServices/tests/Configurations.props deleted file mode 100644 index cc3d67b6a31ed0..00000000000000 --- a/src/libraries/System.DirectoryServices/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj b/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj index a0b8f6610f1b24..c4df6bbeb60f50 100644 --- a/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj +++ b/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj @@ -1,7 +1,7 @@ $(NoWarn);CS0618 - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) diff --git a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj index f8c0d546d2d5cf..b08caf4ae6e304 100644 --- a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj @@ -1,6 +1,6 @@ - netcoreapp3.0;;$(NetCoreAppCurrent); + netcoreapp3.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj index e5bc84dc3b2ea4..3513b12c3d88d2 100644 --- a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj @@ -5,7 +5,7 @@ CS0618 $(DefineConstants);FEATURE_WINDOWS_SYSTEM_COLORS;FEATURE_SYSTEM_EVENTS true - netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Drawing.Common/tests/Configurations.props b/src/libraries/System.Drawing.Common/tests/Configurations.props deleted file mode 100644 index 4d7a02a5508f2e..00000000000000 --- a/src/libraries/System.Drawing.Common/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj b/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj index 7d7003ce2b2067..015d6d293bac3e 100644 --- a/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj +++ b/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.csproj b/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.csproj index 7167a63d83f08c..7323bee524a175 100644 --- a/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.csproj +++ b/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj b/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj index c0d09ee3a978cf..3ca9990554b45c 100644 --- a/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj +++ b/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj @@ -4,7 +4,7 @@ System.Drawing System.Drawing.Primitives $(DefineConstants);FEATURE_WINDOWS_SYSTEM_COLORS - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix enable diff --git a/src/libraries/System.Drawing.Primitives/tests/Configurations.props b/src/libraries/System.Drawing.Primitives/tests/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Drawing.Primitives/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj b/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj index c17ffddf3b1b45..1601346a37a00a 100644 --- a/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj +++ b/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Dynamic.Runtime/ref/System.Dynamic.Runtime.csproj b/src/libraries/System.Dynamic.Runtime/ref/System.Dynamic.Runtime.csproj index 8b141e5a39e60c..17c5cc095dd342 100644 --- a/src/libraries/System.Dynamic.Runtime/ref/System.Dynamic.Runtime.csproj +++ b/src/libraries/System.Dynamic.Runtime/ref/System.Dynamic.Runtime.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj b/src/libraries/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj index 3a7008700c4efd..2fb5c055bf30ff 100644 --- a/src/libraries/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj +++ b/src/libraries/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj @@ -3,7 +3,7 @@ System.Dynamic.Runtime System.Dynamic.Runtime true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Dynamic.Runtime/tests/Configurations.props b/src/libraries/System.Dynamic.Runtime/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Dynamic.Runtime/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Dynamic.Runtime/tests/System.Dynamic.Runtime.Tests.csproj b/src/libraries/System.Dynamic.Runtime/tests/System.Dynamic.Runtime.Tests.csproj index 924f81781e4d59..9b70ef3b077cf4 100644 --- a/src/libraries/System.Dynamic.Runtime/tests/System.Dynamic.Runtime.Tests.csproj +++ b/src/libraries/System.Dynamic.Runtime/tests/System.Dynamic.Runtime.Tests.csproj @@ -2,7 +2,7 @@ true 67,168,219,414,162,184,458,464,78,169,114,693,108,1981,649,109,1066,3021,3026,3002,3014,3022,660,661,429;xUnit1013 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Globalization.Calendars/ref/System.Globalization.Calendars.csproj b/src/libraries/System.Globalization.Calendars/ref/System.Globalization.Calendars.csproj index 55863b054df7eb..c76d78d6494ee6 100644 --- a/src/libraries/System.Globalization.Calendars/ref/System.Globalization.Calendars.csproj +++ b/src/libraries/System.Globalization.Calendars/ref/System.Globalization.Calendars.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Globalization.Calendars/src/System.Globalization.Calendars.csproj b/src/libraries/System.Globalization.Calendars/src/System.Globalization.Calendars.csproj index 6ebb9cca0c834b..5620866d176594 100644 --- a/src/libraries/System.Globalization.Calendars/src/System.Globalization.Calendars.csproj +++ b/src/libraries/System.Globalization.Calendars/src/System.Globalization.Calendars.csproj @@ -2,7 +2,7 @@ System.Globalization.Calendars true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/Configurations.props b/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/System.Globalization.CalendarsWithConfigSwitch.Tests.csproj b/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/System.Globalization.CalendarsWithConfigSwitch.Tests.csproj index fef7c1be8f7e03..824ce2ad77e4aa 100644 --- a/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/System.Globalization.CalendarsWithConfigSwitch.Tests.csproj +++ b/src/libraries/System.Globalization.Calendars/tests/CalendarTestWithConfigSwitch/System.Globalization.CalendarsWithConfigSwitch.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Globalization.Calendars/tests/Configurations.props b/src/libraries/System.Globalization.Calendars/tests/Configurations.props deleted file mode 100644 index c50114dc4221a3..00000000000000 --- a/src/libraries/System.Globalization.Calendars/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj b/src/libraries/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj index a77ffeda6fed6d..34fc322cb83377 100644 --- a/src/libraries/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj +++ b/src/libraries/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Globalization.Extensions/ref/System.Globalization.Extensions.csproj b/src/libraries/System.Globalization.Extensions/ref/System.Globalization.Extensions.csproj index 48a21ad36e5f2c..85cb96bea0b080 100644 --- a/src/libraries/System.Globalization.Extensions/ref/System.Globalization.Extensions.csproj +++ b/src/libraries/System.Globalization.Extensions/ref/System.Globalization.Extensions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj b/src/libraries/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj index 84a1eaceb9cf86..950aa06228a97f 100644 --- a/src/libraries/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj +++ b/src/libraries/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj @@ -6,7 +6,7 @@ System.Globalization.Extensions true true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Globalization.Extensions/tests/Configurations.props b/src/libraries/System.Globalization.Extensions/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Globalization.Extensions/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Globalization.Extensions/tests/System.Globalization.Extensions.Tests.csproj b/src/libraries/System.Globalization.Extensions/tests/System.Globalization.Extensions.Tests.csproj index 027ae2ad7bc92a..d8aa69832dcb87 100644 --- a/src/libraries/System.Globalization.Extensions/tests/System.Globalization.Extensions.Tests.csproj +++ b/src/libraries/System.Globalization.Extensions/tests/System.Globalization.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Globalization/ref/System.Globalization.csproj b/src/libraries/System.Globalization/ref/System.Globalization.csproj index 7ef65a5640ef31..b35210a78492a6 100644 --- a/src/libraries/System.Globalization/ref/System.Globalization.csproj +++ b/src/libraries/System.Globalization/ref/System.Globalization.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Globalization/src/System.Globalization.csproj b/src/libraries/System.Globalization/src/System.Globalization.csproj index ae46b0019f1402..e217aaa680c627 100644 --- a/src/libraries/System.Globalization/src/System.Globalization.csproj +++ b/src/libraries/System.Globalization/src/System.Globalization.csproj @@ -2,7 +2,7 @@ System.Globalization true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Globalization/tests/Configurations.props b/src/libraries/System.Globalization/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Globalization/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Globalization/tests/Invariant/Configurations.props b/src/libraries/System.Globalization/tests/Invariant/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Globalization/tests/Invariant/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Globalization/tests/Invariant/Invariant.Tests.csproj b/src/libraries/System.Globalization/tests/Invariant/Invariant.Tests.csproj index 313302c7a75688..78f6d5db78181a 100644 --- a/src/libraries/System.Globalization/tests/Invariant/Invariant.Tests.csproj +++ b/src/libraries/System.Globalization/tests/Invariant/Invariant.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj b/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj index 5b5afeaea6812f..789ceaa550a8fe 100644 --- a/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj +++ b/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj @@ -3,7 +3,7 @@ true true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) 12.1 diff --git a/src/libraries/System.IO.Compression.Brotli/ref/System.IO.Compression.Brotli.csproj b/src/libraries/System.IO.Compression.Brotli/ref/System.IO.Compression.Brotli.csproj index 6696d18c2315a9..75f69353489412 100644 --- a/src/libraries/System.IO.Compression.Brotli/ref/System.IO.Compression.Brotli.csproj +++ b/src/libraries/System.IO.Compression.Brotli/ref/System.IO.Compression.Brotli.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj index b47149a18d231d..20ac249377c4fd 100644 --- a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj +++ b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj @@ -4,7 +4,7 @@ Library true enable - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.Compression.Brotli/tests/Configurations.props b/src/libraries/System.IO.Compression.Brotli/tests/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.Compression.Brotli/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj index bd6e5e2abc95a5..b1943d26b22987 100644 --- a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj +++ b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);STREAM_MEMORY_OVERLOADS_AVAILABLE - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.Compression.ZipFile/ref/System.IO.Compression.ZipFile.csproj b/src/libraries/System.IO.Compression.ZipFile/ref/System.IO.Compression.ZipFile.csproj index 5fbfafe1a6f82a..1291bfadc00084 100644 --- a/src/libraries/System.IO.Compression.ZipFile/ref/System.IO.Compression.ZipFile.csproj +++ b/src/libraries/System.IO.Compression.ZipFile/ref/System.IO.Compression.ZipFile.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.IO.Compression.ZipFile/src/System.IO.Compression.ZipFile.csproj b/src/libraries/System.IO.Compression.ZipFile/src/System.IO.Compression.ZipFile.csproj index 6787459effd426..602780500d86bd 100644 --- a/src/libraries/System.IO.Compression.ZipFile/src/System.IO.Compression.ZipFile.csproj +++ b/src/libraries/System.IO.Compression.ZipFile/src/System.IO.Compression.ZipFile.csproj @@ -3,7 +3,7 @@ System.IO.Compression.ZipFile true $(NoWarn);CS1573 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.IO.Compression.ZipFile/tests/Configurations.props b/src/libraries/System.IO.Compression.ZipFile/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.Compression.ZipFile/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Compression.ZipFile/tests/System.IO.Compression.ZipFile.Tests.csproj b/src/libraries/System.IO.Compression.ZipFile/tests/System.IO.Compression.ZipFile.Tests.csproj index 2dcd68c88779f5..64b0d45e75367b 100644 --- a/src/libraries/System.IO.Compression.ZipFile/tests/System.IO.Compression.ZipFile.Tests.csproj +++ b/src/libraries/System.IO.Compression.ZipFile/tests/System.IO.Compression.ZipFile.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.IO.Compression/ref/System.IO.Compression.csproj b/src/libraries/System.IO.Compression/ref/System.IO.Compression.csproj index 4574b1ba63f2ce..86cbaa5f1e2e33 100644 --- a/src/libraries/System.IO.Compression/ref/System.IO.Compression.csproj +++ b/src/libraries/System.IO.Compression/ref/System.IO.Compression.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj index 9018b54953b968..ef70ec0c662ced 100644 --- a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj +++ b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj @@ -3,7 +3,7 @@ System.IO.Compression Library true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT enable diff --git a/src/libraries/System.IO.Compression/tests/Configurations.props b/src/libraries/System.IO.Compression/tests/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.Compression/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj index 62e9887503e1b1..8c5f4c3e3ce1de 100644 --- a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj +++ b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj @@ -2,7 +2,7 @@ $(DefineConstants);STREAM_MEMORY_OVERLOADS_AVAILABLE - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj index 9f87a5fdb575a1..eabb9c5c83c5a6 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;$(NetFrameworkCurrent);net461; + netstandard2.0;$(NetFrameworkCurrent);net461 $(NetFrameworkCurrent) diff --git a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj index d423dbc1c4b135..6cf7c385bc8941 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj @@ -3,7 +3,7 @@ true true SR.PlatformNotSupported_AccessControl - netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; annotations diff --git a/src/libraries/System.IO.FileSystem.AccessControl/tests/Configurations.props b/src/libraries/System.IO.FileSystem.AccessControl/tests/Configurations.props deleted file mode 100644 index 372831019a146e..00000000000000 --- a/src/libraries/System.IO.FileSystem.AccessControl/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.AccessControl/tests/System.IO.FileSystem.AccessControl.Tests.csproj b/src/libraries/System.IO.FileSystem.AccessControl/tests/System.IO.FileSystem.AccessControl.Tests.csproj index d17a77a3c0eed8..6041ad80240c77 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/tests/System.IO.FileSystem.AccessControl.Tests.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/tests/System.IO.FileSystem.AccessControl.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.csproj b/src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.csproj index 48f6624ee5443b..94608f39fd6546 100644 --- a/src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.csproj +++ b/src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj b/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj index 7eee627c406c4f..3cb833b98f4284 100644 --- a/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj +++ b/src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj @@ -3,7 +3,7 @@ System.IO.FileSystem.DriveInfo System.IO.FileSystem.DriveInfo true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT enable @@ -69,7 +69,7 @@ Common\System\IO\PathInternal.Windows.cs - + Common\Interop\Unix\Interop.Libraries.cs diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/tests/Configurations.props b/src/libraries/System.IO.FileSystem.DriveInfo/tests/Configurations.props deleted file mode 100644 index c31cf2a4495cf2..00000000000000 --- a/src/libraries/System.IO.FileSystem.DriveInfo/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/tests/System.IO.FileSystem.DriveInfo.Tests.csproj b/src/libraries/System.IO.FileSystem.DriveInfo/tests/System.IO.FileSystem.DriveInfo.Tests.csproj index 77d943674c40e3..b8d990c88bccee 100644 --- a/src/libraries/System.IO.FileSystem.DriveInfo/tests/System.IO.FileSystem.DriveInfo.Tests.csproj +++ b/src/libraries/System.IO.FileSystem.DriveInfo/tests/System.IO.FileSystem.DriveInfo.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.FileSystem.Primitives/ref/System.IO.FileSystem.Primitives.csproj b/src/libraries/System.IO.FileSystem.Primitives/ref/System.IO.FileSystem.Primitives.csproj index 03099470ebe169..8f30245dd0e53d 100644 --- a/src/libraries/System.IO.FileSystem.Primitives/ref/System.IO.FileSystem.Primitives.csproj +++ b/src/libraries/System.IO.FileSystem.Primitives/ref/System.IO.FileSystem.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj b/src/libraries/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj index e78e1d38688c3b..ca75c1f90d5667 100644 --- a/src/libraries/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj +++ b/src/libraries/System.IO.FileSystem.Primitives/src/System.IO.FileSystem.Primitives.csproj @@ -2,7 +2,7 @@ System.IO.FileSystem.Primitives true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.IO.FileSystem.Primitives/tests/Configurations.props b/src/libraries/System.IO.FileSystem.Primitives/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.FileSystem.Primitives/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj b/src/libraries/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj index a30838858466a7..623fcad7d7b348 100644 --- a/src/libraries/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj +++ b/src/libraries/System.IO.FileSystem.Primitives/tests/System.IO.FileSystem.Primitives.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.IO.FileSystem.Watcher/ref/System.IO.FileSystem.Watcher.csproj b/src/libraries/System.IO.FileSystem.Watcher/ref/System.IO.FileSystem.Watcher.csproj index c58f998ff6e814..5ce190610e0f68 100644 --- a/src/libraries/System.IO.FileSystem.Watcher/ref/System.IO.FileSystem.Watcher.csproj +++ b/src/libraries/System.IO.FileSystem.Watcher/ref/System.IO.FileSystem.Watcher.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.IO.FileSystem.Watcher/src/System.IO.FileSystem.Watcher.csproj b/src/libraries/System.IO.FileSystem.Watcher/src/System.IO.FileSystem.Watcher.csproj index 8b9bdc0358197e..ed14adf924d996 100644 --- a/src/libraries/System.IO.FileSystem.Watcher/src/System.IO.FileSystem.Watcher.csproj +++ b/src/libraries/System.IO.FileSystem.Watcher/src/System.IO.FileSystem.Watcher.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Windows_NT enable diff --git a/src/libraries/System.IO.FileSystem.Watcher/tests/Configurations.props b/src/libraries/System.IO.FileSystem.Watcher/tests/Configurations.props deleted file mode 100644 index d785c0b896f63f..00000000000000 --- a/src/libraries/System.IO.FileSystem.Watcher/tests/Configurations.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - $(NetCoreAppCurrent)-Linux; - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-FreeBSD; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj b/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj index 7ceed8ff52c5c5..b55a59a5b13a7b 100644 --- a/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj +++ b/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj b/src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj index 9499cd74308ce8..e03869ae31b78d 100644 --- a/src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj +++ b/src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj b/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj index 3977d85b4716d4..daa7f6a665066c 100644 --- a/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj +++ b/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj @@ -4,7 +4,7 @@ true $(NoWarn);CS1573 true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT enable diff --git a/src/libraries/System.IO.FileSystem/tests/Configurations.props b/src/libraries/System.IO.FileSystem/tests/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.FileSystem/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj index 63b79ff2c2de0f..c798d897911adf 100644 --- a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj +++ b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.IsolatedStorage/ref/System.IO.IsolatedStorage.csproj b/src/libraries/System.IO.IsolatedStorage/ref/System.IO.IsolatedStorage.csproj index 8b0a0b049ccbc6..ccf8e8e8974bd2 100644 --- a/src/libraries/System.IO.IsolatedStorage/ref/System.IO.IsolatedStorage.csproj +++ b/src/libraries/System.IO.IsolatedStorage/ref/System.IO.IsolatedStorage.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj b/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj index 6f2a0211d5a70e..fcf31b262cbe1d 100644 --- a/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj +++ b/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.IO.IsolatedStorage/tests/Configurations.props b/src/libraries/System.IO.IsolatedStorage/tests/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.IsolatedStorage/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj b/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj index 4a6fd7b9a41eed..aba99e2ae1215e 100644 --- a/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj +++ b/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.MemoryMappedFiles/ref/System.IO.MemoryMappedFiles.csproj b/src/libraries/System.IO.MemoryMappedFiles/ref/System.IO.MemoryMappedFiles.csproj index 829a383ddd82a4..8012ed914aee78 100644 --- a/src/libraries/System.IO.MemoryMappedFiles/ref/System.IO.MemoryMappedFiles.csproj +++ b/src/libraries/System.IO.MemoryMappedFiles/ref/System.IO.MemoryMappedFiles.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj index ab5195ad4d4668..54eaa79b25a0b7 100644 --- a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj +++ b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj @@ -3,7 +3,7 @@ System.IO.MemoryMappedFiles true enable - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.MemoryMappedFiles/tests/Configurations.props b/src/libraries/System.IO.MemoryMappedFiles/tests/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.MemoryMappedFiles/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj b/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj index 9309862a621290..a6b3512c172c58 100644 --- a/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj +++ b/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj index 48b52f45bc479e..c54cff8ada14ca 100644 --- a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj @@ -2,7 +2,7 @@ true $(DefineConstants);netcoreapp - netstandard1.3;net46;netstandard2.0;;$(NetFrameworkCurrent); + netstandard1.3;net46;netstandard2.0;;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj index 2119068e7c8447..98589585b2e69d 100644 --- a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj @@ -3,7 +3,7 @@ true true $(DefineConstants);FEATURE_SERIALIZATION - net46;netstandard1.3;netstandard2.0;;$(NetFrameworkCurrent)-Windows_NT; + net46;netstandard1.3;netstandard2.0;;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.Packaging/tests/Configurations.props b/src/libraries/System.IO.Packaging/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.IO.Packaging/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj b/src/libraries/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj index 235a0710ff4779..611983cc55b0ab 100644 --- a/src/libraries/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj +++ b/src/libraries/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj index f0697d048bc223..782fcf2759e8a9 100644 --- a/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 enable diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj index 511ad7855a9e7b..68a1442673dc74 100644 --- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj @@ -1,6 +1,6 @@ - netstandard2.0;netcoreapp3.0;;$(NetCoreAppCurrent); + netstandard2.0;netcoreapp3.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.IO.Pipelines/tests/Configurations.props b/src/libraries/System.IO.Pipelines/tests/Configurations.props deleted file mode 100644 index 4d7a02a5508f2e..00000000000000 --- a/src/libraries/System.IO.Pipelines/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.IO.Pipelines/tests/System.IO.Pipelines.Tests.csproj b/src/libraries/System.IO.Pipelines/tests/System.IO.Pipelines.Tests.csproj index 0d09314c9f0881..0342bf98567242 100644 --- a/src/libraries/System.IO.Pipelines/tests/System.IO.Pipelines.Tests.csproj +++ b/src/libraries/System.IO.Pipelines/tests/System.IO.Pipelines.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.IO.Pipes.AccessControl/ref/System.IO.Pipes.AccessControl.csproj b/src/libraries/System.IO.Pipes.AccessControl/ref/System.IO.Pipes.AccessControl.csproj index 1031152157fdc8..5a8effe08ba4ae 100644 --- a/src/libraries/System.IO.Pipes.AccessControl/ref/System.IO.Pipes.AccessControl.csproj +++ b/src/libraries/System.IO.Pipes.AccessControl/ref/System.IO.Pipes.AccessControl.csproj @@ -3,7 +3,7 @@ 4.0.3.0 - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.IO.Pipes.AccessControl/src/System.IO.Pipes.AccessControl.csproj b/src/libraries/System.IO.Pipes.AccessControl/src/System.IO.Pipes.AccessControl.csproj index 797d701319696d..ce3370b5083a8d 100644 --- a/src/libraries/System.IO.Pipes.AccessControl/src/System.IO.Pipes.AccessControl.csproj +++ b/src/libraries/System.IO.Pipes.AccessControl/src/System.IO.Pipes.AccessControl.csproj @@ -5,7 +5,7 @@ true true SR.PlatformNotSupported_AccessControl - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.IO.Pipes.AccessControl/tests/Configurations.props b/src/libraries/System.IO.Pipes.AccessControl/tests/Configurations.props deleted file mode 100644 index 537af9acf13e8b..00000000000000 --- a/src/libraries/System.IO.Pipes.AccessControl/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Pipes.AccessControl/tests/System.IO.Pipes.AccessControl.Tests.csproj b/src/libraries/System.IO.Pipes.AccessControl/tests/System.IO.Pipes.AccessControl.Tests.csproj index 226b696f3a9260..57f1fa106a04cc 100644 --- a/src/libraries/System.IO.Pipes.AccessControl/tests/System.IO.Pipes.AccessControl.Tests.csproj +++ b/src/libraries/System.IO.Pipes.AccessControl/tests/System.IO.Pipes.AccessControl.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.Pipes/ref/System.IO.Pipes.csproj b/src/libraries/System.IO.Pipes/ref/System.IO.Pipes.csproj index 077df13179ad5d..0a3e44691b7549 100644 --- a/src/libraries/System.IO.Pipes/ref/System.IO.Pipes.csproj +++ b/src/libraries/System.IO.Pipes/ref/System.IO.Pipes.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj b/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj index 57d0e5ca1e0623..bf9d5a047aebe9 100644 --- a/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj +++ b/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj @@ -3,7 +3,7 @@ System.IO.Pipes true true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.Pipes/tests/Configurations.props b/src/libraries/System.IO.Pipes/tests/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.IO.Pipes/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj b/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj index cc55600009ea07..b429cf3d9eb946 100644 --- a/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj +++ b/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj index 10d1dcb32bdbcd..cac55c3e8154f9 100644 --- a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;$(NetFrameworkCurrent); + netstandard2.0;net461;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj index 1801810db00179..8732299e6556f7 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -6,7 +6,7 @@ $(DefineConstants);NOSPAN true annotations - netstandard2.0-Windows_NT;netstandard2.0-Linux;netstandard2.0-OSX;netstandard2.0;net461-Windows_NT;netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0-Windows_NT;netstandard2.0-Linux;netstandard2.0-OSX;netstandard2.0;net461-Windows_NT;netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.Ports/tests/Configurations.props b/src/libraries/System.IO.Ports/tests/Configurations.props deleted file mode 100644 index 1ab889d48c8d33..00000000000000 --- a/src/libraries/System.IO.Ports/tests/Configurations.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Linux; - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-FreeBSD; - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj b/src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj index 302f79693f4e38..5007df8f269eec 100644 --- a/src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj +++ b/src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetFrameworkCurrent) diff --git a/src/libraries/System.IO.UnmanagedMemoryStream/ref/System.IO.UnmanagedMemoryStream.csproj b/src/libraries/System.IO.UnmanagedMemoryStream/ref/System.IO.UnmanagedMemoryStream.csproj index daa310b08deadd..b2e6ebb9ec6ea7 100644 --- a/src/libraries/System.IO.UnmanagedMemoryStream/ref/System.IO.UnmanagedMemoryStream.csproj +++ b/src/libraries/System.IO.UnmanagedMemoryStream/ref/System.IO.UnmanagedMemoryStream.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj b/src/libraries/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj index 7e42d65cb12e8b..3f14e5bdd0387f 100644 --- a/src/libraries/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj +++ b/src/libraries/System.IO.UnmanagedMemoryStream/src/System.IO.UnmanagedMemoryStream.csproj @@ -2,7 +2,7 @@ System.IO.UnmanagedMemoryStream true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.IO.UnmanagedMemoryStream/tests/Configurations.props b/src/libraries/System.IO.UnmanagedMemoryStream/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO.UnmanagedMemoryStream/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO.UnmanagedMemoryStream/tests/System.IO.UnmanagedMemoryStream.Tests.csproj b/src/libraries/System.IO.UnmanagedMemoryStream/tests/System.IO.UnmanagedMemoryStream.Tests.csproj index 61a3bb423528bd..4471d0ba1833eb 100644 --- a/src/libraries/System.IO.UnmanagedMemoryStream/tests/System.IO.UnmanagedMemoryStream.Tests.csproj +++ b/src/libraries/System.IO.UnmanagedMemoryStream/tests/System.IO.UnmanagedMemoryStream.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.IO/ref/System.IO.csproj b/src/libraries/System.IO/ref/System.IO.csproj index 65b0b1869efc1c..c70bbbd8c9212a 100644 --- a/src/libraries/System.IO/ref/System.IO.csproj +++ b/src/libraries/System.IO/ref/System.IO.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.IO/src/System.IO.csproj b/src/libraries/System.IO/src/System.IO.csproj index fb680681f4d43d..3cc4732adcb97c 100644 --- a/src/libraries/System.IO/src/System.IO.csproj +++ b/src/libraries/System.IO/src/System.IO.csproj @@ -2,7 +2,7 @@ System.IO true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.IO/tests/Configurations.props b/src/libraries/System.IO/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.IO/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.IO/tests/System.IO.Tests.csproj b/src/libraries/System.IO/tests/System.IO.Tests.csproj index 6376403abf12de..3262bfa8bb5013 100644 --- a/src/libraries/System.IO/tests/System.IO.Tests.csproj +++ b/src/libraries/System.IO/tests/System.IO.Tests.csproj @@ -4,7 +4,7 @@ true true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Json/src/System.Json.csproj b/src/libraries/System.Json/src/System.Json.csproj index 8236c05bbfd592..ac2b8743fc6fe6 100644 --- a/src/libraries/System.Json/src/System.Json.csproj +++ b/src/libraries/System.Json/src/System.Json.csproj @@ -4,7 +4,7 @@ System.Json is a library for compat purposes so we want to keep the same identity as it originally shipped with in Silverlight --> MicrosoftShared - netstandard1.0;netstandard2.0; + netstandard1.0;netstandard2.0 diff --git a/src/libraries/System.Json/tests/Configurations.props b/src/libraries/System.Json/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Json/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Json/tests/System.Json.Tests.csproj b/src/libraries/System.Json/tests/System.Json.Tests.csproj index 70c5e886345c51..46fed988515d49 100644 --- a/src/libraries/System.Json/tests/System.Json.Tests.csproj +++ b/src/libraries/System.Json/tests/System.Json.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Linq.Expressions/ref/System.Linq.Expressions.csproj b/src/libraries/System.Linq.Expressions/ref/System.Linq.Expressions.csproj index fe3ab346628f7f..2c5026e6b57697 100644 --- a/src/libraries/System.Linq.Expressions/ref/System.Linq.Expressions.csproj +++ b/src/libraries/System.Linq.Expressions/ref/System.Linq.Expressions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj index 47765613756671..e5878751145660 100644 --- a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj +++ b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj @@ -2,7 +2,7 @@ true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT enable diff --git a/src/libraries/System.Linq.Expressions/tests/Configurations.props b/src/libraries/System.Linq.Expressions/tests/Configurations.props deleted file mode 100644 index f8d083e8f7a729..00000000000000 --- a/src/libraries/System.Linq.Expressions/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj b/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj index d7b992d6e4aadc..48852776e576d7 100644 --- a/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj +++ b/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj @@ -5,7 +5,7 @@ false $(DefineConstants);FEATURE_COMPILE $(DefineConstants);FEATURE_INTERPRET - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Linq.Parallel/ref/System.Linq.Parallel.csproj b/src/libraries/System.Linq.Parallel/ref/System.Linq.Parallel.csproj index 2bc3105c9dc6ed..cb88dfcdaf9d97 100644 --- a/src/libraries/System.Linq.Parallel/ref/System.Linq.Parallel.csproj +++ b/src/libraries/System.Linq.Parallel/ref/System.Linq.Parallel.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Linq.Parallel/src/System.Linq.Parallel.csproj b/src/libraries/System.Linq.Parallel/src/System.Linq.Parallel.csproj index 5d31eb83596202..9b3c3e2ecdb10b 100644 --- a/src/libraries/System.Linq.Parallel/src/System.Linq.Parallel.csproj +++ b/src/libraries/System.Linq.Parallel/src/System.Linq.Parallel.csproj @@ -2,7 +2,7 @@ System.Linq.Parallel true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Linq.Parallel/tests/Configurations.props b/src/libraries/System.Linq.Parallel/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Linq.Parallel/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj index acbf5dbafb8503..e7a85f6cc62c42 100644 --- a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj +++ b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Linq.Queryable/ref/System.Linq.Queryable.csproj b/src/libraries/System.Linq.Queryable/ref/System.Linq.Queryable.csproj index f741beb5b5dd57..dc7cc09400acf8 100644 --- a/src/libraries/System.Linq.Queryable/ref/System.Linq.Queryable.csproj +++ b/src/libraries/System.Linq.Queryable/ref/System.Linq.Queryable.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Linq.Queryable/src/System.Linq.Queryable.csproj b/src/libraries/System.Linq.Queryable/src/System.Linq.Queryable.csproj index 2ff8c1f7eb9c39..13f0be0fce1163 100644 --- a/src/libraries/System.Linq.Queryable/src/System.Linq.Queryable.csproj +++ b/src/libraries/System.Linq.Queryable/src/System.Linq.Queryable.csproj @@ -2,7 +2,7 @@ System.Linq.Queryable System.Linq.Queryable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Linq.Queryable/tests/Configurations.props b/src/libraries/System.Linq.Queryable/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Linq.Queryable/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj b/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj index 2e6931d5e2d428..ad309e2f7319b6 100644 --- a/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj +++ b/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Linq/ref/System.Linq.csproj b/src/libraries/System.Linq/ref/System.Linq.csproj index 678a783a13a6e4..f2c0fd1178a7b1 100644 --- a/src/libraries/System.Linq/ref/System.Linq.csproj +++ b/src/libraries/System.Linq/ref/System.Linq.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Linq/src/System.Linq.csproj b/src/libraries/System.Linq/src/System.Linq.csproj index 2ab26d29972847..e73277516c40cc 100644 --- a/src/libraries/System.Linq/src/System.Linq.csproj +++ b/src/libraries/System.Linq/src/System.Linq.csproj @@ -2,7 +2,7 @@ System.Linq System.Linq - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Linq/tests/Configurations.props b/src/libraries/System.Linq/tests/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Linq/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Linq/tests/System.Linq.Tests.csproj b/src/libraries/System.Linq/tests/System.Linq.Tests.csproj index 3c127301e5721f..fe5b68dc5b1ebe 100644 --- a/src/libraries/System.Linq/tests/System.Linq.Tests.csproj +++ b/src/libraries/System.Linq/tests/System.Linq.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Management/ref/System.Management.csproj b/src/libraries/System.Management/ref/System.Management.csproj index 853e80307bb13d..dad99c2aecffba 100644 --- a/src/libraries/System.Management/ref/System.Management.csproj +++ b/src/libraries/System.Management/ref/System.Management.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj index 1a6d71dc586d2f..2eb25939164dbe 100644 --- a/src/libraries/System.Management/src/System.Management.csproj +++ b/src/libraries/System.Management/src/System.Management.csproj @@ -4,7 +4,7 @@ $(NoWarn);0618 true SR.PlatformNotSupported_SystemManagement - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Management/tests/Configurations.props b/src/libraries/System.Management/tests/Configurations.props deleted file mode 100644 index cc3d67b6a31ed0..00000000000000 --- a/src/libraries/System.Management/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Management/tests/System.Management.Tests.csproj b/src/libraries/System.Management/tests/System.Management.Tests.csproj index 01893ba4c87088..d71c4999db1a97 100644 --- a/src/libraries/System.Management/tests/System.Management.Tests.csproj +++ b/src/libraries/System.Management/tests/System.Management.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) diff --git a/src/libraries/System.Memory/ref/System.Memory.csproj b/src/libraries/System.Memory/ref/System.Memory.csproj index 32fcfe81de15c0..85853190888b86 100644 --- a/src/libraries/System.Memory/ref/System.Memory.csproj +++ b/src/libraries/System.Memory/ref/System.Memory.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Memory/src/System.Memory.csproj b/src/libraries/System.Memory/src/System.Memory.csproj index 22a85e6fb88d9f..bada3e64b157c4 100644 --- a/src/libraries/System.Memory/src/System.Memory.csproj +++ b/src/libraries/System.Memory/src/System.Memory.csproj @@ -3,7 +3,7 @@ true true enable - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix $(DefineConstants);MAKE_ABW_PUBLIC diff --git a/src/libraries/System.Memory/tests/Configurations.props b/src/libraries/System.Memory/tests/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Memory/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj index e44246b6c9f169..ce1cdff0d5c2b2 100644 --- a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj +++ b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj @@ -4,7 +4,7 @@ true true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.Http.WinHttpHandler/ref/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/ref/System.Net.Http.WinHttpHandler.csproj index f5325628954851..57a4dd01570863 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/ref/System.Net.Http.WinHttpHandler.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/ref/System.Net.Http.WinHttpHandler.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj index d39f076e1e179f..8d548f2b09cde1 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj @@ -3,7 +3,7 @@ AnyCPU SR.PlatformNotSupported_WinHttpHandler true - netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; true $(DefineConstants);WINHTTPHANDLER_DLL diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/Configurations.props b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/Configurations.props deleted file mode 100644 index 96779f45bfb69c..00000000000000 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj index f3523642a8b54d..f3232701830a73 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/Configurations.props b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/Configurations.props deleted file mode 100644 index f687adbbdefe3b..00000000000000 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj index 8f9a6547a643d2..4ed356e87e8813 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj @@ -3,7 +3,7 @@ $(NoWarn);0436 true ../../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT $(DefineConstants);WINHTTPHANDLER_DLL diff --git a/src/libraries/System.Net.Http/ref/System.Net.Http.csproj b/src/libraries/System.Net.Http/ref/System.Net.Http.csproj index 497d5a709d63bb..f56283353ae3e9 100644 --- a/src/libraries/System.Net.Http/ref/System.Net.Http.csproj +++ b/src/libraries/System.Net.Http/ref/System.Net.Http.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.Http/src/System.Net.Http.csproj b/src/libraries/System.Net.Http/src/System.Net.Http.csproj index 98c50031aaab95..e8111979d8cbdd 100644 --- a/src/libraries/System.Net.Http/src/System.Net.Http.csproj +++ b/src/libraries/System.Net.Http/src/System.Net.Http.csproj @@ -7,7 +7,7 @@ $(NoWarn);0436;CS1573 true $(DefineConstants);HTTP_DLL - $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT $(DefineConstants);SYSNETHTTP_NO_OPENSSL diff --git a/src/libraries/System.Net.Http/tests/EnterpriseTests/Configurations.props b/src/libraries/System.Net.Http/tests/EnterpriseTests/Configurations.props deleted file mode 100644 index 9956ab2c60802c..00000000000000 --- a/src/libraries/System.Net.Http/tests/EnterpriseTests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj b/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj index f477dfbc032026..38385b5d780a71 100644 --- a/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj +++ b/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/Configurations.props b/src/libraries/System.Net.Http/tests/FunctionalTests/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj index 5b59d1a6fd49bb..878426fedd2582 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj @@ -4,7 +4,7 @@ $(DefineConstants);SYSNETHTTP_NO_OPENSSL true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Net.Http/tests/UnitTests/Configurations.props b/src/libraries/System.Net.Http/tests/UnitTests/Configurations.props deleted file mode 100644 index 01aaf3eabdafb2..00000000000000 --- a/src/libraries/System.Net.Http/tests/UnitTests/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj index 20e328e3148428..8e032ea02cce03 100644 --- a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj +++ b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj @@ -3,7 +3,7 @@ ../../src/Resources/Strings.resx true true - $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.csproj b/src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.csproj index 8908688adca773..35b678e353a56c 100644 --- a/src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.csproj +++ b/src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj index b0d4a6a03686d9..e65156ed41f3bf 100644 --- a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj +++ b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj @@ -2,7 +2,7 @@ true false - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Net.HttpListener/tests/Configurations.props b/src/libraries/System.Net.HttpListener/tests/Configurations.props deleted file mode 100644 index 34685e869339ee..00000000000000 --- a/src/libraries/System.Net.HttpListener/tests/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj b/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj index e1ce4039165449..f765cec3d034d0 100644 --- a/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj +++ b/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj @@ -2,7 +2,7 @@ true ../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Net.Mail/ref/System.Net.Mail.csproj b/src/libraries/System.Net.Mail/ref/System.Net.Mail.csproj index 7e4cea4fd15f02..e1375e8d3aa717 100644 --- a/src/libraries/System.Net.Mail/ref/System.Net.Mail.csproj +++ b/src/libraries/System.Net.Mail/ref/System.Net.Mail.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj index 14cd0c6a5bd631..aaf672c4f55215 100644 --- a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj +++ b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Net.Mail/tests/Functional/Configurations.props b/src/libraries/System.Net.Mail/tests/Functional/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Net.Mail/tests/Functional/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj b/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj index c69a9432009865..9264921c2ac430 100644 --- a/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj +++ b/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.Mail/tests/Unit/Configurations.props b/src/libraries/System.Net.Mail/tests/Unit/Configurations.props deleted file mode 100644 index eca4299792e25d..00000000000000 --- a/src/libraries/System.Net.Mail/tests/Unit/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj b/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj index e7795f7c9f2395..f1930d80ff091a 100644 --- a/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj +++ b/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj @@ -2,7 +2,7 @@ true ../../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Net.NameResolution/ref/System.Net.NameResolution.csproj b/src/libraries/System.Net.NameResolution/ref/System.Net.NameResolution.csproj index fe6eaaf9fbc31f..6cba4920d14baf 100644 --- a/src/libraries/System.Net.NameResolution/ref/System.Net.NameResolution.csproj +++ b/src/libraries/System.Net.NameResolution/ref/System.Net.NameResolution.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj index 5fc76c7f1cc779..ef7fd9560033fb 100644 --- a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj +++ b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj @@ -2,7 +2,7 @@ System.Net.NameResolution true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/Configurations.props b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/Configurations.props deleted file mode 100644 index eca4299792e25d..00000000000000 --- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj index 188538b0ce24fc..48b39fe6179402 100644 --- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj +++ b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Net.NameResolution/tests/PalTests/Configurations.props b/src/libraries/System.Net.NameResolution/tests/PalTests/Configurations.props deleted file mode 100644 index eca4299792e25d..00000000000000 --- a/src/libraries/System.Net.NameResolution/tests/PalTests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj index 903f7ab215574e..b07b31e93f8b93 100644 --- a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj +++ b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj @@ -2,7 +2,7 @@ true ../../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Net.NameResolution/tests/UnitTests/Configurations.props b/src/libraries/System.Net.NameResolution/tests/UnitTests/Configurations.props deleted file mode 100644 index eca4299792e25d..00000000000000 --- a/src/libraries/System.Net.NameResolution/tests/UnitTests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj index 4425b110651ca8..4c16273bf31163 100644 --- a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj +++ b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj @@ -4,7 +4,7 @@ true 0436 - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Net.NetworkInformation/ref/System.Net.NetworkInformation.csproj b/src/libraries/System.Net.NetworkInformation/ref/System.Net.NetworkInformation.csproj index aea74ee7e9abba..93a2e1e68cf218 100644 --- a/src/libraries/System.Net.NetworkInformation/ref/System.Net.NetworkInformation.csproj +++ b/src/libraries/System.Net.NetworkInformation/ref/System.Net.NetworkInformation.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj index d9c628d6d59439..161ae5ab7f2e6b 100644 --- a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj +++ b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj @@ -4,7 +4,7 @@ Library true $(NoWarn);CA1823 - $(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/Configurations.props b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj index ce6925d1c17345..4e5a858b2fb43f 100644 --- a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj +++ b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj @@ -2,7 +2,7 @@ true ../../src/Resources/Strings.resx - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.Ping/ref/System.Net.Ping.csproj b/src/libraries/System.Net.Ping/ref/System.Net.Ping.csproj index 569d3ad2c4e22e..349813d56605cd 100644 --- a/src/libraries/System.Net.Ping/ref/System.Net.Ping.csproj +++ b/src/libraries/System.Net.Ping/ref/System.Net.Ping.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj b/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj index dfea9583cde151..7cd4ac155d5d81 100644 --- a/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj +++ b/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj @@ -3,7 +3,7 @@ System.Net.Ping true $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Net.Ping/tests/FunctionalTests/Configurations.props b/src/libraries/System.Net.Ping/tests/FunctionalTests/Configurations.props deleted file mode 100644 index 30c654bebfdd72..00000000000000 --- a/src/libraries/System.Net.Ping/tests/FunctionalTests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj b/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj index 1c7e1515739bc1..d2be3acd9fe79f 100644 --- a/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj +++ b/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT true diff --git a/src/libraries/System.Net.Primitives/ref/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/ref/System.Net.Primitives.csproj index ac241c46856d17..1ef0515eb433b1 100644 --- a/src/libraries/System.Net.Primitives/ref/System.Net.Primitives.csproj +++ b/src/libraries/System.Net.Primitives/ref/System.Net.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj index 9f2daf51f66692..7c234a22d20bab 100644 --- a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj +++ b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj @@ -4,7 +4,7 @@ Library true false - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT $(DefineConstants);PRODUCT diff --git a/src/libraries/System.Net.Security/tests/EnterpriseTests/Configurations.props b/src/libraries/System.Net.Security/tests/EnterpriseTests/Configurations.props deleted file mode 100644 index 9956ab2c60802c..00000000000000 --- a/src/libraries/System.Net.Security/tests/EnterpriseTests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj b/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj index 5e6e3d4d1454c6..81eb118f1cc598 100644 --- a/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj +++ b/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/Configurations.props b/src/libraries/System.Net.Security/tests/FunctionalTests/Configurations.props deleted file mode 100644 index c074f91a4a09c0..00000000000000 --- a/src/libraries/System.Net.Security/tests/FunctionalTests/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-OSX; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj index 0ba2c61afdf997..966a46da2b7cc5 100644 --- a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj +++ b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-OSX; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-OSX diff --git a/src/libraries/System.Net.Security/tests/UnitTests/Configurations.props b/src/libraries/System.Net.Security/tests/UnitTests/Configurations.props deleted file mode 100644 index 55d3a5dde8f331..00000000000000 --- a/src/libraries/System.Net.Security/tests/UnitTests/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj index 3d6d3065338ab8..626db0288764ba 100644 --- a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj +++ b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj @@ -10,7 +10,7 @@ 436 $(NoWarn);3021 - $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Net.ServicePoint/ref/System.Net.ServicePoint.csproj b/src/libraries/System.Net.ServicePoint/ref/System.Net.ServicePoint.csproj index e49e6c33e131a5..cc1b2123f6edd4 100644 --- a/src/libraries/System.Net.ServicePoint/ref/System.Net.ServicePoint.csproj +++ b/src/libraries/System.Net.ServicePoint/ref/System.Net.ServicePoint.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj b/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj index 254d31e5ddb03f..be4083c5bb7daa 100644 --- a/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj +++ b/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj @@ -2,7 +2,7 @@ true $(NoWarn);CA5364 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.ServicePoint/tests/Configurations.props b/src/libraries/System.Net.ServicePoint/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.ServicePoint/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.ServicePoint/tests/System.Net.ServicePoint.Tests.csproj b/src/libraries/System.Net.ServicePoint/tests/System.Net.ServicePoint.Tests.csproj index 5c0907c49cf57f..d3e7e345b74bfb 100644 --- a/src/libraries/System.Net.ServicePoint/tests/System.Net.ServicePoint.Tests.csproj +++ b/src/libraries/System.Net.ServicePoint/tests/System.Net.ServicePoint.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.Sockets/ref/System.Net.Sockets.csproj b/src/libraries/System.Net.Sockets/ref/System.Net.Sockets.csproj index 2b1cdc4abdb88a..6e6fe57c85a86d 100644 --- a/src/libraries/System.Net.Sockets/ref/System.Net.Sockets.csproj +++ b/src/libraries/System.Net.Sockets/ref/System.Net.Sockets.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj index 67db2cf7b6a128..b445813d8d0391 100644 --- a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj +++ b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj @@ -2,7 +2,7 @@ System.Net.Sockets true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT true diff --git a/src/libraries/System.Net.WebClient/ref/System.Net.WebClient.csproj b/src/libraries/System.Net.WebClient/ref/System.Net.WebClient.csproj index 80200622735230..9ca5e942cb4806 100644 --- a/src/libraries/System.Net.WebClient/ref/System.Net.WebClient.csproj +++ b/src/libraries/System.Net.WebClient/ref/System.Net.WebClient.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj b/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj index d88e23cc857c69..903e15eaee2dfc 100644 --- a/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj +++ b/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.WebClient/tests/Configurations.props b/src/libraries/System.Net.WebClient/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebClient/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj b/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj index 9a3f938ab22c61..b7760f01236b9f 100644 --- a/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj +++ b/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) $(DefineConstants);NETSTANDARD diff --git a/src/libraries/System.Net.WebHeaderCollection/ref/System.Net.WebHeaderCollection.csproj b/src/libraries/System.Net.WebHeaderCollection/ref/System.Net.WebHeaderCollection.csproj index f398577f096b28..6347cca7407255 100644 --- a/src/libraries/System.Net.WebHeaderCollection/ref/System.Net.WebHeaderCollection.csproj +++ b/src/libraries/System.Net.WebHeaderCollection/ref/System.Net.WebHeaderCollection.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable $(NoWarn);8610 diff --git a/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj b/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj index c374d81118709c..b5d71b945faa6a 100644 --- a/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj +++ b/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj @@ -2,7 +2,7 @@ System.Net.WebHeaderCollection true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Net.WebHeaderCollection/tests/Configurations.props b/src/libraries/System.Net.WebHeaderCollection/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebHeaderCollection/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebHeaderCollection/tests/System.Net.WebHeaderCollection.Tests.csproj b/src/libraries/System.Net.WebHeaderCollection/tests/System.Net.WebHeaderCollection.Tests.csproj index d408be41fd195a..e75726b2ee55b2 100644 --- a/src/libraries/System.Net.WebHeaderCollection/tests/System.Net.WebHeaderCollection.Tests.csproj +++ b/src/libraries/System.Net.WebHeaderCollection/tests/System.Net.WebHeaderCollection.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.WebProxy/ref/System.Net.WebProxy.csproj b/src/libraries/System.Net.WebProxy/ref/System.Net.WebProxy.csproj index 1b4228bdfb0bfd..773047c57a81bf 100644 --- a/src/libraries/System.Net.WebProxy/ref/System.Net.WebProxy.csproj +++ b/src/libraries/System.Net.WebProxy/ref/System.Net.WebProxy.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj b/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj index 7d23dc95798aa3..de7b60c2f5ef0a 100644 --- a/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj +++ b/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.WebProxy/tests/Configurations.props b/src/libraries/System.Net.WebProxy/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebProxy/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebProxy/tests/System.Net.WebProxy.Tests.csproj b/src/libraries/System.Net.WebProxy/tests/System.Net.WebProxy.Tests.csproj index bcacccdbc4ead2..c2e184303093da 100644 --- a/src/libraries/System.Net.WebProxy/tests/System.Net.WebProxy.Tests.csproj +++ b/src/libraries/System.Net.WebProxy/tests/System.Net.WebProxy.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.WebSockets.Client/ref/System.Net.WebSockets.Client.csproj b/src/libraries/System.Net.WebSockets.Client/ref/System.Net.WebSockets.Client.csproj index 4c8273f44374e8..4623d2a4d08acd 100644 --- a/src/libraries/System.Net.WebSockets.Client/ref/System.Net.WebSockets.Client.csproj +++ b/src/libraries/System.Net.WebSockets.Client/ref/System.Net.WebSockets.Client.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj index 67404b7262cb62..38313c1e3e9717 100644 --- a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj +++ b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj @@ -2,7 +2,7 @@ True $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Net.WebSockets.Client/tests/Configurations.props b/src/libraries/System.Net.WebSockets.Client/tests/Configurations.props deleted file mode 100644 index 75eaac02dc2081..00000000000000 --- a/src/libraries/System.Net.WebSockets.Client/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj index e32b9bb5ee0f72..d685d7b270d7f2 100644 --- a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj +++ b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj @@ -1,7 +1,7 @@ ../src/Resources/Strings.resx - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix $(DefineConstants);NETSTANDARD diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/System.Net.WebSockets.WebSocketProtocol.csproj index 2527315dcba307..858e8bf204b16d 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/System.Net.WebSockets.WebSocketProtocol.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/ref/System.Net.WebSockets.WebSocketProtocol.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj index bebf79cc181f95..91fc08d7b26643 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj @@ -3,7 +3,7 @@ System.Net.WebSockets.WebSocketProtocol True $(NoWarn);CS1573 - netstandard2.0;netcoreapp2.1;;$(NetCoreAppCurrent); + netstandard2.0;netcoreapp2.1;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/Configurations.props b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj index caeeb712548963..733a9034568525 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Net.WebSockets/ref/System.Net.WebSockets.csproj b/src/libraries/System.Net.WebSockets/ref/System.Net.WebSockets.csproj index 530e05613df1bc..bd279f24aed853 100644 --- a/src/libraries/System.Net.WebSockets/ref/System.Net.WebSockets.csproj +++ b/src/libraries/System.Net.WebSockets/ref/System.Net.WebSockets.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj index f7126fd33c0aaa..1ee3dd8247cf7a 100644 --- a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj +++ b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj @@ -3,7 +3,7 @@ System.Net.WebSockets True $(NoWarn);CS1573 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Net.WebSockets/tests/Configurations.props b/src/libraries/System.Net.WebSockets/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Net.WebSockets/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj b/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj index c7fef8f53656f4..453ddb8ea157a2 100644 --- a/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj +++ b/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj b/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj index 4699d3bf5b1b33..8aa285c6071ef5 100644 --- a/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj +++ b/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj @@ -1,6 +1,6 @@ - netstandard1.1;;netstandard2.0; + netstandard1.1;;netstandard2.0 netstandard2.0; diff --git a/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj b/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj index 87da7a91f8f2c1..c0957e884bb0df 100644 --- a/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj +++ b/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj @@ -1,7 +1,7 @@ true - netstandard1.1;;netstandard2.0; + netstandard1.1;;netstandard2.0 netstandard2.0; $(OutputPath)$(MSBuildProjectName).xml System.Numerics.Tensors diff --git a/src/libraries/System.Numerics.Tensors/tests/Configurations.props b/src/libraries/System.Numerics.Tensors/tests/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Numerics.Tensors/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Numerics.Tensors/tests/System.Numerics.Tensors.Tests.csproj b/src/libraries/System.Numerics.Tensors/tests/System.Numerics.Tensors.Tests.csproj index 77d9735464445b..ecbee24629149a 100644 --- a/src/libraries/System.Numerics.Tensors/tests/System.Numerics.Tensors.Tests.csproj +++ b/src/libraries/System.Numerics.Tensors/tests/System.Numerics.Tensors.Tests.csproj @@ -1,7 +1,7 @@ True - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj b/src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj index ea423ecbca742d..42ba04da8db712 100644 --- a/src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj +++ b/src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj b/src/libraries/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj index 25571bb1fa737f..9a5056e2c916ba 100644 --- a/src/libraries/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj +++ b/src/libraries/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Numerics.Vectors/tests/Configurations.props b/src/libraries/System.Numerics.Vectors/tests/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Numerics.Vectors/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj b/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj index 107d91c42dfb4e..c75741ae150b0c 100644 --- a/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj +++ b/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.ObjectModel/ref/System.ObjectModel.csproj b/src/libraries/System.ObjectModel/ref/System.ObjectModel.csproj index 06e89009b6e2ae..9b427746cd8afa 100644 --- a/src/libraries/System.ObjectModel/ref/System.ObjectModel.csproj +++ b/src/libraries/System.ObjectModel/ref/System.ObjectModel.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.ObjectModel/src/System.ObjectModel.csproj b/src/libraries/System.ObjectModel/src/System.ObjectModel.csproj index dc26a653faa2d2..7326ee8341edcc 100644 --- a/src/libraries/System.ObjectModel/src/System.ObjectModel.csproj +++ b/src/libraries/System.ObjectModel/src/System.ObjectModel.csproj @@ -2,7 +2,7 @@ System.ObjectModel true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.ObjectModel/tests/Configurations.props b/src/libraries/System.ObjectModel/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.ObjectModel/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj b/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj index 18105002b7d073..61d5ca2cc9cbf4 100644 --- a/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj +++ b/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj b/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj index d7276977b8b73b..946ccf960f19a5 100644 --- a/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj +++ b/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj @@ -8,7 +8,7 @@ true AnyCPU $(DefineConstants);FEATURE_SERIALIZATION - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) false diff --git a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj index aa43c65081d827..ecdbb98eea0c75 100644 --- a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj +++ b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj @@ -3,7 +3,7 @@ System.Private.Uri true enable - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/Configurations.props b/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/System.Private.Uri.ExtendedFunctional.Tests.csproj b/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/System.Private.Uri.ExtendedFunctional.Tests.csproj index cead69658cf736..fd601765ede457 100644 --- a/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/System.Private.Uri.ExtendedFunctional.Tests.csproj +++ b/src/libraries/System.Private.Uri/tests/ExtendedFunctionalTests/System.Private.Uri.ExtendedFunctional.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Uri/tests/FunctionalTests/Configurations.props b/src/libraries/System.Private.Uri/tests/FunctionalTests/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Private.Uri/tests/FunctionalTests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Private.Uri/tests/FunctionalTests/System.Private.Uri.Functional.Tests.csproj b/src/libraries/System.Private.Uri/tests/FunctionalTests/System.Private.Uri.Functional.Tests.csproj index d253251507a564..a568e2d1069f16 100644 --- a/src/libraries/System.Private.Uri/tests/FunctionalTests/System.Private.Uri.Functional.Tests.csproj +++ b/src/libraries/System.Private.Uri/tests/FunctionalTests/System.Private.Uri.Functional.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Uri/tests/UnitTests/Configurations.props b/src/libraries/System.Private.Uri/tests/UnitTests/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Private.Uri/tests/UnitTests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj index 53a5268f93e58c..fe4bee8165668d 100644 --- a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj +++ b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj @@ -3,7 +3,7 @@ true 436 ../../src/Resources/Strings.resx - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj index 58c12da6ccf532..1609f00f9b579e 100644 --- a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj +++ b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj @@ -2,7 +2,7 @@ System.Private.Xml.Linq System.Xml - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Private.Xml.Linq/tests/Properties/Configurations.props b/src/libraries/System.Private.Xml.Linq/tests/Properties/Configurations.props deleted file mode 100644 index 947de17d405eb4..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/tests/Properties/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj index f17cc85f7873c1..f6d376a5a2921c 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/SDMSample/Configurations.props b/src/libraries/System.Private.Xml.Linq/tests/SDMSample/Configurations.props deleted file mode 100644 index c50114dc4221a3..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/tests/SDMSample/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj index e62d11adc4b3c6..539eeb7552199a 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/Streaming/Configurations.props b/src/libraries/System.Private.Xml.Linq/tests/Streaming/Configurations.props deleted file mode 100644 index 947de17d405eb4..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/tests/Streaming/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj index 7014ac77bd3be4..e378e7647ad3a1 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/Configurations.props b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/Configurations.props deleted file mode 100644 index 947de17d405eb4..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj index ec5fdd45985ad1..27fc4e7023b8e3 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/Configurations.props b/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj b/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj index ff0c408a2b0285..9c9ca387bb312c 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj @@ -2,7 +2,7 @@ XDocument.Common CoreXml.Test.XLinq - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/Configurations.props b/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj b/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj index 1b5cb89cc1cdf4..92bc0a54396050 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Private.Xml.Linq/tests/events/Configurations.props b/src/libraries/System.Private.Xml.Linq/tests/events/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/tests/events/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj index 050ad0736c5549..0b98d38454da31 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/misc/Configurations.props b/src/libraries/System.Private.Xml.Linq/tests/misc/Configurations.props deleted file mode 100644 index 947de17d405eb4..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/tests/misc/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj index 1514bd13746323..eb4a706e45081e 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/Configurations.props b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/Configurations.props deleted file mode 100644 index 947de17d405eb4..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj index c806b48227e79a..87a3ba557100ac 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj @@ -1,7 +1,7 @@ $(NoWarn);xUnit1013 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/Configurations.props b/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/Configurations.props deleted file mode 100644 index 947de17d405eb4..00000000000000 --- a/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj index d739ea1c584099..fca161803749c1 100644 --- a/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj +++ b/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj @@ -1,7 +1,7 @@ $(NoWarn);xUnit1013 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj index 98e4d199b9daf9..934f67ba655048 100644 --- a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj +++ b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj @@ -5,7 +5,7 @@ true $(NoWarn);CS1573;649;169;414 $(DefineConstants);FEATURE_COMPILED_XSL - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Private.Xml/tests/Misc/Configurations.props b/src/libraries/System.Private.Xml/tests/Misc/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Misc/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj b/src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj index 8449ddf6b87ccf..be5b67389ee902 100644 --- a/src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj @@ -1,7 +1,7 @@ XmlMiscTests - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/Configurations.props b/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj index d5b3afbea94298..0305d46cd31479 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/CharCheckingReader/System.Xml.RW.CharCheckingReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Readers/CustomReader/Configurations.props b/src/libraries/System.Private.Xml/tests/Readers/CustomReader/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Readers/CustomReader/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj index feb45b22f79b99..fe3aae52dd9706 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/CustomReader/System.Xml.RW.CustomReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/Configurations.props b/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj index 91977df99713e5..c948363d2bf792 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/FactoryReader/System.Xml.RW.FactoryReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Readers/NameTable/Configurations.props b/src/libraries/System.Private.Xml/tests/Readers/NameTable/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Readers/NameTable/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj index 1247f937e58c0b..0a3fcb132b6695 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/NameTable/System.Xml.RW.NameTable.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/Configurations.props b/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj index 40260ac471164d..4388ee399713b5 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/System.Xml.RW.ReaderSettings.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/Configurations.props b/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj index 6b1a33547e8880..d174841079fcce 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/SubtreeReader/System.Xml.RW.SubtreeReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/Configurations.props b/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj index e7a6746d5a7357..cb59910574851d 100644 --- a/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Readers/WrappedReader/System.Xml.RW.WrappedReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Writers/RwFactory/Configurations.props b/src/libraries/System.Private.Xml/tests/Writers/RwFactory/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Writers/RwFactory/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj b/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj index a252f4e1ef1207..b82ea9d83831c9 100644 --- a/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/Configurations.props b/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj b/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj index 1947f6fb2f8297..3e6c2304979614 100644 --- a/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/Configurations.props b/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/System.Xml.XPath.Tests.csproj b/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/System.Xml.XPath.Tests.csproj index 709679a21f736c..521a22fa0d61e5 100644 --- a/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/System.Xml.XPath.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XPath/XPathDocument/System.Xml.XPath.Tests.csproj @@ -2,7 +2,7 @@ $(DefineConstants);FEATURE_XML_XPATH_ID System.Xml.XPath.Tests - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) $(CommonTestPath)System\Xml\XPath diff --git a/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/Configurations.props b/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/System.Xml.XPath.XmlDocument.Tests.csproj b/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/System.Xml.XPath.XmlDocument.Tests.csproj index fc39f1cb36f17a..5f969dbf371c40 100644 --- a/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/System.Xml.XPath.XmlDocument.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XPath/XmlDocument/System.Xml.XPath.XmlDocument.Tests.csproj @@ -2,7 +2,7 @@ $(DefineConstants);FEATURE_XML_XPATH_ID System.Xml.XPath.XmlDocument.Tests - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) $(CommonTestPath)System\Xml\XPath diff --git a/src/libraries/System.Private.Xml/tests/XmlConvert/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlConvert/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlConvert/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj index b992e468d8ba98..71a716ef7bda4f 100644 --- a/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlConvert/System.Xml.RW.XmlConvert.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlDocument/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlDocument/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlDocument/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj index 83c577f98e2e86..a3beda715d3df9 100644 --- a/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj index 4f71407fd2df5d..c56d0cec741b33 100644 --- a/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/System.Xml.XmlNodeReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/ReadContentAs/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlReader/ReadContentAs/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlReader/ReadContentAs/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj index 90e6edf2203e5c..b28cbb68ef06ea 100644 --- a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/System.Xml.RW.XmlSystemPathResolver.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/System.Xml.RW.XmlSystemPathResolver.Tests.csproj index 51fca8f9df9809..9ec78e9cc7aa08 100644 --- a/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/System.Xml.RW.XmlSystemPathResolver.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlReader/XmlResolver/System.Xml.RW.XmlSystemPathResolver.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlReaderLib/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlReaderLib/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlReaderLib/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlReaderLib/System.Xml.RW.XmlReaderLib.csproj b/src/libraries/System.Private.Xml/tests/XmlReaderLib/System.Xml.RW.XmlReaderLib.csproj index 34174c894594f9..652f447c7d9e3e 100644 --- a/src/libraries/System.Private.Xml/tests/XmlReaderLib/System.Xml.RW.XmlReaderLib.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlReaderLib/System.Xml.RW.XmlReaderLib.csproj @@ -1,7 +1,7 @@ XmlReaderTest.Common - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj index 31edf7be587dfd..16a7c132f5d3ee 100644 --- a/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/System.Xml.XmlResolver.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj index 38b09c5d2a46f1..c7b6e43f2f4ab6 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj index 5efc7eb5a86503..b79f7360072da4 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlSerializer/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlSerializer/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlSerializer/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/Configurations.props deleted file mode 100644 index 4fead5c4154c39..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj index 23d47567838f44..7d5a74dcc6970e 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlSerializer/ReflectionOnly/System.Xml.XmlSerializer.ReflectionOnly.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);ReflectionOnly - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj index f823b789b08075..f41e265d8d9bbb 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/XmlWriter/Configurations.props b/src/libraries/System.Private.Xml/tests/XmlWriter/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/XmlWriter/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/XmlWriter/System.Xml.RW.XmlWriter.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlWriter/System.Xml.RW.XmlWriter.Tests.csproj index 611b7ecfc444f1..6eb1459dada4f8 100644 --- a/src/libraries/System.Private.Xml/tests/XmlWriter/System.Xml.RW.XmlWriter.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/XmlWriter/System.Xml.RW.XmlWriter.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/Configurations.props b/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj b/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj index 3553a9cf4b064f..f660233e5012cc 100644 --- a/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/Configurations.props b/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj b/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj index d3ec475e08bc53..acd8a1d9421414 100644 --- a/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/Configurations.props b/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCompiler.Tests.csproj b/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCompiler.Tests.csproj index e1960cdce35ff2..0a8d4234aa5ecc 100644 --- a/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCompiler.Tests.csproj +++ b/src/libraries/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCompiler.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj b/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj index a130fee1212559..e47b30a5f72c52 100644 --- a/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj +++ b/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj @@ -4,7 +4,7 @@ plan on shipping a new desktop version out of band. Instead add API to a different assembly. --> 4.0.0.0 - netstandard2.0;netstandard1.1; + netstandard2.0;netstandard1.1 diff --git a/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj b/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj index 8d784062d56269..2e1df47a963ac8 100644 --- a/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj +++ b/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj @@ -2,7 +2,7 @@ Library SR.PlatformNotSupported_ReflectionContext - netstandard2.0;netstandard1.1;netstandard2.1; + netstandard2.0;netstandard1.1;netstandard2.1 diff --git a/src/libraries/System.Reflection.Context/tests/Configurations.props b/src/libraries/System.Reflection.Context/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Reflection.Context/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj b/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj index 452131a714f166..c405873f4ebd26 100644 --- a/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj +++ b/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj index 9bd2353c71d525..b14d7aee72fd33 100644 --- a/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj @@ -1,6 +1,6 @@ - netstandard2.0;$(NetCoreAppCurrent); + netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj index 82d536e4bd4370..ad46dc28c36468 100644 --- a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj @@ -3,7 +3,7 @@ true SR.PlatformNotSupported_ReflectionDispatchProxy - net461;netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + net461;netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.DispatchProxy/tests/Configurations.props b/src/libraries/System.Reflection.DispatchProxy/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Reflection.DispatchProxy/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj b/src/libraries/System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj index ce7502b1e95dda..25bec3aa09383c 100644 --- a/src/libraries/System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj index 2b1e9b674c8677..48175785914705 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); + netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) $(NetCoreAppCurrent);_$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj index 0a828ac75d3ae0..671f3765ec875a 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj @@ -4,7 +4,7 @@ true SR.PlatformNotSupported_RefEmitILGeneration $(IsPartialFacadeAssembly) - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0;; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0; $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/tests/Configurations.props b/src/libraries/System.Reflection.Emit.ILGeneration/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Reflection.Emit.ILGeneration/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj index 94240c599f93b8..2947f91daef7bb 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj index 18411835b1aa30..4d680e7b27d64b 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); + netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) $(NetCoreAppCurrent);_$(NetFrameworkCurrent); true enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj index e844e1fb18a5ab..4119fa9a9b1c74 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_RefEmitLightweight $(IsPartialFacadeAssembly) - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0;; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0; $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/tests/Configurations.props b/src/libraries/System.Reflection.Emit.Lightweight/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Reflection.Emit.Lightweight/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj b/src/libraries/System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj index cb2777f8f2d44d..810f81de4c1f4c 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj index 0629acbf470e9f..1f3ef0c07bf075 100644 --- a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent); + netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) $(NetCoreAppCurrent);_$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj index 41ffa07916cf2e..3c9eae8b61469c 100644 --- a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj @@ -3,7 +3,7 @@ true SR.PlatformNotSupported_RefEmit $(IsPartialFacadeAssembly) - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.1;; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.1; $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; enable diff --git a/src/libraries/System.Reflection.Emit/tests/Configurations.props b/src/libraries/System.Reflection.Emit/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Reflection.Emit/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj b/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj index 2d3c0820430dc5..651e9b6959c89c 100644 --- a/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj +++ b/src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Reflection.Extensions/ref/System.Reflection.Extensions.csproj b/src/libraries/System.Reflection.Extensions/ref/System.Reflection.Extensions.csproj index 530b61f24642e5..c7f4950cc6a286 100644 --- a/src/libraries/System.Reflection.Extensions/ref/System.Reflection.Extensions.csproj +++ b/src/libraries/System.Reflection.Extensions/ref/System.Reflection.Extensions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj b/src/libraries/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj index bf4123baba36d0..248970c16d502c 100644 --- a/src/libraries/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj +++ b/src/libraries/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj @@ -2,7 +2,7 @@ System.Reflection.Extensions true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Reflection.Extensions/tests/Configurations.props b/src/libraries/System.Reflection.Extensions/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Reflection.Extensions/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Extensions/tests/System.Reflection.Extensions.Tests.csproj b/src/libraries/System.Reflection.Extensions/tests/System.Reflection.Extensions.Tests.csproj index c4bf081cd58fe7..c0ed6a4c2b6e80 100644 --- a/src/libraries/System.Reflection.Extensions/tests/System.Reflection.Extensions.Tests.csproj +++ b/src/libraries/System.Reflection.Extensions/tests/System.Reflection.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj index ec9bf995e55f0d..f5a3d8df8aad06 100644 --- a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj @@ -2,7 +2,7 @@ true false - netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent); + netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj index 691ef69bc8b82a..13f009a848bd8a 100644 --- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj @@ -5,7 +5,7 @@ en-US false netstandard1.1;portable-net45+win8 - netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent); + netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Reflection.Metadata/tests/Configurations.props b/src/libraries/System.Reflection.Metadata/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Reflection.Metadata/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj b/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj index 0a3737243950b0..ec05b9bc3b7d1f 100644 --- a/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj +++ b/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj @@ -3,7 +3,7 @@ true false 436 - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj b/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj index 4c957d9a133b6a..53c8e0de34c9e8 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/ref/System.Reflection.MetadataLoadContext.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj index d6cdc06e767d5c..827ddffbb35b0f 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj @@ -5,7 +5,7 @@ true $(NoWarn);CS1573 - netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent); + netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Reflection.MetadataLoadContext/tests/Configurations.props b/src/libraries/System.Reflection.MetadataLoadContext/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Reflection.MetadataLoadContext/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj index 2b046643192242..346761c5ded63f 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Reflection.Primitives/ref/System.Reflection.Primitives.csproj b/src/libraries/System.Reflection.Primitives/ref/System.Reflection.Primitives.csproj index 9a9d3247fe3231..9d2d488b8cc112 100644 --- a/src/libraries/System.Reflection.Primitives/ref/System.Reflection.Primitives.csproj +++ b/src/libraries/System.Reflection.Primitives/ref/System.Reflection.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj b/src/libraries/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj index cf1492d7d7002d..a4d042867f187d 100644 --- a/src/libraries/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj +++ b/src/libraries/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj @@ -2,7 +2,7 @@ System.Reflection.Primitives true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj b/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj index a72bfb97d4d721..76bbb44aaf3199 100644 --- a/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj @@ -1,7 +1,7 @@ enable - netstandard2.0;$(NetFrameworkCurrent);net461; + netstandard2.0;$(NetFrameworkCurrent);net461 diff --git a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj index 557adda00cbbca..d1ff4ffe7d413e 100644 --- a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj @@ -3,7 +3,7 @@ System.Reflection.TypeExtensions true enable - net461;netstandard2.0;netstandard1.3;netstandard1.5;;$(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + net461;netstandard2.0;netstandard1.3;netstandard1.5;;$(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix $(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.Reflection.TypeExtensions/tests/Configurations.props b/src/libraries/System.Reflection.TypeExtensions/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Reflection.TypeExtensions/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj b/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj index 677c70727c5d78..6bd289ebdb5117 100644 --- a/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/System.Reflection.TypeExtensions.CoreCLR.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Reflection.TypeExtensions/tests/System.Reflection.TypeExtensions.Tests.csproj b/src/libraries/System.Reflection.TypeExtensions/tests/System.Reflection.TypeExtensions.Tests.csproj index 0ab42913e3d0e1..103111b6c72652 100644 --- a/src/libraries/System.Reflection.TypeExtensions/tests/System.Reflection.TypeExtensions.Tests.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/tests/System.Reflection.TypeExtensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) true diff --git a/src/libraries/System.Reflection/ref/System.Reflection.csproj b/src/libraries/System.Reflection/ref/System.Reflection.csproj index 51bdb0035fa434..942881d74b2e72 100644 --- a/src/libraries/System.Reflection/ref/System.Reflection.csproj +++ b/src/libraries/System.Reflection/ref/System.Reflection.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Reflection/src/System.Reflection.csproj b/src/libraries/System.Reflection/src/System.Reflection.csproj index 2f05f7a7c0938c..1b37d02fcf5587 100644 --- a/src/libraries/System.Reflection/src/System.Reflection.csproj +++ b/src/libraries/System.Reflection/src/System.Reflection.csproj @@ -2,7 +2,7 @@ System.Reflection true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/Configurations.props b/src/libraries/System.Reflection/tests/AssemblyVersion/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_0_0_0_0.csproj b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_0_0_0_0.csproj index 2005832a8272f9..c31e7b5516df39 100644 --- a/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_0_0_0_0.csproj +++ b/src/libraries/System.Reflection/tests/AssemblyVersion/System.Reflection.Tests.Assembly_0_0_0_0.csproj @@ -1,7 +1,7 @@ 0.0.0.0 - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/Configurations.props b/src/libraries/System.Reflection/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Reflection/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection/tests/CoreCLR/Configurations.props b/src/libraries/System.Reflection/tests/CoreCLR/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Reflection/tests/CoreCLR/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj b/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj index 420c9bb15ca3da..44eb26a667fdf5 100644 --- a/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj +++ b/src/libraries/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/Configurations.props b/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/ForwardedTypesAssembly.csproj b/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/ForwardedTypesAssembly.csproj index 3c7661fdaeb9d6..74545eda02c205 100644 --- a/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/ForwardedTypesAssembly.csproj +++ b/src/libraries/System.Reflection/tests/ForwardedTypesAssembly/ForwardedTypesAssembly.csproj @@ -1,7 +1,7 @@ true - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj index a6ebcd2f5421e5..bc9f91e515bcd0 100644 --- a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj +++ b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true false diff --git a/src/libraries/System.Reflection/tests/TestAssembly/Configurations.props b/src/libraries/System.Reflection/tests/TestAssembly/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Reflection/tests/TestAssembly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection/tests/TestAssembly/TestAssembly.csproj b/src/libraries/System.Reflection/tests/TestAssembly/TestAssembly.csproj index 42d384187766ee..fdd99fa7dbc3ce 100644 --- a/src/libraries/System.Reflection/tests/TestAssembly/TestAssembly.csproj +++ b/src/libraries/System.Reflection/tests/TestAssembly/TestAssembly.csproj @@ -1,7 +1,7 @@ true - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Reflection/tests/TestExe/Configurations.props b/src/libraries/System.Reflection/tests/TestExe/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Reflection/tests/TestExe/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj b/src/libraries/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj index 638f43f4748bd6..8604c68a67a018 100644 --- a/src/libraries/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj +++ b/src/libraries/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj @@ -1,7 +1,7 @@ Exe - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Reflection/tests/UnloadableAssembly/Configurations.props b/src/libraries/System.Reflection/tests/UnloadableAssembly/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Reflection/tests/UnloadableAssembly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Reflection/tests/UnloadableAssembly/UnloadableAssembly.csproj b/src/libraries/System.Reflection/tests/UnloadableAssembly/UnloadableAssembly.csproj index 862d3afcb0e8ed..64741efb77036d 100644 --- a/src/libraries/System.Reflection/tests/UnloadableAssembly/UnloadableAssembly.csproj +++ b/src/libraries/System.Reflection/tests/UnloadableAssembly/UnloadableAssembly.csproj @@ -1,7 +1,7 @@ true - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Resources.Extensions/ref/System.Resources.Extensions.csproj b/src/libraries/System.Resources.Extensions/ref/System.Resources.Extensions.csproj index 87bc5e99f1e059..7b32ba82d118b4 100644 --- a/src/libraries/System.Resources.Extensions/ref/System.Resources.Extensions.csproj +++ b/src/libraries/System.Resources.Extensions/ref/System.Resources.Extensions.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj b/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj index 059d6825b5f50a..e28f9cb4804277 100644 --- a/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj +++ b/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj @@ -1,7 +1,7 @@ true - netstandard2.0; + netstandard2.0 $(DefineConstants);RESOURCES_EXTENSIONS annotations diff --git a/src/libraries/System.Resources.Extensions/tests/Configurations.props b/src/libraries/System.Resources.Extensions/tests/Configurations.props deleted file mode 100644 index f550cb30c4afd5..00000000000000 --- a/src/libraries/System.Resources.Extensions/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj b/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj index c3708119c2929c..42835e7473b689 100644 --- a/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj +++ b/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) true diff --git a/src/libraries/System.Resources.Reader/ref/System.Resources.Reader.csproj b/src/libraries/System.Resources.Reader/ref/System.Resources.Reader.csproj index 112daa69d2d330..bd65e7533c55f7 100644 --- a/src/libraries/System.Resources.Reader/ref/System.Resources.Reader.csproj +++ b/src/libraries/System.Resources.Reader/ref/System.Resources.Reader.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Resources.Reader/src/System.Resources.Reader.csproj b/src/libraries/System.Resources.Reader/src/System.Resources.Reader.csproj index 2530694c12e39e..d56489a94b1520 100644 --- a/src/libraries/System.Resources.Reader/src/System.Resources.Reader.csproj +++ b/src/libraries/System.Resources.Reader/src/System.Resources.Reader.csproj @@ -4,7 +4,7 @@ System.Resources.Reader System.Resources true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Resources.Reader/tests/Configurations.props b/src/libraries/System.Resources.Reader/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Resources.Reader/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Resources.Reader/tests/System.Resources.Reader.Tests.csproj b/src/libraries/System.Resources.Reader/tests/System.Resources.Reader.Tests.csproj index 2c6b9dc53c7dda..3663cd79db5b86 100644 --- a/src/libraries/System.Resources.Reader/tests/System.Resources.Reader.Tests.csproj +++ b/src/libraries/System.Resources.Reader/tests/System.Resources.Reader.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Resources.ResourceManager/ref/System.Resources.ResourceManager.csproj b/src/libraries/System.Resources.ResourceManager/ref/System.Resources.ResourceManager.csproj index c67667109f5874..c391867f8280c8 100644 --- a/src/libraries/System.Resources.ResourceManager/ref/System.Resources.ResourceManager.csproj +++ b/src/libraries/System.Resources.ResourceManager/ref/System.Resources.ResourceManager.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj b/src/libraries/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj index fb5d0e1a0c1d97..1abf317b0a72e7 100644 --- a/src/libraries/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj +++ b/src/libraries/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj @@ -2,7 +2,7 @@ System.Resources.ResourceManager true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Resources.ResourceManager/tests/Configurations.props b/src/libraries/System.Resources.ResourceManager/tests/Configurations.props deleted file mode 100644 index b79c1d7c3d9a0b..00000000000000 --- a/src/libraries/System.Resources.ResourceManager/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj b/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj index 470b4d444bd80c..87e65b381d4651 100644 --- a/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj +++ b/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj @@ -4,7 +4,7 @@ true true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Resources.Writer/ref/System.Resources.Writer.csproj b/src/libraries/System.Resources.Writer/ref/System.Resources.Writer.csproj index 69f8055e36c6fc..299fc97ccaf84c 100644 --- a/src/libraries/System.Resources.Writer/ref/System.Resources.Writer.csproj +++ b/src/libraries/System.Resources.Writer/ref/System.Resources.Writer.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj b/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj index a2af23837f1340..de40c537165fb9 100644 --- a/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj +++ b/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj @@ -4,7 +4,7 @@ System.Resources.Writer System.Resources enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Resources.Writer/tests/Configurations.props b/src/libraries/System.Resources.Writer/tests/Configurations.props deleted file mode 100644 index 7ac45c966c4562..00000000000000 --- a/src/libraries/System.Resources.Writer/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Resources.Writer/tests/System.Resources.Writer.Tests.csproj b/src/libraries/System.Resources.Writer/tests/System.Resources.Writer.Tests.csproj index 917047bc7a4e4f..95dc2ba32a8fc6 100644 --- a/src/libraries/System.Resources.Writer/tests/System.Resources.Writer.Tests.csproj +++ b/src/libraries/System.Resources.Writer/tests/System.Resources.Writer.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj b/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj index 6e4c9f98072e23..c86377afad37af 100644 --- a/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj +++ b/src/libraries/System.Runtime.Caching/ref/System.Runtime.Caching.csproj @@ -1,6 +1,6 @@ - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj index 9853f62cd75873..c265b1cd3cdd99 100644 --- a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj +++ b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj @@ -2,7 +2,7 @@ System.Runtime.Caching true - netstandard2.0;netstandard2.0-Windows_NT;_$(NetFrameworkCurrent); + netstandard2.0;netstandard2.0-Windows_NT;_$(NetFrameworkCurrent) _$(NetFrameworkCurrent) diff --git a/src/libraries/System.Runtime.Caching/tests/Configurations.props b/src/libraries/System.Runtime.Caching/tests/Configurations.props deleted file mode 100644 index 4dbe0add6ca9ca..00000000000000 --- a/src/libraries/System.Runtime.Caching/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj b/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj index 48fa42895b6109..d666431543e620 100644 --- a/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj +++ b/src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/System.Runtime.CompilerServices.Unsafe.csproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/System.Runtime.CompilerServices.Unsafe.csproj index b938850aadecaf..fd4c2d69b8ee52 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/System.Runtime.CompilerServices.Unsafe.csproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/ref/System.Runtime.CompilerServices.Unsafe.csproj @@ -3,7 +3,7 @@ true false enable - netstandard1.0;netstandard2.0;netstandard2.1; + netstandard1.0;netstandard2.0;netstandard2.1 diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index 7de6d133eaf6d6..6f1a92bd64338a 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -14,7 +14,7 @@ $(BuildTargetFramework) $(BuildTargetFramework) $(BaseOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup)\ - netcoreapp5.0;netstandard2.0;netstandard1.0;net45;net472; + netcoreapp5.0;netstandard2.0;netstandard1.0;net45;net472 diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/Configurations.props b/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/Configurations.props deleted file mode 100644 index 671d43c80c9736..00000000000000 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj index 6518351c1d1e5a..4fc905dec87c70 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Runtime.CompilerServices.VisualC/ref/System.Runtime.CompilerServices.VisualC.csproj b/src/libraries/System.Runtime.CompilerServices.VisualC/ref/System.Runtime.CompilerServices.VisualC.csproj index c9e70bf97b4632..4aa813260324c5 100644 --- a/src/libraries/System.Runtime.CompilerServices.VisualC/ref/System.Runtime.CompilerServices.VisualC.csproj +++ b/src/libraries/System.Runtime.CompilerServices.VisualC/ref/System.Runtime.CompilerServices.VisualC.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.CompilerServices.VisualC/src/System.Runtime.CompilerServices.VisualC.csproj b/src/libraries/System.Runtime.CompilerServices.VisualC/src/System.Runtime.CompilerServices.VisualC.csproj index 1c1279d2cc2d54..25098cd0de4a55 100644 --- a/src/libraries/System.Runtime.CompilerServices.VisualC/src/System.Runtime.CompilerServices.VisualC.csproj +++ b/src/libraries/System.Runtime.CompilerServices.VisualC/src/System.Runtime.CompilerServices.VisualC.csproj @@ -2,7 +2,7 @@ System.Runtime.CompilerServices.VisualC enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.CompilerServices.VisualC/tests/Configurations.props b/src/libraries/System.Runtime.CompilerServices.VisualC/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.CompilerServices.VisualC/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.CompilerServices.VisualC/tests/System.Runtime.CompilerServices.VisualC.Tests.csproj b/src/libraries/System.Runtime.CompilerServices.VisualC/tests/System.Runtime.CompilerServices.VisualC.Tests.csproj index 9f1d9e970df16a..782ccb0525e6ac 100644 --- a/src/libraries/System.Runtime.CompilerServices.VisualC/tests/System.Runtime.CompilerServices.VisualC.Tests.csproj +++ b/src/libraries/System.Runtime.CompilerServices.VisualC/tests/System.Runtime.CompilerServices.VisualC.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.csproj b/src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.csproj index 9972571c970729..d96ae2699e1562 100644 --- a/src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.csproj +++ b/src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj b/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj index b028bd70b6dcf8..b9b61cc9064b92 100644 --- a/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj +++ b/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj @@ -5,7 +5,7 @@ true true true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT enable diff --git a/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/AssemblyResolveTestApp.csproj b/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/AssemblyResolveTestApp.csproj index 42cfde2c15334e..064652e8dbb1c8 100644 --- a/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/AssemblyResolveTestApp.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/AssemblyResolveTestApp.csproj @@ -1,7 +1,7 @@ true - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/Configurations.props b/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Runtime.Extensions/tests/AssemblyResolveTestApp/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/tests/Configurations.props b/src/libraries/System.Runtime.Extensions/tests/Configurations.props deleted file mode 100644 index eca4299792e25d..00000000000000 --- a/src/libraries/System.Runtime.Extensions/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj b/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj index 399556ce6b7f89..fb959a4a8fadc8 100644 --- a/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj @@ -4,7 +4,7 @@ $(DefineConstants);Unix true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/Configurations.props b/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/TargetFrameworkNameTestApp.csproj b/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/TargetFrameworkNameTestApp.csproj index e556bbc1d06d98..70100c2eeda8a4 100644 --- a/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/TargetFrameworkNameTestApp.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/TargetFrameworkNameTestApp/TargetFrameworkNameTestApp.csproj @@ -4,7 +4,7 @@ false true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Extensions/tests/TestApp/Configurations.props b/src/libraries/System.Runtime.Extensions/tests/TestApp/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Extensions/tests/TestApp/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/tests/TestApp/TestApp.csproj b/src/libraries/System.Runtime.Extensions/tests/TestApp/TestApp.csproj index 7ec075c4e15f0b..27b93a39bd15c4 100644 --- a/src/libraries/System.Runtime.Extensions/tests/TestApp/TestApp.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/TestApp/TestApp.csproj @@ -4,7 +4,7 @@ .exe true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/Configurations.props b/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/TestAppOutsideOfTPA.csproj b/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/TestAppOutsideOfTPA.csproj index 8170a5e6f0f68a..457b44b4e0892a 100644 --- a/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/TestAppOutsideOfTPA.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/TestAppOutsideOfTPA.csproj @@ -4,7 +4,7 @@ .exe true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/Configurations.props b/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/VoidMainWithExitCodeApp.csproj b/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/VoidMainWithExitCodeApp.csproj index 53f380538ca302..4a1f4a2aecee1b 100644 --- a/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/VoidMainWithExitCodeApp.csproj +++ b/src/libraries/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/VoidMainWithExitCodeApp.csproj @@ -4,7 +4,7 @@ .exe true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Handles/ref/System.Runtime.Handles.csproj b/src/libraries/System.Runtime.Handles/ref/System.Runtime.Handles.csproj index 324187a7e5014f..b13a2d298d82b9 100644 --- a/src/libraries/System.Runtime.Handles/ref/System.Runtime.Handles.csproj +++ b/src/libraries/System.Runtime.Handles/ref/System.Runtime.Handles.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Handles/src/System.Runtime.Handles.csproj b/src/libraries/System.Runtime.Handles/src/System.Runtime.Handles.csproj index 13270f9e0ea48d..7a672e96814a76 100644 --- a/src/libraries/System.Runtime.Handles/src/System.Runtime.Handles.csproj +++ b/src/libraries/System.Runtime.Handles/src/System.Runtime.Handles.csproj @@ -2,7 +2,7 @@ System.Runtime.Handles true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Handles/tests/Configurations.props b/src/libraries/System.Runtime.Handles/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Handles/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj b/src/libraries/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj index 8a9e161f43c123..4d44cd6e9c5fae 100644 --- a/src/libraries/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj +++ b/src/libraries/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj index dafc09eaa662dd..57c3f232a5306e 100644 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj +++ b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj index ee918444c29d88..24e535b6476216 100644 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj +++ b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj @@ -3,7 +3,7 @@ System.Runtime.InteropServices true enable - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/Configurations.props b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/Configurations.props deleted file mode 100644 index c10c0d25a71d5a..00000000000000 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj index 612a3ae1d55f0b..b5c466a5617fdf 100644 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/System.Runtime.InteropServices.WindowsRuntime.csproj b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/System.Runtime.InteropServices.WindowsRuntime.csproj index 100780e2ab2e33..5b6b958c22dbde 100644 --- a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/System.Runtime.InteropServices.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/ref/System.Runtime.InteropServices.WindowsRuntime.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj index 95ccf088133fae..ad03217b58d353 100644 --- a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj @@ -2,7 +2,7 @@ System.Runtime.InteropServices.WindowsRuntime true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/Configurations.props b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/Configurations.props deleted file mode 100644 index 8129c93ef8403c..00000000000000 --- a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System.Runtime.InteropServices.WindowsRuntime.Tests.csproj b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System.Runtime.InteropServices.WindowsRuntime.Tests.csproj index ce48168df9bae2..6ed8a0f7b7d937 100644 --- a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System.Runtime.InteropServices.WindowsRuntime.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System.Runtime.InteropServices.WindowsRuntime.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent) true diff --git a/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.csproj b/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.csproj index 1ade1c0142638b..8946e0a5af311a 100644 --- a/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.csproj +++ b/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.csproj @@ -4,7 +4,7 @@ to its own obsolete API. --> $(NoWarn);618 true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj b/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj index 0fd306cc5f9032..ce708b657de024 100644 --- a/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj +++ b/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj @@ -5,7 +5,7 @@ true true enable - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Runtime.InteropServices/tests/Configurations.props b/src/libraries/System.Runtime.InteropServices/tests/Configurations.props deleted file mode 100644 index 85e1a435929ad5..00000000000000 --- a/src/libraries/System.Runtime.InteropServices/tests/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj b/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj index b3df3e08ea8a6e..7b692de2ef9ea0 100644 --- a/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix true diff --git a/src/libraries/System.Runtime.Intrinsics.Experimental/ref/System.Runtime.Intrinsics.Experimental.csproj b/src/libraries/System.Runtime.Intrinsics.Experimental/ref/System.Runtime.Intrinsics.Experimental.csproj index d6119cdd1caf4b..05fc73bef6a56b 100644 --- a/src/libraries/System.Runtime.Intrinsics.Experimental/ref/System.Runtime.Intrinsics.Experimental.csproj +++ b/src/libraries/System.Runtime.Intrinsics.Experimental/ref/System.Runtime.Intrinsics.Experimental.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Intrinsics.Experimental/src/System.Runtime.Intrinsics.Experimental.csproj b/src/libraries/System.Runtime.Intrinsics.Experimental/src/System.Runtime.Intrinsics.Experimental.csproj index 6271556e301737..23bd8185f2ff9d 100644 --- a/src/libraries/System.Runtime.Intrinsics.Experimental/src/System.Runtime.Intrinsics.Experimental.csproj +++ b/src/libraries/System.Runtime.Intrinsics.Experimental/src/System.Runtime.Intrinsics.Experimental.csproj @@ -2,7 +2,7 @@ System.Runtime.Intrinsics.Experimental true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.csproj b/src/libraries/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.csproj index 666de8e811285a..99d42572c65e5e 100644 --- a/src/libraries/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.csproj +++ b/src/libraries/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Runtime.Intrinsics/src/System.Runtime.Intrinsics.csproj b/src/libraries/System.Runtime.Intrinsics/src/System.Runtime.Intrinsics.csproj index 25571bb1fa737f..9a5056e2c916ba 100644 --- a/src/libraries/System.Runtime.Intrinsics/src/System.Runtime.Intrinsics.csproj +++ b/src/libraries/System.Runtime.Intrinsics/src/System.Runtime.Intrinsics.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Runtime.Loader/ref/System.Runtime.Loader.csproj b/src/libraries/System.Runtime.Loader/ref/System.Runtime.Loader.csproj index a953bcbbff742b..367798bd48efae 100644 --- a/src/libraries/System.Runtime.Loader/ref/System.Runtime.Loader.csproj +++ b/src/libraries/System.Runtime.Loader/ref/System.Runtime.Loader.csproj @@ -3,7 +3,7 @@ true $(NoWarn);0067 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Runtime.Loader/src/System.Runtime.Loader.csproj b/src/libraries/System.Runtime.Loader/src/System.Runtime.Loader.csproj index 35f8bdb72da6b6..ea7b260c246038 100644 --- a/src/libraries/System.Runtime.Loader/src/System.Runtime.Loader.csproj +++ b/src/libraries/System.Runtime.Loader/src/System.Runtime.Loader.csproj @@ -2,7 +2,7 @@ System.Runtime.Loader true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Runtime.Loader/tests/Configurations.props b/src/libraries/System.Runtime.Loader/tests/Configurations.props deleted file mode 100644 index d59c116cfe1ab3..00000000000000 --- a/src/libraries/System.Runtime.Loader/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/Configurations.props b/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/System.Runtime.Loader.Test.ContextualReflectionDependency.csproj b/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/System.Runtime.Loader.Test.ContextualReflectionDependency.csproj index 180a065b4a1354..926dabeb2ef8dc 100644 --- a/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/System.Runtime.Loader.Test.ContextualReflectionDependency.csproj +++ b/src/libraries/System.Runtime.Loader/tests/ContextualReflectionDependency/System.Runtime.Loader.Test.ContextualReflectionDependency.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Loader/tests/DefaultContext/Configurations.props b/src/libraries/System.Runtime.Loader/tests/DefaultContext/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Loader/tests/DefaultContext/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj b/src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj index 312e5e9b1c9607..17348b2b70e926 100644 --- a/src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj +++ b/src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true false diff --git a/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/Configurations.props b/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/System.Runtime.Loader.RefEmitLoadContext.Tests.csproj b/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/System.Runtime.Loader.RefEmitLoadContext.Tests.csproj index e17b10957d8e84..5fe8fb3bc7b480 100644 --- a/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/System.Runtime.Loader.RefEmitLoadContext.Tests.csproj +++ b/src/libraries/System.Runtime.Loader/tests/RefEmitLoadContext/System.Runtime.Loader.RefEmitLoadContext.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/Configurations.props b/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/ReferencedClassLib.csproj b/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/ReferencedClassLib.csproj index c0cd2c1db12534..19df3ccaaa0879 100644 --- a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/ReferencedClassLib.csproj +++ b/src/libraries/System.Runtime.Loader/tests/ReferencedClassLib/ReferencedClassLib.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/Configurations.props b/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/ReferencedClassLibNeutralIsSatellite.csproj b/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/ReferencedClassLibNeutralIsSatellite.csproj index a82feac65ce646..4aa6c84d0f2452 100644 --- a/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/ReferencedClassLibNeutralIsSatellite.csproj +++ b/src/libraries/System.Runtime.Loader/tests/ReferencedClassLibNeutralIsSatellite/ReferencedClassLibNeutralIsSatellite.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/Configurations.props b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/System.Runtime.Loader.Noop.Assembly.csproj b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/System.Runtime.Loader.Noop.Assembly.csproj index 9a3233b7418f82..572b008d7747f7 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/System.Runtime.Loader.Noop.Assembly.csproj +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/System.Runtime.Loader.Noop.Assembly.csproj @@ -2,7 +2,7 @@ false - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/Configurations.props b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/Configurations.props deleted file mode 100644 index d6b33dd4292fe1..00000000000000 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0; - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/System.Runtime.Loader.Test.Assembly.csproj b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/System.Runtime.Loader.Test.Assembly.csproj index 2af1a503a37961..48e087f3e9ca57 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/System.Runtime.Loader.Test.Assembly.csproj +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/System.Runtime.Loader.Test.Assembly.csproj @@ -1,6 +1,6 @@ - netstandard2.0;$(NetCoreAppCurrent); + netstandard2.0;$(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/Configurations.props b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/Configurations.props deleted file mode 100644 index 086d1b151f26dd..00000000000000 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0; - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/System.Runtime.Loader.Test.Assembly2.csproj b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/System.Runtime.Loader.Test.Assembly2.csproj index 2b40541581a323..f355bd31c1ee5e 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/System.Runtime.Loader.Test.Assembly2.csproj +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly2/System.Runtime.Loader.Test.Assembly2.csproj @@ -1,6 +1,6 @@ - netstandard2.0;$(NetCoreAppCurrent); + netstandard2.0;$(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/Configurations.props b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/Configurations.props deleted file mode 100644 index 086d1b151f26dd..00000000000000 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - netstandard2.0; - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/System.Runtime.Loader.Test.AssemblyNotSupported.csproj b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/System.Runtime.Loader.Test.AssemblyNotSupported.csproj index 1ba659d7bb1554..4475331e07d0c9 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/System.Runtime.Loader.Test.AssemblyNotSupported.csproj +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.AssemblyNotSupported/System.Runtime.Loader.Test.AssemblyNotSupported.csproj @@ -1,6 +1,6 @@ - netstandard2.0;$(NetCoreAppCurrent); + netstandard2.0;$(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj index b9d62c3b61de4c..a93048eebcf88a 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj @@ -1,7 +1,7 @@ System.Runtime.Loader.Tests - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT true true diff --git a/src/libraries/System.Runtime.Numerics/ref/System.Runtime.Numerics.csproj b/src/libraries/System.Runtime.Numerics/ref/System.Runtime.Numerics.csproj index 8a0f9603de5d98..39e712be0627ac 100644 --- a/src/libraries/System.Runtime.Numerics/ref/System.Runtime.Numerics.csproj +++ b/src/libraries/System.Runtime.Numerics/ref/System.Runtime.Numerics.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj b/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj index 7104a8491a1c16..73128245cedaca 100644 --- a/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj +++ b/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj @@ -4,7 +4,7 @@ System.Runtime.Numerics true enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Numerics/tests/Configurations.props b/src/libraries/System.Runtime.Numerics/tests/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Runtime.Numerics/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Runtime.Numerics/tests/System.Runtime.Numerics.Tests.csproj b/src/libraries/System.Runtime.Numerics/tests/System.Runtime.Numerics.Tests.csproj index d66da0b719119c..f1c4dd03bd428e 100644 --- a/src/libraries/System.Runtime.Numerics/tests/System.Runtime.Numerics.Tests.csproj +++ b/src/libraries/System.Runtime.Numerics/tests/System.Runtime.Numerics.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Formatters/ref/System.Runtime.Serialization.Formatters.csproj b/src/libraries/System.Runtime.Serialization.Formatters/ref/System.Runtime.Serialization.Formatters.csproj index 01d7a6496b889b..d9f919f34f9aca 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/ref/System.Runtime.Serialization.Formatters.csproj +++ b/src/libraries/System.Runtime.Serialization.Formatters/ref/System.Runtime.Serialization.Formatters.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Runtime.Serialization.Formatters/src/System.Runtime.Serialization.Formatters.csproj b/src/libraries/System.Runtime.Serialization.Formatters/src/System.Runtime.Serialization.Formatters.csproj index 258ca84c06b6c1..db7fd3040892d3 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/src/System.Runtime.Serialization.Formatters.csproj +++ b/src/libraries/System.Runtime.Serialization.Formatters/src/System.Runtime.Serialization.Formatters.csproj @@ -3,7 +3,7 @@ System.Runtime.Serialization.Formatters System.Runtime.Serialization.Formatters $(NoWarn);CS1573 - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; enable diff --git a/src/libraries/System.Runtime.Serialization.Formatters/tests/Configurations.props b/src/libraries/System.Runtime.Serialization.Formatters/tests/Configurations.props deleted file mode 100644 index 3a6000a320abbb..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Formatters/tests/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - - $(NetFrameworkCurrent); - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj b/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj index 97e095dcb4327f..d44eae60e96301 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj @@ -3,7 +3,7 @@ true true true - $(NetFrameworkCurrent);$(NetCoreAppCurrent); + $(NetFrameworkCurrent);$(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj b/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj index bc940d04f48ba1..5b83f2ad5ca228 100644 --- a/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Json/src/System.Runtime.Serialization.Json.csproj b/src/libraries/System.Runtime.Serialization.Json/src/System.Runtime.Serialization.Json.csproj index 5ed2c30a42308f..42818f08979086 100644 --- a/src/libraries/System.Runtime.Serialization.Json/src/System.Runtime.Serialization.Json.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/src/System.Runtime.Serialization.Json.csproj @@ -2,7 +2,7 @@ System.Runtime.Serialization.Json true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Json/tests/Configurations.props b/src/libraries/System.Runtime.Serialization.Json/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Json/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/Configurations.props b/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj b/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj index 3ead96ba46fec9..3ae23086ad26cf 100644 --- a/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/tests/ReflectionOnly/System.Runtime.Serialization.Json.ReflectionOnly.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);ReflectionOnly - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj b/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj index 2c6d32f6404dd3..072c5e69940250 100644 --- a/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Primitives/ref/System.Runtime.Serialization.Primitives.csproj b/src/libraries/System.Runtime.Serialization.Primitives/ref/System.Runtime.Serialization.Primitives.csproj index e925e1180fe31a..bcb2151821ac8d 100644 --- a/src/libraries/System.Runtime.Serialization.Primitives/ref/System.Runtime.Serialization.Primitives.csproj +++ b/src/libraries/System.Runtime.Serialization.Primitives/ref/System.Runtime.Serialization.Primitives.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj b/src/libraries/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj index b58123ca9b9d49..1950f070f9c795 100644 --- a/src/libraries/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj +++ b/src/libraries/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj @@ -7,7 +7,7 @@ 512 AnyCPU enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Primitives/tests/Configurations.props b/src/libraries/System.Runtime.Serialization.Primitives/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Primitives/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Primitives/tests/System.Runtime.Serialization.Primitives.Tests.csproj b/src/libraries/System.Runtime.Serialization.Primitives/tests/System.Runtime.Serialization.Primitives.Tests.csproj index 50c9e15e2ca599..bdc08d8ce75213 100644 --- a/src/libraries/System.Runtime.Serialization.Primitives/tests/System.Runtime.Serialization.Primitives.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Primitives/tests/System.Runtime.Serialization.Primitives.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj b/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj index 00afd3b934dafb..e8b27e6ad5ec41 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj b/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj index c2bb88babfcafb..9763bac6672210 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj @@ -2,7 +2,7 @@ System.Runtime.Serialization.Xml true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/Configurations.props b/src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/Configurations.props deleted file mode 100644 index 59e260dc7bbbdc..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/Canonicalization/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent) - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/Configurations.props b/src/libraries/System.Runtime.Serialization.Xml/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/Configurations.props b/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj b/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj index 9d1b8efd7b1059..e94ffdde67a591 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/ReflectionOnly/System.Runtime.Serialization.Xml.ReflectionOnly.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);ReflectionOnly - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj b/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj index 450846dfaaf920..6be96a664a5691 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj index 89d9aac4b50903..5bc49c168adb1d 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent); + netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj index 0143f049c9f3e4..dac60cd80d2135 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -5,7 +5,7 @@ 4.0.1.0 - netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/Configurations.props b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/Configurations.props deleted file mode 100644 index cb2021a85818f0..00000000000000 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/System.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/System.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj index 0655a042aee91a..42a1b7631eb6cc 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/System.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/tests/System.Runtime.WindowsRuntime.UI.Xaml.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj index aff63cdabe4101..3dcc290bc2c314 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj @@ -10,7 +10,7 @@ match the output assembly name 'System.Runtime.WindowsRuntime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. --> $(NoWarn);1698 - netstandard2.0;;$(NetCoreAppCurrent); + netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj index a112b5b846a578..3e5851e924b4ab 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj @@ -6,10 +6,10 @@ $(NoWarn);1698;0436 - 4.0.0.0 - 4.0.11.0 + 4.0.0.0 + 4.0.11.0 $(DefineConstants);FEATURE_APPX - netstandard1.0;netstandard1.2;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + netstandard1.0;netstandard1.2;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT; @@ -22,7 +22,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/src/libraries/System.Runtime.WindowsRuntime/tests/Configurations.props b/src/libraries/System.Runtime.WindowsRuntime/tests/Configurations.props deleted file mode 100644 index cb2021a85818f0..00000000000000 --- a/src/libraries/System.Runtime.WindowsRuntime/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.WindowsRuntime/tests/System.Runtime.WindowsRuntime.Tests.csproj b/src/libraries/System.Runtime.WindowsRuntime/tests/System.Runtime.WindowsRuntime.Tests.csproj index a3019f3d8ce3bb..dab72ed0560b0e 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/tests/System.Runtime.WindowsRuntime.Tests.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/tests/System.Runtime.WindowsRuntime.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT true diff --git a/src/libraries/System.Runtime/ref/System.Runtime.csproj b/src/libraries/System.Runtime/ref/System.Runtime.csproj index c228ac44fa28dc..9b6063aa3dbfe5 100644 --- a/src/libraries/System.Runtime/ref/System.Runtime.csproj +++ b/src/libraries/System.Runtime/ref/System.Runtime.csproj @@ -5,7 +5,7 @@ v4.0.30319 $(NoWarn);0809;0618 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Runtime/src/System.Runtime.csproj b/src/libraries/System.Runtime/src/System.Runtime.csproj index 3c32b247b9ca54..a842af4865f0ac 100644 --- a/src/libraries/System.Runtime/src/System.Runtime.csproj +++ b/src/libraries/System.Runtime/src/System.Runtime.csproj @@ -2,7 +2,7 @@ System.Runtime true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix enable diff --git a/src/libraries/System.Runtime/tests/Configurations.props b/src/libraries/System.Runtime/tests/Configurations.props deleted file mode 100644 index eca4299792e25d..00000000000000 --- a/src/libraries/System.Runtime/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj b/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj index 0ea113f37b65bf..b9f60988e48d2e 100644 --- a/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj +++ b/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj @@ -4,7 +4,7 @@ 1718 true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Runtime/tests/TestCollectibleAssembly/Configurations.props b/src/libraries/System.Runtime/tests/TestCollectibleAssembly/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Runtime/tests/TestCollectibleAssembly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime/tests/TestCollectibleAssembly/TestCollectibleAssembly.csproj b/src/libraries/System.Runtime/tests/TestCollectibleAssembly/TestCollectibleAssembly.csproj index 2b0ecc4c2af0e6..86a4129aebaf9d 100644 --- a/src/libraries/System.Runtime/tests/TestCollectibleAssembly/TestCollectibleAssembly.csproj +++ b/src/libraries/System.Runtime/tests/TestCollectibleAssembly/TestCollectibleAssembly.csproj @@ -2,7 +2,7 @@ true 1.0.0.0 - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Runtime/tests/TestLoadAssembly/Configurations.props b/src/libraries/System.Runtime/tests/TestLoadAssembly/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Runtime/tests/TestLoadAssembly/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj b/src/libraries/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj index 09e32c4184dcd2..a1c3dc13a704d7 100644 --- a/src/libraries/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj +++ b/src/libraries/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj @@ -2,7 +2,7 @@ true 1.0.0.0 - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Runtime/tests/TestModule/Configurations.props b/src/libraries/System.Runtime/tests/TestModule/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Runtime/tests/TestModule/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Runtime/tests/TestStructs/Configurations.props b/src/libraries/System.Runtime/tests/TestStructs/Configurations.props deleted file mode 100644 index 13b7d5d58d46e6..00000000000000 --- a/src/libraries/System.Runtime/tests/TestStructs/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - netstandard2.0; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj index c63ee8105c50ef..7d11abd0a28c01 100644 --- a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + netstandard2.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj index 644f4d595bf51d..1161ac95fc38e5 100644 --- a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj @@ -3,7 +3,7 @@ true true SR.PlatformNotSupported_AccessControl - net461-Windows_NT;netcoreapp2.0-Windows_NT;netstandard2.0;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + net461-Windows_NT;netcoreapp2.0-Windows_NT;netstandard2.0;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.AccessControl/tests/Configurations.props b/src/libraries/System.Security.AccessControl/tests/Configurations.props deleted file mode 100644 index 96779f45bfb69c..00000000000000 --- a/src/libraries/System.Security.AccessControl/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.AccessControl/tests/System.Security.AccessControl.Tests.csproj b/src/libraries/System.Security.AccessControl/tests/System.Security.AccessControl.Tests.csproj index 4589584da2d34d..386ccc3d90526b 100644 --- a/src/libraries/System.Security.AccessControl/tests/System.Security.AccessControl.Tests.csproj +++ b/src/libraries/System.Security.AccessControl/tests/System.Security.AccessControl.Tests.csproj @@ -1,7 +1,7 @@ Linux;NetBSD;OSX - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Security.Claims/ref/System.Security.Claims.csproj b/src/libraries/System.Security.Claims/ref/System.Security.Claims.csproj index 63d9a76ce48f9a..ade0b0183fa2f6 100644 --- a/src/libraries/System.Security.Claims/ref/System.Security.Claims.csproj +++ b/src/libraries/System.Security.Claims/ref/System.Security.Claims.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj b/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj index b233f699d8f6aa..b701c8e5e5a062 100644 --- a/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj +++ b/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj @@ -1,7 +1,7 @@ System.Security.Claims - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Security.Claims/tests/Configurations.props b/src/libraries/System.Security.Claims/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Claims/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Claims/tests/System.Security.Claims.Tests.csproj b/src/libraries/System.Security.Claims/tests/System.Security.Claims.Tests.csproj index 3e59fa26fed66d..cbdc50956be1d2 100644 --- a/src/libraries/System.Security.Claims/tests/System.Security.Claims.Tests.csproj +++ b/src/libraries/System.Security.Claims/tests/System.Security.Claims.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Security.Cryptography.Algorithms/ref/System.Security.Cryptography.Algorithms.csproj b/src/libraries/System.Security.Cryptography.Algorithms/ref/System.Security.Cryptography.Algorithms.csproj index 6f0261ddac77ff..18eaee1f4d75ec 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/ref/System.Security.Cryptography.Algorithms.csproj +++ b/src/libraries/System.Security.Cryptography.Algorithms/ref/System.Security.Cryptography.Algorithms.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj index 8a5532c29de44d..f3508b54d60580 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj +++ b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj @@ -3,7 +3,7 @@ true $(DefineConstants);INTERNAL_ASYMMETRIC_IMPLEMENTATIONS CS1573;CS3016;CA5350;CA5351;CA5379;CA5384;CA5385;$(NoWarn) - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Security.Cryptography.Algorithms/tests/Configurations.props b/src/libraries/System.Security.Cryptography.Algorithms/tests/Configurations.props deleted file mode 100644 index eca4299792e25d..00000000000000 --- a/src/libraries/System.Security.Cryptography.Algorithms/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj b/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj index e15a364a68172a..86f4cb446f16e2 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj index e42271443a059a..a7b8489fcd6e83 100644 --- a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj @@ -6,7 +6,7 @@ $(DefineConstants);FEATURE_ECDH_DERIVEFROM true - netcoreapp3.0;netstandard2.1;net461;net462;net47;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + netcoreapp3.0;netstandard2.1;net461;net462;net47;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj index 0219a44522710d..363f83048dca75 100644 --- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj @@ -4,8 +4,8 @@ $(NoWarn);CS1573;CS3016;CA5379 true true - true - netstandard2.0;netstandard2.1;net461-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net462-Windows_NT;net47-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; + true + netstandard2.0;netstandard2.1;net461-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net462-Windows_NT;net47-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Cryptography.Cng/tests/Configurations.props b/src/libraries/System.Security.Cryptography.Cng/tests/Configurations.props deleted file mode 100644 index 5d1ec5208094ac..00000000000000 --- a/src/libraries/System.Security.Cryptography.Cng/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj b/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj index fa1d03c051faee..71360589443362 100644 --- a/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj @@ -1,7 +1,7 @@ $(DefineConstants);TESTING_CNG_IMPLEMENTATION - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Security.Cryptography.Csp/ref/System.Security.Cryptography.Csp.csproj b/src/libraries/System.Security.Cryptography.Csp/ref/System.Security.Cryptography.Csp.csproj index 55a2e5441ef7d1..f7d76b0e01dcd7 100644 --- a/src/libraries/System.Security.Cryptography.Csp/ref/System.Security.Cryptography.Csp.csproj +++ b/src/libraries/System.Security.Cryptography.Csp/ref/System.Security.Cryptography.Csp.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj b/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj index 7417e01e54184a..276f1eb6bdc48c 100644 --- a/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj +++ b/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj @@ -4,7 +4,7 @@ true $(NoWarn);CA5373 $(NoWarn);CS0809 - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Security.Cryptography.Csp/tests/Configurations.props b/src/libraries/System.Security.Cryptography.Csp/tests/Configurations.props deleted file mode 100644 index eca4299792e25d..00000000000000 --- a/src/libraries/System.Security.Cryptography.Csp/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj b/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj index 4c6468d27516b2..beaae7dac1c160 100644 --- a/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Security.Cryptography.Encoding/ref/System.Security.Cryptography.Encoding.csproj b/src/libraries/System.Security.Cryptography.Encoding/ref/System.Security.Cryptography.Encoding.csproj index 04267e7d2e02f6..596e21e6f4256c 100644 --- a/src/libraries/System.Security.Cryptography.Encoding/ref/System.Security.Cryptography.Encoding.csproj +++ b/src/libraries/System.Security.Cryptography.Encoding/ref/System.Security.Cryptography.Encoding.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj b/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj index 0409b410d4b2ae..d9b10425f80f5a 100644 --- a/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj +++ b/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj @@ -2,7 +2,7 @@ System.Security.Cryptography.Encoding true - $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT enable diff --git a/src/libraries/System.Security.Cryptography.Encoding/tests/Configurations.props b/src/libraries/System.Security.Cryptography.Encoding/tests/Configurations.props deleted file mode 100644 index 30c654bebfdd72..00000000000000 --- a/src/libraries/System.Security.Cryptography.Encoding/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj b/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj index aba7abea06f91f..1c11f7eccdd6a4 100644 --- a/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj index 0aaf2187fc5fcb..a4d01cd1bc86f7 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj @@ -1,6 +1,6 @@ - netcoreapp3.0;$(NetCoreAppCurrent); + netcoreapp3.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj index 7b4c4940bfa8e4..f075e902867e32 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj @@ -2,7 +2,7 @@ true 4.1.0.0 - netcoreapp3.0-Unix;netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent); + netcoreapp3.0-Unix;netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent) $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/tests/Configurations.props b/src/libraries/System.Security.Cryptography.OpenSsl/tests/Configurations.props deleted file mode 100644 index 9e8acfd22bed35..00000000000000 --- a/src/libraries/System.Security.Cryptography.OpenSsl/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent)-Unix; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj index ff2e731330dee7..7a4b8afc4e12e8 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj @@ -1,7 +1,7 @@ Windows_NT - $(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj index ad740d646eb220..de3af3b512d8e2 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj @@ -7,7 +7,7 @@ true $(NoWarn);CS1574;CS3016;CA5379;CA5384 annotations - netstandard2.0;netstandard2.0-Windows_NT;netstandard2.1;netstandard2.1-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); + netstandard2.0;netstandard2.0-Windows_NT;netstandard2.1;netstandard2.1-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent) $(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); @@ -387,7 +387,7 @@ - + @@ -408,7 +408,7 @@ - + @@ -653,7 +653,7 @@ - + Common\System\Security\Cryptography\KeyFormatHelper.cs diff --git a/src/libraries/System.Security.Cryptography.Pkcs/tests/Configurations.props b/src/libraries/System.Security.Cryptography.Pkcs/tests/Configurations.props deleted file mode 100644 index 2d00958ac8acfb..00000000000000 --- a/src/libraries/System.Security.Cryptography.Pkcs/tests/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetCoreAppCurrent); - $(NetFrameworkCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj b/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj index 250e112582e7f9..6ec360c29c787c 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Security.Cryptography.Primitives/ref/System.Security.Cryptography.Primitives.csproj b/src/libraries/System.Security.Cryptography.Primitives/ref/System.Security.Cryptography.Primitives.csproj index faa352428a1412..08bff18c777fb9 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/ref/System.Security.Cryptography.Primitives.csproj +++ b/src/libraries/System.Security.Cryptography.Primitives/ref/System.Security.Cryptography.Primitives.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj index c8d6c1cb190287..13e059d3344ee8 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj +++ b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj @@ -3,7 +3,7 @@ System.Security.Cryptography.Primitives true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Security.Cryptography.Primitives/tests/Configurations.props b/src/libraries/System.Security.Cryptography.Primitives/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Cryptography.Primitives/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj b/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj index 88d172ae3d3698..6a871d86030580 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj index 3eaa2be510e177..36f42da3dfcca1 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetFrameworkCurrent); + netstandard2.0;net461;;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj index 40319ad1846c5b..12bdbbb813b45b 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj @@ -4,7 +4,7 @@ true true SR.PlatformNotSupported_CryptographyProtectedData - net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT; + net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/tests/Configurations.props b/src/libraries/System.Security.Cryptography.ProtectedData/tests/Configurations.props deleted file mode 100644 index 96779f45bfb69c..00000000000000 --- a/src/libraries/System.Security.Cryptography.ProtectedData/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj index 311c6f672317c9..412b5dd0ac0621 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/ref/System.Security.Cryptography.X509Certificates.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/ref/System.Security.Cryptography.X509Certificates.csproj index b673f8f2ac0e9e..fe362bcea114c5 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/ref/System.Security.Cryptography.X509Certificates.csproj +++ b/src/libraries/System.Security.Cryptography.X509Certificates/ref/System.Security.Cryptography.X509Certificates.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj index 0bbf9f55db7e73..ee8b13ade0cf58 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj +++ b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj @@ -4,7 +4,7 @@ System.Security.Cryptography.X509Certificates true $(NoWarn);CS3016;CA5379;CA5384;CA5385 - $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/tests/Configurations.props b/src/libraries/System.Security.Cryptography.X509Certificates/tests/Configurations.props deleted file mode 100644 index 01aaf3eabdafb2..00000000000000 --- a/src/libraries/System.Security.Cryptography.X509Certificates/tests/Configurations.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(NetCoreAppCurrent)-OSX; - $(NetCoreAppCurrent)-Unix; - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj index f3c929f167496a..9c61b8c4e2a298 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj @@ -4,7 +4,7 @@ $(DefineConstants);HAVE_THUMBPRINT_OVERLOADS $(DefineConstants);Unix true - $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj index 940dd6009ae89e..f9d48f60cd965d 100644 --- a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetFrameworkCurrent); + netstandard2.0;net461;;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj index 486ded855721b0..34e8e3e62d60e9 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj @@ -3,7 +3,7 @@ true true $(NoWarn);CA5384;CA5385 - netstandard2.0;net461;;$(NetFrameworkCurrent); + netstandard2.0;net461;;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/Configurations.props b/src/libraries/System.Security.Cryptography.Xml/tests/Configurations.props deleted file mode 100644 index eba89a953a3cb1..00000000000000 --- a/src/libraries/System.Security.Cryptography.Xml/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/System.Security.Cryptography.Xml.Tests.csproj b/src/libraries/System.Security.Cryptography.Xml/tests/System.Security.Cryptography.Xml.Tests.csproj index 5d2731970accd7..3b30fcd3f1a5ea 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/System.Security.Cryptography.Xml.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/tests/System.Security.Cryptography.Xml.Tests.csproj @@ -1,7 +1,7 @@ Library - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) System.Security.Cryptography.Xml.Tests diff --git a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj index 0b74bfafbf3474..12668824c94aea 100644 --- a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;netcoreapp3.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + netstandard2.0;net461;netcoreapp3.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj index 22e1a4c9fd3635..365ccb4fa424a6 100644 --- a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj @@ -1,7 +1,7 @@ true - netcoreapp3.0;netstandard2.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + netcoreapp3.0;netstandard2.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Permissions/tests/Configurations.props b/src/libraries/System.Security.Permissions/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.Permissions/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Permissions/tests/System.Security.Permissions.Tests.csproj b/src/libraries/System.Security.Permissions/tests/System.Security.Permissions.Tests.csproj index 2c7ea6a8d4ea11..e6c10c1d6ae297 100644 --- a/src/libraries/System.Security.Permissions/tests/System.Security.Permissions.Tests.csproj +++ b/src/libraries/System.Security.Permissions/tests/System.Security.Permissions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj index 4ebc901f0534ae..87bd3ed9162d36 100644 --- a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;netcoreapp3.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + netstandard2.0;netcoreapp3.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj index 19ff5116e86276..90321c7825049b 100644 --- a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj @@ -5,7 +5,7 @@ true true SR.PlatformNotSupported_Principal - netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp2.0-Unix;netcoreapp2.1-Windows_NT;netcoreapp2.1-Unix;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp2.0-Unix;netcoreapp2.1-Windows_NT;netcoreapp2.1-Unix;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.Principal.Windows/tests/Configurations.props b/src/libraries/System.Security.Principal.Windows/tests/Configurations.props deleted file mode 100644 index 96779f45bfb69c..00000000000000 --- a/src/libraries/System.Security.Principal.Windows/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj b/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj index 28442bcaad91d4..2847fb20548596 100644 --- a/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj +++ b/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Security.Principal/ref/System.Security.Principal.csproj b/src/libraries/System.Security.Principal/ref/System.Security.Principal.csproj index b6891ca651f3df..c184cece21f152 100644 --- a/src/libraries/System.Security.Principal/ref/System.Security.Principal.csproj +++ b/src/libraries/System.Security.Principal/ref/System.Security.Principal.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj b/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj index 6804612f3d2ece..85ad66d168b2a1 100644 --- a/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj +++ b/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj @@ -4,7 +4,7 @@ true true enable - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Security.SecureString/ref/System.Security.SecureString.csproj b/src/libraries/System.Security.SecureString/ref/System.Security.SecureString.csproj index a0b823d4dc3e52..42940c51329f28 100644 --- a/src/libraries/System.Security.SecureString/ref/System.Security.SecureString.csproj +++ b/src/libraries/System.Security.SecureString/ref/System.Security.SecureString.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Security.SecureString/src/System.Security.SecureString.csproj b/src/libraries/System.Security.SecureString/src/System.Security.SecureString.csproj index b25b833bf368df..d3f6cd0f8712e7 100644 --- a/src/libraries/System.Security.SecureString/src/System.Security.SecureString.csproj +++ b/src/libraries/System.Security.SecureString/src/System.Security.SecureString.csproj @@ -3,7 +3,7 @@ System.Security.SecureString System.Security.SecureString true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Security.SecureString/tests/Configurations.props b/src/libraries/System.Security.SecureString/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Security.SecureString/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Security.SecureString/tests/System.Security.SecureString.Tests.csproj b/src/libraries/System.Security.SecureString/tests/System.Security.SecureString.Tests.csproj index d2f4ec505e1798..9c2df300511469 100644 --- a/src/libraries/System.Security.SecureString/tests/System.Security.SecureString.Tests.csproj +++ b/src/libraries/System.Security.SecureString/tests/System.Security.SecureString.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj index ec34b85e8da01e..35ac092d57a999 100644 --- a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj @@ -1,7 +1,7 @@ true - net461;netcoreapp2.1;netstandard2.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + net461;netcoreapp2.1;netstandard2.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj index 2a05165ef7adce..ec46b8cfb92801 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj @@ -3,7 +3,7 @@ $(NoWarn);1634;1691;649 true true - netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.ServiceModel.Syndication/tests/Configurations.props b/src/libraries/System.ServiceModel.Syndication/tests/Configurations.props deleted file mode 100644 index 3e0106dbfb5ca8..00000000000000 --- a/src/libraries/System.ServiceModel.Syndication/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj b/src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj index 36cbab34b961d7..b71c0542b31c91 100644 --- a/src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj +++ b/src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj index b10d6a3c45069c..ab91c549ac2967 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;$(NetFrameworkCurrent);net461; + netstandard2.0;$(NetFrameworkCurrent);net461 diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj index 224e9ad8151629..343c7c98c7599c 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj @@ -4,7 +4,7 @@ true true SR.PlatformNotSupported_ServiceController - netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.ServiceProcess.ServiceController/tests/Configurations.props b/src/libraries/System.ServiceProcess.ServiceController/tests/Configurations.props deleted file mode 100644 index 96779f45bfb69c..00000000000000 --- a/src/libraries/System.ServiceProcess.ServiceController/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/Configurations.props b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/Configurations.props deleted file mode 100644 index 3e0106dbfb5ca8..00000000000000 --- a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj index 048d5f6d987762..a93989888aa84a 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj @@ -2,7 +2,7 @@ true Exe - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests.csproj b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests.csproj index bf1db2b94d0795..1fcc105e57b122 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Text.Encoding.CodePages/ref/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/ref/System.Text.Encoding.CodePages.csproj index b467b538eacbd6..23981a702056bc 100644 --- a/src/libraries/System.Text.Encoding.CodePages/ref/System.Text.Encoding.CodePages.csproj +++ b/src/libraries/System.Text.Encoding.CodePages/ref/System.Text.Encoding.CodePages.csproj @@ -1,7 +1,7 @@ enable - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj index 4412427e289fa6..cc89fcdf558e78 100644 --- a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj +++ b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj @@ -4,7 +4,7 @@ enable netstandard2.0;net461 - netstandard2.0;netcoreapp2.0-Windows_NT;netstandard2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT; + netstandard2.0;netcoreapp2.0-Windows_NT;netstandard2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Text.Encoding.CodePages/tests/Configurations.props b/src/libraries/System.Text.Encoding.CodePages/tests/Configurations.props deleted file mode 100644 index 3e0106dbfb5ca8..00000000000000 --- a/src/libraries/System.Text.Encoding.CodePages/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding.CodePages/tests/System.Text.Encoding.CodePages.Tests.csproj b/src/libraries/System.Text.Encoding.CodePages/tests/System.Text.Encoding.CodePages.Tests.csproj index eeb05683e73765..b02a5646a7f8b3 100644 --- a/src/libraries/System.Text.Encoding.CodePages/tests/System.Text.Encoding.CodePages.Tests.csproj +++ b/src/libraries/System.Text.Encoding.CodePages/tests/System.Text.Encoding.CodePages.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Text.Encoding.Extensions/ref/System.Text.Encoding.Extensions.csproj b/src/libraries/System.Text.Encoding.Extensions/ref/System.Text.Encoding.Extensions.csproj index 640307722ea874..fa92b90a39b6c2 100644 --- a/src/libraries/System.Text.Encoding.Extensions/ref/System.Text.Encoding.Extensions.csproj +++ b/src/libraries/System.Text.Encoding.Extensions/ref/System.Text.Encoding.Extensions.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Text.Encoding.Extensions/src/System.Text.Encoding.Extensions.csproj b/src/libraries/System.Text.Encoding.Extensions/src/System.Text.Encoding.Extensions.csproj index 5a15bf1d24875d..537d6ade393f03 100644 --- a/src/libraries/System.Text.Encoding.Extensions/src/System.Text.Encoding.Extensions.csproj +++ b/src/libraries/System.Text.Encoding.Extensions/src/System.Text.Encoding.Extensions.csproj @@ -2,7 +2,7 @@ System.Text.Encoding.Extensions true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Text.Encoding.Extensions/tests/Configurations.props b/src/libraries/System.Text.Encoding.Extensions/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Text.Encoding.Extensions/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding.Extensions/tests/System.Text.Encoding.Extensions.Tests.csproj b/src/libraries/System.Text.Encoding.Extensions/tests/System.Text.Encoding.Extensions.Tests.csproj index ef1367016f7c14..bbec3408945982 100644 --- a/src/libraries/System.Text.Encoding.Extensions/tests/System.Text.Encoding.Extensions.Tests.csproj +++ b/src/libraries/System.Text.Encoding.Extensions/tests/System.Text.Encoding.Extensions.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Text.Encoding/ref/System.Text.Encoding.csproj b/src/libraries/System.Text.Encoding/ref/System.Text.Encoding.csproj index b9f09aacc83600..e768e08fff12b3 100644 --- a/src/libraries/System.Text.Encoding/ref/System.Text.Encoding.csproj +++ b/src/libraries/System.Text.Encoding/ref/System.Text.Encoding.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Text.Encoding/src/System.Text.Encoding.csproj b/src/libraries/System.Text.Encoding/src/System.Text.Encoding.csproj index ff46f968f0466f..af1f5c7fc1674c 100644 --- a/src/libraries/System.Text.Encoding/src/System.Text.Encoding.csproj +++ b/src/libraries/System.Text.Encoding/src/System.Text.Encoding.csproj @@ -2,7 +2,7 @@ System.Text.Encoding true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Text.Encoding/tests/Configurations.props b/src/libraries/System.Text.Encoding/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Text.Encoding/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Text.Encoding/tests/System.Text.Encoding.Tests.csproj b/src/libraries/System.Text.Encoding/tests/System.Text.Encoding.Tests.csproj index 88b082a0c7e7e5..e30fdcac586139 100644 --- a/src/libraries/System.Text.Encoding/tests/System.Text.Encoding.Tests.csproj +++ b/src/libraries/System.Text.Encoding/tests/System.Text.Encoding.Tests.csproj @@ -3,7 +3,7 @@ true true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj index 85184b271d2d75..c5699478d87839 100644 --- a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent); + netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); true enable diff --git a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj index 444c72028065f6..600cc08218a463 100644 --- a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj @@ -1,7 +1,7 @@ true - netcoreapp3.0;netstandard2.1;netstandard2.0;;$(NetCoreAppCurrent); + netcoreapp3.0;netstandard2.1;netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Text.Encodings.Web/tests/Configurations.props b/src/libraries/System.Text.Encodings.Web/tests/Configurations.props deleted file mode 100644 index 671d43c80c9736..00000000000000 --- a/src/libraries/System.Text.Encodings.Web/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj b/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj index f07c5f78adb84c..147164dccd4381 100644 --- a/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj +++ b/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj @@ -5,7 +5,7 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) 12.1 diff --git a/src/libraries/System.Text.Json/ref/System.Text.Json.csproj b/src/libraries/System.Text.Json/ref/System.Text.Json.csproj index 8b7bb1aec9d1b1..04b8e314bab661 100644 --- a/src/libraries/System.Text.Json/ref/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/ref/System.Text.Json.csproj @@ -1,6 +1,6 @@ - netstandard2.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + netstandard2.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent) enable diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj index 056d5cb594360e..8fee14e4446b9a 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -2,7 +2,7 @@ true $(OutputPath)$(MSBuildProjectName).xml - netstandard2.0;netcoreapp3.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent); + netstandard2.0;netcoreapp3.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Text.Json/tests/Configurations.props b/src/libraries/System.Text.Json/tests/Configurations.props deleted file mode 100644 index 671d43c80c9736..00000000000000 --- a/src/libraries/System.Text.Json/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj index 72594fc8b2e1d8..c3ecfc97394578 100644 --- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj +++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) $(DefineConstants);BUILDING_INBOX_LIBRARY true diff --git a/src/libraries/System.Text.RegularExpressions/ref/System.Text.RegularExpressions.csproj b/src/libraries/System.Text.RegularExpressions/ref/System.Text.RegularExpressions.csproj index 9915f9c451545a..9b41914783020b 100644 --- a/src/libraries/System.Text.RegularExpressions/ref/System.Text.RegularExpressions.csproj +++ b/src/libraries/System.Text.RegularExpressions/ref/System.Text.RegularExpressions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj index 201d138dfef865..85b396653a2cde 100644 --- a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj +++ b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj @@ -3,7 +3,7 @@ System.Text.RegularExpressions $(DefineConstants);FEATURE_COMPILED true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Text.RegularExpressions/tests/Configurations.props b/src/libraries/System.Text.RegularExpressions/tests/Configurations.props deleted file mode 100644 index 3e0106dbfb5ca8..00000000000000 --- a/src/libraries/System.Text.RegularExpressions/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj b/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj index e8ed56aa82d1c3..d6d9c945735c7c 100644 --- a/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj +++ b/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj @@ -2,7 +2,7 @@ true $(NoWarn);xUnit2008 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj index 0c5646fb188295..897dff28092ff6 100644 --- a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;$(NetFrameworkCurrent); + netstandard2.0;net461;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj index b1dc48b2e1faa8..4f59d71346e56b 100644 --- a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj @@ -2,7 +2,7 @@ SR.PlatformNotSupported_AccessControl true - net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT; + net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; true diff --git a/src/libraries/System.Threading.AccessControl/tests/Configurations.props b/src/libraries/System.Threading.AccessControl/tests/Configurations.props deleted file mode 100644 index 96779f45bfb69c..00000000000000 --- a/src/libraries/System.Threading.AccessControl/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - $(NetFrameworkCurrent)-Windows_NT; - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj b/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj index da6f7ff8e403f9..d5d815abc08a78 100644 --- a/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj +++ b/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT diff --git a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj index b9d9d36383895b..c741c27fd36e37 100644 --- a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj @@ -1,6 +1,6 @@ - netcoreapp3.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent); + netcoreapp3.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj index eee3bb7052cb27..b6a92219d29aec 100644 --- a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj @@ -1,6 +1,6 @@ - netstandard1.3;netstandard2.0;netcoreapp3.0;;$(NetCoreAppCurrent); + netstandard1.3;netstandard2.0;netcoreapp3.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Threading.Channels/tests/Configurations.props b/src/libraries/System.Threading.Channels/tests/Configurations.props deleted file mode 100644 index 671d43c80c9736..00000000000000 --- a/src/libraries/System.Threading.Channels/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - diff --git a/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj b/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj index 1bdf9264e90005..46c9198e3b0d63 100644 --- a/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj +++ b/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj b/src/libraries/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj index 709226b4a5cc12..f015797103dbd7 100644 --- a/src/libraries/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj +++ b/src/libraries/System.Threading.Overlapped/ref/System.Threading.Overlapped.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Threading.Overlapped/src/System.Threading.Overlapped.csproj b/src/libraries/System.Threading.Overlapped/src/System.Threading.Overlapped.csproj index ee4468dce3d4dd..c92b0a03c056d9 100644 --- a/src/libraries/System.Threading.Overlapped/src/System.Threading.Overlapped.csproj +++ b/src/libraries/System.Threading.Overlapped/src/System.Threading.Overlapped.csproj @@ -3,7 +3,7 @@ System.Threading.Overlapped true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Threading.Overlapped/tests/Configurations.props b/src/libraries/System.Threading.Overlapped/tests/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Threading.Overlapped/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj b/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj index 51bf9644147260..495e5054c7ca56 100644 --- a/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj +++ b/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj index b92ae2d924190f..8c6c7d0eb0e5c8 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj +++ b/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj @@ -1,6 +1,6 @@ - netstandard1.0;netstandard1.1;netstandard2.0; + netstandard1.0;netstandard1.1;netstandard2.0 diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj index 0fb55b8b634927..106c39f932257d 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj +++ b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj @@ -4,7 +4,7 @@ $(DefineConstants);USE_INTERNAL_CONCURRENT_COLLECTIONS $(DefineConstants);USE_INTERNAL_THREADING netstandard1.1;portable-net45+win8+wpa81 - netstandard1.0;netstandard1.1;netstandard2.0; + netstandard1.0;netstandard1.1;netstandard2.0 diff --git a/src/libraries/System.Threading.Tasks.Dataflow/tests/Configurations.props b/src/libraries/System.Threading.Tasks.Dataflow/tests/Configurations.props deleted file mode 100644 index 3e0106dbfb5ca8..00000000000000 --- a/src/libraries/System.Threading.Tasks.Dataflow/tests/Configurations.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(NetCoreAppCurrent); - $(NetFrameworkCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj b/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj index f162483634b3db..1b02b25a8553c3 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj +++ b/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);$(NetFrameworkCurrent) diff --git a/src/libraries/System.Threading.Tasks.Extensions/ref/System.Threading.Tasks.Extensions.csproj b/src/libraries/System.Threading.Tasks.Extensions/ref/System.Threading.Tasks.Extensions.csproj index 90b307be9c4798..630aeab11bc420 100644 --- a/src/libraries/System.Threading.Tasks.Extensions/ref/System.Threading.Tasks.Extensions.csproj +++ b/src/libraries/System.Threading.Tasks.Extensions/ref/System.Threading.Tasks.Extensions.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Threading.Tasks.Extensions/src/System.Threading.Tasks.Extensions.csproj b/src/libraries/System.Threading.Tasks.Extensions/src/System.Threading.Tasks.Extensions.csproj index 25571bb1fa737f..9a5056e2c916ba 100644 --- a/src/libraries/System.Threading.Tasks.Extensions/src/System.Threading.Tasks.Extensions.csproj +++ b/src/libraries/System.Threading.Tasks.Extensions/src/System.Threading.Tasks.Extensions.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Threading.Tasks.Extensions/tests/Configurations.props b/src/libraries/System.Threading.Tasks.Extensions/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Tasks.Extensions/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj index 164d402dfd61cc..60cd6844068ee7 100644 --- a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj +++ b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Threading.Tasks.Parallel/ref/System.Threading.Tasks.Parallel.csproj b/src/libraries/System.Threading.Tasks.Parallel/ref/System.Threading.Tasks.Parallel.csproj index b97acd842db25f..3fa463505ac2cb 100644 --- a/src/libraries/System.Threading.Tasks.Parallel/ref/System.Threading.Tasks.Parallel.csproj +++ b/src/libraries/System.Threading.Tasks.Parallel/ref/System.Threading.Tasks.Parallel.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj b/src/libraries/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj index 5fa92cecb83e00..b4b3a976d88bb6 100644 --- a/src/libraries/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj +++ b/src/libraries/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj @@ -5,7 +5,7 @@ 512 $(DefineConstants);CONCURRENT_COLLECTIONS;FEATURE_TRACING true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Threading.Tasks.Parallel/tests/Configurations.props b/src/libraries/System.Threading.Tasks.Parallel/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Tasks.Parallel/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj b/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj index b5b52c64ced5e2..0c93e3a41ffa05 100644 --- a/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj +++ b/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Threading.Tasks/ref/System.Threading.Tasks.csproj b/src/libraries/System.Threading.Tasks/ref/System.Threading.Tasks.csproj index a0952ffd366b41..f575de2a0eeb90 100644 --- a/src/libraries/System.Threading.Tasks/ref/System.Threading.Tasks.csproj +++ b/src/libraries/System.Threading.Tasks/ref/System.Threading.Tasks.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Threading.Tasks/src/System.Threading.Tasks.csproj b/src/libraries/System.Threading.Tasks/src/System.Threading.Tasks.csproj index 76feb13f72658e..ff45b1389ee6ac 100644 --- a/src/libraries/System.Threading.Tasks/src/System.Threading.Tasks.csproj +++ b/src/libraries/System.Threading.Tasks/src/System.Threading.Tasks.csproj @@ -2,7 +2,7 @@ System.Threading.Tasks true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Threading.Tasks/tests/Configurations.props b/src/libraries/System.Threading.Tasks/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Tasks/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj index 52ccc4eed16cdb..d05826479b00d1 100644 --- a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj +++ b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Threading.Thread/ref/System.Threading.Thread.csproj b/src/libraries/System.Threading.Thread/ref/System.Threading.Thread.csproj index a8a0dc14d6a970..2ebad89669d3db 100644 --- a/src/libraries/System.Threading.Thread/ref/System.Threading.Thread.csproj +++ b/src/libraries/System.Threading.Thread/ref/System.Threading.Thread.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj b/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj index ce77544e2ad85c..4c82819b133f20 100644 --- a/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj +++ b/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj @@ -4,7 +4,7 @@ Library true enable - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Threading.Thread/tests/Configurations.props b/src/libraries/System.Threading.Thread/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Thread/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/Configurations.props b/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.csproj b/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.csproj index 9d73285ee5a2d7..2b0bf06b422241 100644 --- a/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.csproj +++ b/src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.csproj @@ -4,7 +4,7 @@ .exe true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Threading.Thread/tests/MTAMain/Configurations.props b/src/libraries/System.Threading.Thread/tests/MTAMain/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Thread/tests/MTAMain/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Thread/tests/MTAMain/MTAMain.csproj b/src/libraries/System.Threading.Thread/tests/MTAMain/MTAMain.csproj index 7dcbcc155bd7ea..5a73878961b5d5 100644 --- a/src/libraries/System.Threading.Thread/tests/MTAMain/MTAMain.csproj +++ b/src/libraries/System.Threading.Thread/tests/MTAMain/MTAMain.csproj @@ -4,7 +4,7 @@ .exe true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Threading.Thread/tests/STAMain/Configurations.props b/src/libraries/System.Threading.Thread/tests/STAMain/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Thread/tests/STAMain/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Thread/tests/STAMain/STAMain.csproj b/src/libraries/System.Threading.Thread/tests/STAMain/STAMain.csproj index 2a1f6a9d59a7fb..cd4443b241facb 100644 --- a/src/libraries/System.Threading.Thread/tests/STAMain/STAMain.csproj +++ b/src/libraries/System.Threading.Thread/tests/STAMain/STAMain.csproj @@ -4,7 +4,7 @@ .exe true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj b/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj index 338d2b91224e00..5834cb689cb113 100644 --- a/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj +++ b/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj @@ -3,7 +3,7 @@ true true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj b/src/libraries/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj index ab20eefba4d01d..c842b129d70aae 100644 --- a/src/libraries/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj +++ b/src/libraries/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj b/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj index d276ebf8eeb81f..1eae5c01952401 100644 --- a/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj +++ b/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj @@ -2,7 +2,7 @@ System.Threading.ThreadPool true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Threading.ThreadPool/tests/Configurations.props b/src/libraries/System.Threading.ThreadPool/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.ThreadPool/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj b/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj index a49556c6e6f9dd..c178d826b6809d 100644 --- a/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj +++ b/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj @@ -1,7 +1,7 @@ true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Threading.Timer/ref/System.Threading.Timer.csproj b/src/libraries/System.Threading.Timer/ref/System.Threading.Timer.csproj index 9284ba71e6b4c0..ae76fb043da66b 100644 --- a/src/libraries/System.Threading.Timer/ref/System.Threading.Timer.csproj +++ b/src/libraries/System.Threading.Timer/ref/System.Threading.Timer.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Threading.Timer/src/System.Threading.Timer.csproj b/src/libraries/System.Threading.Timer/src/System.Threading.Timer.csproj index 48f5c438155ab6..f7e20874418500 100644 --- a/src/libraries/System.Threading.Timer/src/System.Threading.Timer.csproj +++ b/src/libraries/System.Threading.Timer/src/System.Threading.Timer.csproj @@ -2,7 +2,7 @@ System.Threading.Timer true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Threading.Timer/tests/Configurations.props b/src/libraries/System.Threading.Timer/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading.Timer/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj b/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj index 177675ae62423d..ed2ea9ccca87b9 100644 --- a/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj +++ b/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true true diff --git a/src/libraries/System.Threading/ref/System.Threading.csproj b/src/libraries/System.Threading/ref/System.Threading.csproj index 6bfd27263eaf89..8a140934e7f27c 100644 --- a/src/libraries/System.Threading/ref/System.Threading.csproj +++ b/src/libraries/System.Threading/ref/System.Threading.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Threading/src/System.Threading.csproj b/src/libraries/System.Threading/src/System.Threading.csproj index fdb466de2a483a..06d8db9c98717c 100644 --- a/src/libraries/System.Threading/src/System.Threading.csproj +++ b/src/libraries/System.Threading/src/System.Threading.csproj @@ -3,7 +3,7 @@ System.Threading true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix enable diff --git a/src/libraries/System.Threading/tests/Configurations.props b/src/libraries/System.Threading/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Threading/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Threading/tests/System.Threading.Tests.csproj b/src/libraries/System.Threading/tests/System.Threading.Tests.csproj index 84696eaca0063c..4e27b5fc95d26b 100644 --- a/src/libraries/System.Threading/tests/System.Threading.Tests.csproj +++ b/src/libraries/System.Threading/tests/System.Threading.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Transactions.Local/ref/System.Transactions.Local.csproj b/src/libraries/System.Transactions.Local/ref/System.Transactions.Local.csproj index 983a4e2ae95c8e..3ac70c2a4e7c8f 100644 --- a/src/libraries/System.Transactions.Local/ref/System.Transactions.Local.csproj +++ b/src/libraries/System.Transactions.Local/ref/System.Transactions.Local.csproj @@ -1,7 +1,7 @@ Library - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj b/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj index 5ccce3a36bfeb1..d21548e26ebc0b 100644 --- a/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj +++ b/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Transactions.Local/tests/Configurations.props b/src/libraries/System.Transactions.Local/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Transactions.Local/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj b/src/libraries/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj index 199e594b14b443..750635dac0a537 100644 --- a/src/libraries/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj +++ b/src/libraries/System.Transactions.Local/tests/System.Transactions.Local.Tests.csproj @@ -2,7 +2,7 @@ false true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj b/src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj index c673ec04a0d89e..d4b2ac75b6c112 100644 --- a/src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj +++ b/src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj @@ -4,7 +4,7 @@ {7AF57E6B-2CED-45C9-8BCA-5BBA60D018E0} $(NoWarn);0809;0618 - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) enable diff --git a/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj b/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj index 762e5124e54b34..32aa714b5815f8 100644 --- a/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj +++ b/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix System diff --git a/src/libraries/System.Utf8String.Experimental/tests/Configurations.props b/src/libraries/System.Utf8String.Experimental/tests/Configurations.props deleted file mode 100644 index d3947cd2aa838f..00000000000000 --- a/src/libraries/System.Utf8String.Experimental/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - diff --git a/src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj b/src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj index f3bb153bb676a9..333b6d1a1e950c 100644 --- a/src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj +++ b/src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj @@ -2,7 +2,7 @@ true true - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true true System diff --git a/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj b/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj index 96b1029d15c9c8..9c7b3ef1f3ff7e 100644 --- a/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj +++ b/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj @@ -3,7 +3,7 @@ 4.0.3.0 - $(NetCoreAppCurrent);_$(NetFrameworkCurrent); + $(NetCoreAppCurrent);_$(NetFrameworkCurrent) _$(NetFrameworkCurrent) diff --git a/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj b/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj index 7ace57598a4492..7abbf17191d415 100644 --- a/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj +++ b/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj @@ -2,7 +2,7 @@ true - $(NetCoreAppCurrent);_$(NetFrameworkCurrent); + $(NetCoreAppCurrent);_$(NetFrameworkCurrent) _$(NetFrameworkCurrent) diff --git a/src/libraries/System.ValueTuple/tests/Configurations.props b/src/libraries/System.ValueTuple/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.ValueTuple/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.ValueTuple/tests/System.ValueTuple.Tests.csproj b/src/libraries/System.ValueTuple/tests/System.ValueTuple.Tests.csproj index 17718fc88175af..9a1c5c1455f0c3 100644 --- a/src/libraries/System.ValueTuple/tests/System.ValueTuple.Tests.csproj +++ b/src/libraries/System.ValueTuple/tests/System.ValueTuple.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) true diff --git a/src/libraries/System.Web.HttpUtility/ref/System.Web.HttpUtility.csproj b/src/libraries/System.Web.HttpUtility/ref/System.Web.HttpUtility.csproj index a642b6af91f158..b9e5ae347f212a 100644 --- a/src/libraries/System.Web.HttpUtility/ref/System.Web.HttpUtility.csproj +++ b/src/libraries/System.Web.HttpUtility/ref/System.Web.HttpUtility.csproj @@ -1,7 +1,7 @@ enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj index 5ef97ad1a19642..b62dc6f02e24cc 100644 --- a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj +++ b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj @@ -2,7 +2,7 @@ true enable - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Web.HttpUtility/tests/Configurations.props b/src/libraries/System.Web.HttpUtility/tests/Configurations.props deleted file mode 100644 index b6e0d3ce6383ba..00000000000000 --- a/src/libraries/System.Web.HttpUtility/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent); - - - \ No newline at end of file diff --git a/src/libraries/System.Web.HttpUtility/tests/System.Web.HttpUtility.Tests.csproj b/src/libraries/System.Web.HttpUtility/tests/System.Web.HttpUtility.Tests.csproj index 77401ec65a6465..c54c46d542fb25 100644 --- a/src/libraries/System.Web.HttpUtility/tests/System.Web.HttpUtility.Tests.csproj +++ b/src/libraries/System.Web.HttpUtility/tests/System.Web.HttpUtility.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj index 49b23b82a763be..3c0effa2ef8fe9 100644 --- a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj @@ -1,6 +1,6 @@ - netcoreapp3.0;;$(NetCoreAppCurrent); + netcoreapp3.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj index dc1b7cbd0a5242..9e04151925910c 100644 --- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj @@ -2,7 +2,7 @@ SR.PlatformNotSupported_System_Windows_Extensions true - netcoreapp3.0-Windows_NT;netcoreapp3.0;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); + netcoreapp3.0-Windows_NT;netcoreapp3.0;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Windows.Extensions/tests/Configurations.props b/src/libraries/System.Windows.Extensions/tests/Configurations.props deleted file mode 100644 index f88c388a3fa960..00000000000000 --- a/src/libraries/System.Windows.Extensions/tests/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(NetCoreAppCurrent)-Windows_NT; - - - diff --git a/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj b/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj index 6cb1bd4e12e970..ebd9e736f130ac 100644 --- a/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj +++ b/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent)-Windows_NT; + $(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.csproj b/src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.csproj index 9feafe3b647929..5e30cbbeb7acda 100644 --- a/src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.csproj +++ b/src/libraries/System.Xml.ReaderWriter/ref/System.Xml.ReaderWriter.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj b/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj index 30ed2cf7286256..c353bdc8fc5bb7 100644 --- a/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj +++ b/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj @@ -3,7 +3,7 @@ System.Xml.ReaderWriter System.Xml true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Xml.XDocument/ref/System.Xml.XDocument.csproj b/src/libraries/System.Xml.XDocument/ref/System.Xml.XDocument.csproj index 4afa7d26cd8469..c3bebdd888124e 100644 --- a/src/libraries/System.Xml.XDocument/ref/System.Xml.XDocument.csproj +++ b/src/libraries/System.Xml.XDocument/ref/System.Xml.XDocument.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj b/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj index 825e9022f73b7e..e4a83ae820dd5b 100644 --- a/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj +++ b/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj @@ -3,7 +3,7 @@ System.Xml.XDocument System.Xml true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj b/src/libraries/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj index ab03041e5728c7..f4cf8392b3e00f 100644 --- a/src/libraries/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj +++ b/src/libraries/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj b/src/libraries/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj index 355808d9f8b8e3..94de882e0a32d4 100644 --- a/src/libraries/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj +++ b/src/libraries/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj @@ -3,7 +3,7 @@ System.Xml.XPath.XDocument true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Xml.XPath/ref/System.Xml.XPath.csproj b/src/libraries/System.Xml.XPath/ref/System.Xml.XPath.csproj index 2cc12683c9495e..90eb3239fcfce5 100644 --- a/src/libraries/System.Xml.XPath/ref/System.Xml.XPath.csproj +++ b/src/libraries/System.Xml.XPath/ref/System.Xml.XPath.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj b/src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj index 97f720dae2a062..6e19a1962466a7 100644 --- a/src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj +++ b/src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj @@ -2,7 +2,7 @@ System.Xml.XPath true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Xml.XmlDocument/ref/System.Xml.XmlDocument.csproj b/src/libraries/System.Xml.XmlDocument/ref/System.Xml.XmlDocument.csproj index 1f4cd28e2e00c7..fec7d6193e4265 100644 --- a/src/libraries/System.Xml.XmlDocument/ref/System.Xml.XmlDocument.csproj +++ b/src/libraries/System.Xml.XmlDocument/ref/System.Xml.XmlDocument.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj b/src/libraries/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj index 2e232ca567f25a..c3a513a227baee 100644 --- a/src/libraries/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj +++ b/src/libraries/System.Xml.XmlDocument/src/System.Xml.XmlDocument.csproj @@ -4,7 +4,7 @@ System.Xml.XmlDocument true true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.csproj b/src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.csproj index 112523f3780ad3..ade61a05bed671 100644 --- a/src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.csproj +++ b/src/libraries/System.Xml.XmlSerializer/ref/System.Xml.XmlSerializer.csproj @@ -1,6 +1,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) diff --git a/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj b/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj index 5b50e794760f33..a3800e2400a6b4 100644 --- a/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj +++ b/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj @@ -3,7 +3,7 @@ System.Xml.XmlSerializer System.Xml.XmlSerializer true - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix diff --git a/src/libraries/build.proj b/src/libraries/build.proj index d1414d1f69dfb5..dd89ab7c8585e0 100644 --- a/src/libraries/build.proj +++ b/src/libraries/build.proj @@ -29,19 +29,19 @@ - + - + diff --git a/src/libraries/dirs.proj b/src/libraries/dirs.proj index 461daf55d7429f..dacaefdc6851fc 100644 --- a/src/libraries/dirs.proj +++ b/src/libraries/dirs.proj @@ -7,10 +7,10 @@ - + diff --git a/src/libraries/mscorlib.WinRT-Facade/ref/mscorlib.WinRT-Facade.csproj b/src/libraries/mscorlib.WinRT-Facade/ref/mscorlib.WinRT-Facade.csproj index 2719938a7c36f6..ce1228b2cfb040 100644 --- a/src/libraries/mscorlib.WinRT-Facade/ref/mscorlib.WinRT-Facade.csproj +++ b/src/libraries/mscorlib.WinRT-Facade/ref/mscorlib.WinRT-Facade.csproj @@ -6,7 +6,7 @@ false - $(NetCoreAppCurrent);netstandard2.0;netstandard1.0; + $(NetCoreAppCurrent);netstandard2.0;netstandard1.0 diff --git a/src/libraries/restore/analyzers/analyzers.depproj b/src/libraries/restore/analyzers/analyzers.depproj index a9ff50060e6901..27fad4d37cff1d 100644 --- a/src/libraries/restore/analyzers/analyzers.depproj +++ b/src/libraries/restore/analyzers/analyzers.depproj @@ -3,7 +3,7 @@ false true C# - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/restore/binplacePackages/binplacePackages.depproj b/src/libraries/restore/binplacePackages/binplacePackages.depproj index fb95773497677d..1111c3a4a2eb3a 100644 --- a/src/libraries/restore/binplacePackages/binplacePackages.depproj +++ b/src/libraries/restore/binplacePackages/binplacePackages.depproj @@ -5,7 +5,7 @@ $(TargetFramework.SubString(11)) Reference true - net461;net472;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.0;netcoreapp2.0;netcoreapp3.0;$(netcoreappCurrent); + net461;net472;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.0;netcoreapp2.0;netcoreapp3.0;$(netcoreappCurrent) diff --git a/src/libraries/restore/netcoreapp/netcoreapp.depproj b/src/libraries/restore/netcoreapp/netcoreapp.depproj index 26b410243a7b13..ec05ec347e67df 100644 --- a/src/libraries/restore/netcoreapp/netcoreapp.depproj +++ b/src/libraries/restore/netcoreapp/netcoreapp.depproj @@ -5,7 +5,7 @@ Reference false true - netcoreapp2.0;netcoreapp2.1;netcoreapp3.0; + netcoreapp2.0;netcoreapp2.1;netcoreapp3.0 diff --git a/src/libraries/restore/netfx/netfx.depproj b/src/libraries/restore/netfx/netfx.depproj index 070de40cabdbdf..192751a5b417c5 100644 --- a/src/libraries/restore/netfx/netfx.depproj +++ b/src/libraries/restore/netfx/netfx.depproj @@ -8,10 +8,10 @@ 2.0.1-servicing-26011-01 $(NuGetPackageRoot)$(NETStandardSupportPackageId.ToLower())\$(NETStandardSupportPackageVersion)\build true - net45;net451;net46;net461;net462;net47;net471;net472;$(netcoreappCurrent); + net45;net451;net46;net461;net462;net47;net471;net472;$(netcoreappCurrent) - net45;net451;net46;net461;net462;net47;net471;net472; + net45;net451;net46;net461;net462;net47;net471;net472 diff --git a/src/libraries/restore/runtime/runtime.depproj b/src/libraries/restore/runtime/runtime.depproj index ade813ba7c7e32..8c1c394ae6d447 100644 --- a/src/libraries/restore/runtime/runtime.depproj +++ b/src/libraries/restore/runtime/runtime.depproj @@ -8,7 +8,7 @@ $(BuildOS) $(ConfigurationGroup) false - netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;$(netcoreappCurrent)-Windows_NT;$(netcoreappCurrent)-Unix; + netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;$(netcoreappCurrent)-Windows_NT;$(netcoreappCurrent)-Unix @@ -25,7 +25,7 @@ - + diff --git a/src/libraries/restore/tools/tools.depproj b/src/libraries/restore/tools/tools.depproj index 070f9d5840434f..f2e32a3773b8b6 100644 --- a/src/libraries/restore/tools/tools.depproj +++ b/src/libraries/restore/tools/tools.depproj @@ -4,7 +4,7 @@ false $(ToolRuntimeRID) $(NoWarn);NU1603;NU1605 - netstandard2.0; + netstandard2.0 diff --git a/src/libraries/restore/winrt/winrt.depproj b/src/libraries/restore/winrt/winrt.depproj index 6ded4f5a0a0f0a..fb99977c302e51 100644 --- a/src/libraries/restore/winrt/winrt.depproj +++ b/src/libraries/restore/winrt/winrt.depproj @@ -6,7 +6,7 @@ implemented by all frameworks that support it. Instead require projectreference to this project --> true Reference - netcoreapp3.0;$(netcoreappCurrent);netstandard1.0; + netcoreapp3.0;$(netcoreappCurrent);netstandard1.0 diff --git a/src/libraries/shims/generated/Directory.Build.props b/src/libraries/shims/generated/Directory.Build.props index d4a3a53a52c694..f936b3f2c9d7bb 100644 --- a/src/libraries/shims/generated/Directory.Build.props +++ b/src/libraries/shims/generated/Directory.Build.props @@ -22,6 +22,6 @@ - $(NetCoreAppCurrent); + $(NetCoreAppCurrent) From 0069d9c78adf4126b8a6de45192e4521439c8614 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 17 Jan 2020 11:52:18 -0800 Subject: [PATCH 20/58] reverting the package change --- NuGet.config | 1 - global.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/NuGet.config b/NuGet.config index 54eeee07ec8a16..b656e4d9162cef 100644 --- a/NuGet.config +++ b/NuGet.config @@ -17,7 +17,6 @@ - diff --git a/global.json b/global.json index b787a465c27f45..a765208fa537d9 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "python": "2.7.15" }, "msbuild-sdks": { - "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-Anipik39", + "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0", "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20063.2", "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "5.0.0-beta.20063.2", "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20063.2", From d1c056b55a97431439a92d71f0a0d2e7ddec3119 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 17 Jan 2020 12:18:14 -0800 Subject: [PATCH 21/58] enable apicompat and fixing configurationGroup for individual projects --- Directory.Build.props | 2 +- src/libraries/Directory.Build.props | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a01109280d60e6..ae5c3d27ab4dbb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -64,7 +64,7 @@ https://github.com/dotnet/runtime/blob/master/LICENSE.TXT $([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'pkg', 'Microsoft.NETCore.Platforms', 'runtime.json')) netcoreapp5.0 - C:\git\runtime\src\libraries\runtime.json + $(LibrariesProjectRoot)\runtime.json $(RepoRoot)LICENSE.TXT diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index d32e498f3fcfec..0cd1bf800c5608 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -8,14 +8,14 @@ $(RepoRoot)artifacts\toolset\Common\ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) $(RepositoryEngineeringDir)depProj.common.targets - false - $(Configuration) + Debug + $(Configuration) From 3ee0d8e878edbc34c7587bc11a1b38928ac0f132 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 17 Jan 2020 15:28:21 -0800 Subject: [PATCH 22/58] fixing the api compat --- eng/referenceFromRuntime.targets | 4 +-- .../src/Microsoft.Win32.Registry.csproj | 2 +- .../src/Microsoft.Win32.SystemEvents.csproj | 2 +- .../src/System.Data.OleDb.csproj | 4 +-- .../src/System.Data.SqlClient.csproj | 16 ++++++------ ...tem.Runtime.CompilerServices.Unsafe.ilproj | 2 ++ src/libraries/restore/netfx/netfx.depproj | 25 +++++++++++++++++++ 7 files changed, 41 insertions(+), 14 deletions(-) diff --git a/eng/referenceFromRuntime.targets b/eng/referenceFromRuntime.targets index 8392603d49465d..33af01af354c4d 100644 --- a/eng/referenceFromRuntime.targets +++ b/eng/referenceFromRuntime.targets @@ -1,6 +1,6 @@ - + AddRuntimeProjectReference; $(PrepareProjectReferencesDependsOn); @@ -39,7 +39,7 @@ - + diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index e97835faa1262c..31eb14b82f89b6 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -4,7 +4,7 @@ $(NoWarn);CS1573 $(DefineConstants);REGISTRY_ASSEMBLY true - SR.PlatformNotSupported_Registry + SR.PlatformNotSupported_Registry $(NoWarn);CA1823 netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj index 4ea18fd7efdde7..6bd4c7813bbbac 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -3,7 +3,7 @@ true true enable - SR.PlatformNotSupported_SystemEvents + SR.PlatformNotSupported_SystemEvents netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj index 2f016183bda7a4..82d8cb37605f6d 100644 --- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj @@ -3,8 +3,8 @@ true $(NoWarn);CS1573 true - SR.PlatformNotSupported_OleDb - $(NoWarn);CS0618 + SR.PlatformNotSupported_OleDb + $(NoWarn);CS0618 netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; true diff --git a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj index 02fef175ee2146..926690afe7082c 100644 --- a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj @@ -3,7 +3,7 @@ System.Data.SqlClient true $(NoWarn);CS1573;nullable - SR.PlatformNotSupported_DataSqlClient + SR.PlatformNotSupported_DataSqlClient 4.6.0.0 $(DefineConstants);NETSTANDARD2_0 $(DefineConstants);FEATURE_TCPKEEPALIVE @@ -15,11 +15,11 @@ - + - + @@ -274,7 +274,7 @@ - + @@ -282,7 +282,7 @@ - + @@ -422,7 +422,7 @@ - + Common\System\Net\ContextFlagsPal.cs @@ -449,7 +449,7 @@ Common\System\Net\NegotiationInfoClass.cs - + @@ -512,7 +512,7 @@ - + diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index 6f1a92bd64338a..afb5ea81fcf8e7 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -15,9 +15,11 @@ $(BuildTargetFramework) $(BaseOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup)\ netcoreapp5.0;netstandard2.0;netstandard1.0;net45;net472 + $(NetCoreAppCurrent);$(NetFrameworkCurrent); + diff --git a/src/libraries/restore/netfx/netfx.depproj b/src/libraries/restore/netfx/netfx.depproj index 192751a5b417c5..7dd149936056b7 100644 --- a/src/libraries/restore/netfx/netfx.depproj +++ b/src/libraries/restore/netfx/netfx.depproj @@ -20,6 +20,31 @@ Microsoft.TargetingPack.NETFramework.v4.7.2 + + + <_ShortFrameworkIdentifier>$(TargetFramework.TrimEnd('.0123456789')) + <_ShortFrameworkVersion>$(TargetFramework.Substring($(_ShortFrameworkIdentifier.Length))) + + + + + .NETStandard + .NETCoreApp + .NETFramework + + + + + v$(_ShortFrameworkVersion) + + + + + v$(_ShortFrameworkVersion[0]).0 + v$(_ShortFrameworkVersion[0]).$(_ShortFrameworkVersion[1]) + v$(_ShortFrameworkVersion[0]).$(_ShortFrameworkVersion[1]).$(_ShortFrameworkVersion[2]) + + Microsoft.TargetingPack.NETFramework.$(TargetFrameworkVersion) From 8456e170e931115b277ac8e8532337f7823db9bc Mon Sep 17 00:00:00 2001 From: Anipik Date: Tue, 21 Jan 2020 14:09:22 -0800 Subject: [PATCH 23/58] making ilproj work --- src/libraries/Directory.Build.props | 2 -- .../System.Runtime.CompilerServices.Unsafe.ilproj | 14 -------------- 2 files changed, 16 deletions(-) diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index 0cd1bf800c5608..c8dd1c8c5dd58b 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -310,8 +310,6 @@ $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'ref')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(BuildTargetFramework)')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(TargetFramework)')) - $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(BuildTargetFramework)')) - $(BuildTargetFramework) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', 'netstandard2.0')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', 'netstandard2.1')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(NetFrameworkCurrent)')) diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index afb5ea81fcf8e7..820756f41e763a 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -11,9 +11,6 @@ include\netcoreapp include\netfx $(IlasmFlags) -INCLUDE=$(IncludePath) -DEBUG=$(DebugOptimization) - $(BuildTargetFramework) - $(BuildTargetFramework) - $(BaseOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup)\ netcoreapp5.0;netstandard2.0;netstandard1.0;net45;net472 $(NetCoreAppCurrent);$(NetFrameworkCurrent); @@ -22,16 +19,5 @@ - - - - - - - \ No newline at end of file From 787c7824b82248ae5ba69b95faff08bcc7fc216e Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 24 Jan 2020 10:24:29 -0800 Subject: [PATCH 24/58] adding the outerBuildTest --- eng/testing/outerBuild.targets | 19 +++++++++++++++++++ eng/testing/tests.targets | 2 ++ src/libraries/Directory.Build.targets | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 eng/testing/outerBuild.targets diff --git a/eng/testing/outerBuild.targets b/eng/testing/outerBuild.targets new file mode 100644 index 00000000000000..77ed5078279feb --- /dev/null +++ b/eng/testing/outerBuild.targets @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/eng/testing/tests.targets b/eng/testing/tests.targets index 3af5f11a269bbe..08fe77567fa878 100644 --- a/eng/testing/tests.targets +++ b/eng/testing/tests.targets @@ -124,4 +124,6 @@ + + diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index 391a8ca5de219a..e10f8a9439ebd5 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -46,7 +46,7 @@ true true true - net45;net451;net46;net461;net462;net47;net471;net472;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;$(netcoreappCurrent); + net45;net451;net46;net461;net462;net47;net471;net472;netstandard1.0;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;$(netcoreappCurrent); From b60994f82aea5160133c7c0590f41668db3172c5 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 24 Jan 2020 10:37:55 -0800 Subject: [PATCH 25/58] adding the arcade package version --- eng/Version.Details.xml | 4 ++++ global.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6c4dd9b692cfb..804fce799f5802 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -82,6 +82,10 @@ https://github.com/dotnet/arcade be2d4ae34b4fcfe35beb9bdaeb7b7990c1147740 + + https://github.com/dotnet/arcade + 82031ff8d9a40204c774fcc1b0f93ace906cee88 + https://github.com/dotnet/arcade be2d4ae34b4fcfe35beb9bdaeb7b7990c1147740 diff --git a/global.json b/global.json index a765208fa537d9..782da3f854b24d 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "python": "2.7.15" }, "msbuild-sdks": { - "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0", + "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-beta.20074.2", "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20063.2", "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "5.0.0-beta.20063.2", "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20063.2", From 90ae26e7d3d6ddbae929d9461e79111755625de2 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 24 Jan 2020 12:46:19 -0800 Subject: [PATCH 26/58] fixing the merge conflicts --- Directory.Build.props | 4 +-- eng/liveBuilds.targets | 6 ++-- eng/referenceAssemblies.props | 4 +-- eng/resources.targets | 2 +- global.json | 8 +---- src/libraries/Directory.Build.props | 33 +++++++------------ src/libraries/Directory.Build.targets | 12 +++---- src/libraries/Native/build-native.proj | 2 +- .../Native/pkg/Directory.Build.props | 8 ++--- .../src/System.Net.Http.csproj | 2 +- .../src/System.Net.Security.csproj | 2 +- ...tem.Runtime.CompilerServices.Unsafe.ilproj | 2 +- ...urity.Cryptography.X509Certificates.csproj | 2 +- src/libraries/packages.builds | 2 +- src/libraries/pkg/test/testPackages.proj | 2 +- src/libraries/ref.builds | 2 +- src/libraries/restore/Directory.Build.props | 2 +- src/libraries/restore/runtime/runtime.depproj | 6 ++-- src/libraries/sendtohelix.proj | 4 +-- .../shims/manual/Directory.Build.props | 18 +++------- 20 files changed, 49 insertions(+), 74 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4bf501ac6ce0a5..cc6ce645b94b48 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -71,8 +71,6 @@ https://github.com/dotnet/runtime https://github.com/dotnet/runtime/blob/master/LICENSE.TXT $([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'pkg', 'Microsoft.NETCore.Platforms', 'runtime.json')) - netcoreapp5.0 - $(LibrariesProjectRoot)\runtime.json $(RepoRoot)LICENSE.TXT @@ -84,6 +82,8 @@ false + netcoreapp5.0 + $(LibrariesProjectRoot)\runtime.json diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets index 1baebfbe143a9a..859185094c0c1a 100644 --- a/eng/liveBuilds.targets +++ b/eng/liveBuilds.targets @@ -2,11 +2,11 @@ $(BuildOS) - $(ConfigurationGroup) + $(Configuration) $(BuildOS) - $(ConfigurationGroup) + $(Configuration) $(BuildOS) - $(ConfigurationGroup) + $(Configuration) $(LibrariesOSGroup)-$(LibrariesConfiguration)-$(TargetArchitecture) diff --git a/eng/referenceAssemblies.props b/eng/referenceAssemblies.props index 2a8bf2338a7994..57e2d18abc96a2 100644 --- a/eng/referenceAssemblies.props +++ b/eng/referenceAssemblies.props @@ -9,9 +9,9 @@ $(AdditionalBuildTargetFrameworks);netstandard2.0;netstandard2.1 $([MSBuild]::NormalizeDirectory('$(AssemblyBinDirOutputPath)', 'ref')) - $(BaseOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup) + $(BaseOutputPath)$(OriginalTargetFramework)-$(Configuration) $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)', 'ref')) - $(BaseIntermediateOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup) + $(BaseIntermediateOutputPath)$(OriginalTargetFramework)-$(Configuration) $(NoWarn);CS0169;CS0649;CS8618 diff --git a/eng/resources.targets b/eng/resources.targets index 252cd4ae63b5d3..20364de562ad14 100644 --- a/eng/resources.targets +++ b/eng/resources.targets @@ -11,7 +11,7 @@ true - true + true diff --git a/global.json b/global.json index 3a4e85d1d9c144..d43da90d77cd9b 100644 --- a/global.json +++ b/global.json @@ -12,19 +12,13 @@ "python": "2.7.15" }, "msbuild-sdks": { -<<<<<<< HEAD "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-beta.20074.2", - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20063.2", - "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "5.0.0-beta.20063.2", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20063.2", -======= "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20071.3", "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "5.0.0-beta.20071.3", "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20071.3", "Microsoft.DotNet.Build.Tasks.Configuration": "5.0.0-beta.20071.3", ->>>>>>> master "FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0", - "Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19563.3", + "Microsoft.NET.Sdk.IL": "5.0.0-dev.20067.1", "Microsoft.Build.NoTargets": "1.0.53", "Microsoft.Build.Traversal": "2.0.2" } diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index f61310a4ba505b..6492367d0bb4e1 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -13,17 +13,6 @@ - - Debug - $(Configuration) - - - - - Debug - Release - - - $(BuildTargetFramework)-$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup) + $(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup) - $(NetCoreAppCurrent)-$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup) - $(NetFrameworkCurrent)-$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup) + $(NetCoreAppCurrent)-$(OSGroup)-$(Configuration)-$(ArchGroup) + $(NetFrameworkCurrent)-$(OSGroup)-$(Configuration)-$(ArchGroup) package @@ -145,7 +134,7 @@ - $([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'native', '$(BuildTargetFramework)-$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup)')) + $([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'native', '$(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup)')) $([MSBuild]::NormalizeDirectory('$(LibrariesProjectRoot)', 'pkg')) @@ -249,7 +238,7 @@ - + true false @@ -257,7 +246,7 @@ $(DefineConstants),TRACE,DEBUG - + true true @@ -316,9 +305,9 @@ $([MSBuild]::NormalizeDirectory('$(ArtifactsToolsetDir)', 'ilasm')) - $(OSGroup).$(Platform).$(ConfigurationGroup) - AnyOS.AnyCPU.$(ConfigurationGroup) - Unix.$(Platform).$(ConfigurationGroup) + $(OSGroup).$(Platform).$(Configuration) + AnyOS.AnyCPU.$(Configuration) + Unix.$(Platform).$(Configuration) $(ArtifactsDir)helix/ $(TestArchiveRoot)tests/ $(TestArchiveTestsRoot)$(OSPlatformConfig)/ @@ -344,9 +333,9 @@ - $(BaseOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup)\ + $(BaseOutputPath)$(OriginalTargetFramework)-$(Configuration)\ $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)')) - $(BaseIntermediateOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup) + $(BaseIntermediateOutputPath)$(OriginalTargetFramework)-$(Configuration) $(AdditionalBuildTargetFrameworks);netstandard2.0 diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index e2fbd28987b7d9..bce73fa10c95af 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -1,9 +1,9 @@ $(BuildOS) - $(ConfigurationGroup) + $(Configuration) $(BuildOS) - $(ConfigurationGroup) + $(Configuration) @@ -26,7 +26,7 @@ - $([MSBuild]::NormalizePath('$(ArtifactsDir)', 'packages', '$(ConfigurationGroup)')) + $([MSBuild]::NormalizePath('$(ArtifactsDir)', 'packages', '$(Configuration)')) $([MSBuild]::NormalizeDirectory('$(ArtifactsPackagesDir)', 'Shipping')) $([MSBuild]::NormalizeDirectory('$(ArtifactsPackagesDir)', 'NonShipping')) @@ -61,8 +61,8 @@ $(NETCoreAppPackageRefPath) $(NETCoreAppPackageRuntimePath) - $(NETCoreAppPackageRuntimePath)\..\runtime\$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup) - $(RefRootPath)microsoft.netcore.app\$(ConfigurationGroup) + $(NETCoreAppPackageRuntimePath)\..\runtime\$(BuildOS)-$(Configuration)-$(ArchGroup) + $(RefRootPath)microsoft.netcore.app\$(Configuration) ILLinkTrimAssembly=true @@ -93,7 +93,7 @@ - $(ArtifactsBinDir)runtime/%(Identity)-$(ConfigurationGroup)-$(ArchGroup) + $(ArtifactsBinDir)runtime/%(Identity)-$(Configuration)-$(ArchGroup) diff --git a/src/libraries/Native/build-native.proj b/src/libraries/Native/build-native.proj index 8b1a45ed6bc959..b9f5f452878a3c 100644 --- a/src/libraries/Native/build-native.proj +++ b/src/libraries/Native/build-native.proj @@ -8,7 +8,7 @@ $(ArtifactsObjDir)_version.h $(ArtifactsObjDir)_version.c - <_BuildNativeArgs>$(ArchGroup) $(ConfigurationGroup) $(BuildOS) outconfig $(BuildTargetFramework)-$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup) + <_BuildNativeArgs>$(ArchGroup) $(Configuration) $(BuildOS) outconfig $(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup) - $(ArtifactsBinDir)Linux.$(PackagePlatform).$(ConfigurationGroup)\native\ - $(ArtifactsBinDir)Windows_NT.$(PackagePlatform).$(ConfigurationGroup)\native_aot\ - $(ArtifactsBinDir)Windows_NT.$(PackagePlatform).$(ConfigurationGroup)\native\ + $(ArtifactsBinDir)Linux.$(PackagePlatform).$(Configuration)\native\ + $(ArtifactsBinDir)Windows_NT.$(PackagePlatform).$(Configuration)\native_aot\ + $(ArtifactsBinDir)Windows_NT.$(PackagePlatform).$(Configuration)\native\ $(LinuxNativePath) $(LinuxNativePath) $(LinuxNativePath) - $(ArtifactsBinDir)OSX.$(PackagePlatform).$(ConfigurationGroup)\native\ + $(ArtifactsBinDir)OSX.$(PackagePlatform).$(Configuration)\native\ $(LinuxNativePath) $(LinuxNativePath) $(LinuxNativePath) diff --git a/src/libraries/System.Net.Http/src/System.Net.Http.csproj b/src/libraries/System.Net.Http/src/System.Net.Http.csproj index e8111979d8cbdd..dfae5a031289b1 100644 --- a/src/libraries/System.Net.Http/src/System.Net.Http.csproj +++ b/src/libraries/System.Net.Http/src/System.Net.Http.csproj @@ -698,7 +698,7 @@ - + diff --git a/src/libraries/System.Net.Security/src/System.Net.Security.csproj b/src/libraries/System.Net.Security/src/System.Net.Security.csproj index 7aa08715c32fdb..0c7ee78ed9f711 100644 --- a/src/libraries/System.Net.Security/src/System.Net.Security.csproj +++ b/src/libraries/System.Net.Security/src/System.Net.Security.csproj @@ -466,7 +466,7 @@ - + diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index 820756f41e763a..5eb416ee917671 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -2,7 +2,7 @@ IMPL - OPT + OPT $(MSBuildThisFileDirectory)System.Runtime.CompilerServices.Unsafe.xml diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj index ee8b13ade0cf58..70f2e3d16e1b26 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj +++ b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj @@ -778,7 +778,7 @@ - + diff --git a/src/libraries/packages.builds b/src/libraries/packages.builds index 43365dc2b2f57e..aac39725422d8e 100644 --- a/src/libraries/packages.builds +++ b/src/libraries/packages.builds @@ -2,7 +2,7 @@ - $(AdditionalBuildConfigurations);package-$(ConfigurationGroup) + $(AdditionalBuildConfigurations);package-$(Configuration) diff --git a/src/libraries/pkg/test/testPackages.proj b/src/libraries/pkg/test/testPackages.proj index 9794f33beb4360..dba24ae606f48e 100644 --- a/src/libraries/pkg/test/testPackages.proj +++ b/src/libraries/pkg/test/testPackages.proj @@ -165,7 +165,7 @@ diff --git a/src/libraries/ref.builds b/src/libraries/ref.builds index e8fb99ba782f00..7167bc89a7e7c1 100644 --- a/src/libraries/ref.builds +++ b/src/libraries/ref.builds @@ -2,7 +2,7 @@ - $(AdditionalBuildConfigurations);netstandard2.0-$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup);netstandard2.1-$(OSGroup)-$(ConfigurationGroup) + $(AdditionalBuildConfigurations);netstandard2.0-$(OSGroup)-$(Configuration)-$(ArchGroup);netstandard2.1-$(OSGroup)-$(Configuration) diff --git a/src/libraries/restore/Directory.Build.props b/src/libraries/restore/Directory.Build.props index b114ca1d447429..7283942cfcbce9 100644 --- a/src/libraries/restore/Directory.Build.props +++ b/src/libraries/restore/Directory.Build.props @@ -8,7 +8,7 @@ $(IntermediateOutputPath) true - $(BaseOutputPath)$(OriginalTargetFramework)-$(ConfigurationGroup) + $(BaseOutputPath)$(OriginalTargetFramework)-$(Configuration) false netstandard2.0-$(OSGroup) diff --git a/src/libraries/restore/runtime/runtime.depproj b/src/libraries/restore/runtime/runtime.depproj index 1c70ffaf17b39a..ad9139b419e47e 100644 --- a/src/libraries/restore/runtime/runtime.depproj +++ b/src/libraries/restore/runtime/runtime.depproj @@ -4,11 +4,11 @@ $(ToolRuntimeRID) $(NoWarn);NU1603;NU1605 - true + true $(BuildOS) - $(ConfigurationGroup) + $(Configuration) $(DefaultOSGroup) - $(ConfigurationGroup) + $(Configuration) false netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;$(netcoreappCurrent)-Windows_NT;$(netcoreappCurrent)-Unix diff --git a/src/libraries/sendtohelix.proj b/src/libraries/sendtohelix.proj index c3eb763877de49..9ae2d6d0093414 100644 --- a/src/libraries/sendtohelix.proj +++ b/src/libraries/sendtohelix.proj @@ -14,13 +14,13 @@ true $(TestArchiveRuntimeRoot)test-runtime-$(BuildConfiguration).zip - $(TestArchiveRuntimeRoot)packages-testPayload-$(ConfigurationGroup).zip + $(TestArchiveRuntimeRoot)packages-testPayload-$(Configuration).zip $(TestArchiveRuntimeFile) $(TestArchiveTestsRoot)**/*.zip - $(ConfigurationGroup) + $(Configuration) $(ArchGroup) -<<<<<<< HEAD - $(ArtifactsBinDir)runtime/$(BuildTargetFramework)-$(BuildOS)-$(ConfigurationGroup)-$(ArchGroup)/ + $(ArtifactsBinDir)runtime/$(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup)/ $(BuildOS) - $(ConfigurationGroup) + $(Configuration) + $(BuildOS) + $(Configuration) netcoreapp5.0 - - true -======= - $(ArtifactsBinDir)runtime/$(TargetFramework)-$(_bc_OSGroup)-$(_bc_ConfigurationGroup)-$(ArchGroup)/ - $(_bc_OSGroup) - $(_bc_ConfigurationGroup) - $(_bc_OSGroup) - $(_bc_ConfigurationGroup) ->>>>>>> master From 3458e025f552fc290e349d8edae40514498cdc1a Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 24 Jan 2020 13:21:10 -0800 Subject: [PATCH 27/58] minor changes --- eng/notSupported.SourceBuild.targets | 2 +- global.json | 2 +- src/libraries/Directory.Build.props | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/eng/notSupported.SourceBuild.targets b/eng/notSupported.SourceBuild.targets index fdfe78430513f8..f0d5bf4db09377 100644 --- a/eng/notSupported.SourceBuild.targets +++ b/eng/notSupported.SourceBuild.targets @@ -8,7 +8,7 @@ Text="'DotNetSourceBuildIntermediatePath' must be specified when 'DotNetBuildFromSource' is true" /> - <_notSupportedSourceDirectory>$([MSBuild]::NormalizeDirectory('$(DotNetSourceBuildIntermediatePath)', '$(MSBuildProjectName)', '$(OriginalTargetFramework)-$(OSGroup)')) + <_notSupportedSourceDirectory>$([MSBuild]::NormalizeDirectory('$(DotNetSourceBuildIntermediatePath)', '$(MSBuildProjectName)', '$(TargetFramework)-$(OSGroup)')) $(_notSupportedSourceDirectory)$(TargetName).notsupported.cs diff --git a/global.json b/global.json index d43da90d77cd9b..5e73dc92a5d9b3 100644 --- a/global.json +++ b/global.json @@ -18,7 +18,7 @@ "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20071.3", "Microsoft.DotNet.Build.Tasks.Configuration": "5.0.0-beta.20071.3", "FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0", - "Microsoft.NET.Sdk.IL": "5.0.0-dev.20067.1", + "Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19563.3", "Microsoft.Build.NoTargets": "1.0.53", "Microsoft.Build.Traversal": "2.0.2" } diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index 6492367d0bb4e1..d78b7be78772d4 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -125,7 +125,6 @@ - win10 true From 5ba40bd680f4aa2628b9d14f46e91575bb0b062c Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 24 Jan 2020 14:44:43 -0800 Subject: [PATCH 28/58] adding additional configs and setting the runtimeOS --- eng/configurations/archgroups.props | 10 -- eng/configurations/configurationgroups.props | 6 - eng/configurations/osgroups.props | 46 ----- eng/configurations/properties.props | 49 ------ eng/configurations/targetgroups.props | 175 ------------------- eng/referenceAssemblies.props | 1 - src/libraries/Directory.Build.props | 5 +- src/libraries/dir.traversal.targets | 4 +- src/libraries/ref.builds | 2 +- src/libraries/src.builds | 4 + 10 files changed, 8 insertions(+), 294 deletions(-) delete mode 100644 eng/configurations/archgroups.props delete mode 100644 eng/configurations/configurationgroups.props delete mode 100644 eng/configurations/osgroups.props delete mode 100644 eng/configurations/properties.props delete mode 100644 eng/configurations/targetgroups.props diff --git a/eng/configurations/archgroups.props b/eng/configurations/archgroups.props deleted file mode 100644 index 0a1c73366ec810..00000000000000 --- a/eng/configurations/archgroups.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/eng/configurations/configurationgroups.props b/eng/configurations/configurationgroups.props deleted file mode 100644 index 3cef5da593903f..00000000000000 --- a/eng/configurations/configurationgroups.props +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/eng/configurations/osgroups.props b/eng/configurations/osgroups.props deleted file mode 100644 index f2861d4755b421..00000000000000 --- a/eng/configurations/osgroups.props +++ /dev/null @@ -1,46 +0,0 @@ - - - - AnyOS - true - win - - - AnyOS - true - unix - - - Unix - true - true - linux - - - Unix - true - true - osx - - - Unix - true - true - freebsd - - - Unix - true - true - netbsd - - - - Linux - true - true - - - - diff --git a/eng/configurations/properties.props b/eng/configurations/properties.props deleted file mode 100644 index 0f7876d4b16671..00000000000000 --- a/eng/configurations/properties.props +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - AnyOS - - 1 - - 2 - - - - - - 2 - - 1 - - - Debug - - Insignificant - 3 - - - x64 - - Independent - 4 - - - - OSGroup - - - TargetGroup - - - ConfigurationGroup - - - ArchGroup - - - \ No newline at end of file diff --git a/eng/configurations/targetgroups.props b/eng/configurations/targetgroups.props deleted file mode 100644 index 39b14d468263e6..00000000000000 --- a/eng/configurations/targetgroups.props +++ /dev/null @@ -1,175 +0,0 @@ - - - - netcore50 - .NETCore - v5.0 - true - netstandard1.4 - - - netstandard1.0 - - true - - - netstandard1.1 - - true - netstandard1.0 - - - netstandard1.2 - - true - netstandard1.1 - - - netstandard1.3 - - true - netstandard1.2 - - - netstandard1.4 - - true - netstandard1.3 - - - netstandard1.5 - - true - netstandard1.4 - - - netstandard1.6 - - true - netstandard1.5 - - - netstandard2.0 - - true - netstandard1.6 - - - netstandard2.1 - - true - netstandard2.0 - - - netcoreapp1.0 - netstandard1.6 - - - netcoreapp2.0 - netcoreapp1.0 - netstandard2.0 - - - netcoreapp2.1 - netcoreapp2.0 - netstandard2.0 - - - netcoreapp2.2 - netcoreapp2.1 - netstandard2.0 - - - netcoreapp3.0 - netcoreapp2.2 - netstandard2.1 - - - netcoreapp5.0 - netcoreapp3.0 - netstandard2.1 - - - net45 - Microsoft.TargetingPack.NETFramework.v4.5 - netstandard1.1 - - - net451 - Microsoft.TargetingPack.NETFramework.v4.5.1 - net45 - netstandard1.2 - - - net46 - Microsoft.TargetingPack.NETFramework.v4.6 - net451 - netstandard1.3 - - - net461 - Microsoft.TargetingPack.NETFramework.v4.6.1 - net46 - netstandard2.0 - - - net462 - Microsoft.TargetingPack.NETFramework.v4.6.2 - net461 - netstandard2.0 - - - net463 - Microsoft.TargetingPack.NETFramework.v4.6.3 - net462 - netstandard2.0 - - - net47 - Microsoft.TargetingPack.NETFramework.v4.7 - net462 - netstandard2.0 - - - net471 - Microsoft.TargetingPack.NETFramework.v4.7.1 - net47 - netstandard2.0 - - - net472 - Microsoft.TargetingPack.NETFramework.v4.7.2 - net471 - netstandard2.0 - - - win8 - Windows - v8.0 - netstandard1.1 - - - wpa81 - WindowsPhoneApp - v8.1 - netstandard1.2 - - - - none - - - net463 - - - diff --git a/eng/referenceAssemblies.props b/eng/referenceAssemblies.props index 57e2d18abc96a2..9eff6542b6f5f2 100644 --- a/eng/referenceAssemblies.props +++ b/eng/referenceAssemblies.props @@ -7,7 +7,6 @@ - $(AdditionalBuildTargetFrameworks);netstandard2.0;netstandard2.1 $([MSBuild]::NormalizeDirectory('$(AssemblyBinDirOutputPath)', 'ref')) $(BaseOutputPath)$(OriginalTargetFramework)-$(Configuration) $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)', 'ref')) diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index d78b7be78772d4..05aa7a2ded389a 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -10,9 +10,6 @@ $(RepositoryEngineeringDir)depProj.common.targets - - - $(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup) - - $(NetCoreAppCurrent)-$(OSGroup)-$(Configuration)-$(ArchGroup) - $(NetFrameworkCurrent)-$(OSGroup)-$(Configuration)-$(ArchGroup) package diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj index c68283608a0987..d45da6b364bbef 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetFrameworkCurrent) + netstandard2.0;net461;$(NetFrameworkCurrent) $(NetFrameworkCurrent); From 45fd366a34e8b56362039e29e8f65cd8c2503c8e Mon Sep 17 00:00:00 2001 From: Anipik Date: Mon, 27 Jan 2020 10:38:56 -0800 Subject: [PATCH 31/58] fixing the linux build and some minor changes --- eng/build.sh | 2 +- src/libraries/Directory.Build.targets | 6 +++--- src/libraries/Native/build-native.proj | 2 +- src/libraries/Native/native-binplace.proj | 3 --- src/libraries/sendtohelix.proj | 12 ++++++------ 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/eng/build.sh b/eng/build.sh index 337c2ef460faee..acf7da8425ec3a 100755 --- a/eng/build.sh +++ b/eng/build.sh @@ -93,7 +93,7 @@ while [[ $# > 0 ]]; do elif [ "$val" == "netfx" ]; then val=net472 fi - arguments="$arguments /p:TargetGroup=$val" + arguments="$arguments /p:BuildTargetFramework=$val" shift 2 ;; -os) diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index bce73fa10c95af..c9073adf867def 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -48,7 +48,7 @@ true true true - net45;net451;net46;net461;net462;net47;net471;net472;netstandard1.0;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;$(netcoreappCurrent); + net45;net451;net46;net461;net462;net47;net471;net472;netstandard1.0;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;$(netcoreappCurrent); @@ -86,9 +86,9 @@ $(RefRootPath)netcoreapp2.0/ - + - + $(RefRootPath)%(Identity)/ diff --git a/src/libraries/Native/build-native.proj b/src/libraries/Native/build-native.proj index b9f5f452878a3c..e1b233fc19653b 100644 --- a/src/libraries/Native/build-native.proj +++ b/src/libraries/Native/build-native.proj @@ -8,7 +8,7 @@ $(ArtifactsObjDir)_version.h $(ArtifactsObjDir)_version.c - <_BuildNativeArgs>$(ArchGroup) $(Configuration) $(BuildOS) outconfig $(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup) + <_BuildNativeArgs>$(ArchGroup) $(Configuration) outconfig $(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup) - - $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent) - diff --git a/src/libraries/sendtohelix.proj b/src/libraries/sendtohelix.proj index 9ae2d6d0093414..df3dfa107114af 100644 --- a/src/libraries/sendtohelix.proj +++ b/src/libraries/sendtohelix.proj @@ -11,10 +11,10 @@ - true + true $(TestArchiveRuntimeRoot)test-runtime-$(BuildConfiguration).zip - $(TestArchiveRuntimeRoot)packages-testPayload-$(Configuration).zip + $(TestArchiveRuntimeRoot)packages-testPayload-$(Configuration).zip $(TestArchiveRuntimeFile) @@ -31,7 +31,7 @@ $(WaitForWorkItemCompletion) - + true sdk @@ -44,10 +44,10 @@ innerloop test/functional/cli/$(TestScope)/ - test/functional/packaging/ + test/functional/packaging/ - + set DOTNET_CLI_TELEMETRY_OPTOUT=1;set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1;set DOTNET_MULTILEVEL_LOOKUP=0 dotnet msbuild %HELIX_CORRELATION_PAYLOAD%\test.msbuild @@ -80,7 +80,7 @@ + Condition="'$(BuildAllConfigurations)' != 'true'"> Date: Mon, 27 Jan 2020 14:07:17 -0800 Subject: [PATCH 32/58] making additionalBuildTargetFramework LOcalProperty --- src/libraries/ref.builds | 2 +- src/libraries/restore/Directory.Build.props | 2 +- src/libraries/src.builds | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libraries/ref.builds b/src/libraries/ref.builds index 7aea2bcda46bf3..32ffa15a7bd2ae 100644 --- a/src/libraries/ref.builds +++ b/src/libraries/ref.builds @@ -1,4 +1,4 @@ - + diff --git a/src/libraries/restore/Directory.Build.props b/src/libraries/restore/Directory.Build.props index 7283942cfcbce9..ba1f2e1097cf66 100644 --- a/src/libraries/restore/Directory.Build.props +++ b/src/libraries/restore/Directory.Build.props @@ -1,4 +1,4 @@ - + diff --git a/src/libraries/src.builds b/src/libraries/src.builds index 2c7ef72d3443f8..fc673469c949b8 100644 --- a/src/libraries/src.builds +++ b/src/libraries/src.builds @@ -1,4 +1,4 @@ - + From 0e3cab0926c9b20190886ac405643d24bf61ec3d Mon Sep 17 00:00:00 2001 From: Anipik Date: Mon, 27 Jan 2020 17:13:18 -0800 Subject: [PATCH 33/58] fixing the allConfigurations build --- src/libraries/restore/Directory.Build.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/restore/Directory.Build.targets b/src/libraries/restore/Directory.Build.targets index 035e6dc46e3ee9..7fa5b07e218468 100644 --- a/src/libraries/restore/Directory.Build.targets +++ b/src/libraries/restore/Directory.Build.targets @@ -5,5 +5,5 @@ true - + From 6d16c5af8a112ea6746e7dd88f29144714ef5e95 Mon Sep 17 00:00:00 2001 From: Anipik Date: Tue, 28 Jan 2020 11:20:37 -0800 Subject: [PATCH 34/58] fixing the netfx build --- src/libraries/dirs.proj | 2 +- .../Microsoft.Private.CoreFx.NETCoreApp.builds | 1 + src/libraries/pretest.proj | 4 ++-- src/libraries/src.builds | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/libraries/dirs.proj b/src/libraries/dirs.proj index dacaefdc6851fc..2b9534d5965a81 100644 --- a/src/libraries/dirs.proj +++ b/src/libraries/dirs.proj @@ -12,7 +12,7 @@ - + diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds index 0c5280d3494e91..1da2da5e8e2943 100644 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds +++ b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.builds @@ -4,6 +4,7 @@ + diff --git a/src/libraries/pretest.proj b/src/libraries/pretest.proj index 371c9b8341be0d..317bf140a39af2 100644 --- a/src/libraries/pretest.proj +++ b/src/libraries/pretest.proj @@ -31,7 +31,7 @@ - + - + diff --git a/src/libraries/src.builds b/src/libraries/src.builds index fc673469c949b8..2ff45edef35b8b 100644 --- a/src/libraries/src.builds +++ b/src/libraries/src.builds @@ -2,7 +2,7 @@ - $(AdditionalBuildTargetFrameworks);netstandard2.0;netstandard2.1 + $(AdditionalBuildTargetFrameworks);netstandard2.0 From c32d5a48777a3f3d1664d116d0e8e27e3a620746 Mon Sep 17 00:00:00 2001 From: Anipik Date: Wed, 29 Jan 2020 13:21:24 -0800 Subject: [PATCH 35/58] fixing package Testing and restore --- src/libraries/Directory.Build.props | 4 +++- src/libraries/build.proj | 2 +- src/libraries/pkg/test/packageTest.targets | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index c31aa9782ba095..454a9e7697cfcd 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -8,8 +8,11 @@ $(RepoRoot)artifacts\toolset\Common\ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) $(RepositoryEngineeringDir)depProj.common.targets + $(RepoRoot)artifacts\tmp\$(Configuration)\RuntimeOS.props + + $(BaseOutputPath)$(OriginalTargetFramework)-$(Configuration) false - netstandard2.0-$(OSGroup) + netstandard2.0-$(OSGroup) $(NoWarn);CS0169;CS0649;CS8618 diff --git a/eng/testing/xunit/vstest.targets b/eng/testing/xunit/vstest.targets index 589a1cc7227aba..9e1517a2bf648e 100644 --- a/eng/testing/xunit/vstest.targets +++ b/eng/testing/xunit/vstest.targets @@ -5,7 +5,7 @@ $(RunArguments) --logger "xunit;LogFilePath=$(TestResultsName)" - $(RunArguments) --framework $(OriginalTargetFramework) + $(RunArguments) --framework $(TargetFramework) $(RunArguments) --platform $(ArchGroup) $(RunArguments) --parallel $(RunArguments) --blame diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index 31b3c6593ac770..11b1e5f5161f57 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -317,7 +317,7 @@ $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'testhost', '$(BuildConfiguration)')) - false + false $(ArtifactsObjDir)version.txt @@ -328,9 +328,11 @@ - $(BaseOutputPath)$(OriginalTargetFramework)-$(Configuration)\ + $(BaseOutputPath)$(TargetFramework)-$(OSGroup)-$(Configuration)\ + $(BaseOutputPath)$(TargetFramework)-$(Configuration)\ $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)')) - $(BaseIntermediateOutputPath)$(OriginalTargetFramework)-$(Configuration) + $(BaseIntermediateOutputPath)$(TargetFramework)-$(OSGroup)-$(Configuration)\ + $(BaseIntermediateOutputPath)$(TargetFramework)-$(Configuration)\ $(AdditionalBuildTargetFrameworks);netstandard2.0 diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index c9073adf867def..44b8e0678dfdc6 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -92,7 +92,7 @@ $(RefRootPath)%(Identity)/ - + $(ArtifactsBinDir)runtime/%(Identity)-$(Configuration)-$(ArchGroup) diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index 31eb14b82f89b6..2c1458d793a2ec 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -9,7 +9,7 @@ netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; - + Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs diff --git a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj index 24e76bb0beff6f..5797542ab61d43 100644 --- a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj @@ -12,16 +12,16 @@ - + - + - + \ No newline at end of file diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj index e1ab189e048907..25bb26bce4a5c6 100644 --- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -3,7 +3,7 @@ 10.0 System.Collections.Immutable 512 - netstandard1.0;portable-net45+win8+wp8+wpa81 + netstandard1.0;portable-net45+win8+wp8+wpa81 netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable @@ -90,7 +90,7 @@ Common\System\Runtime\Versioning\NonVersionableAttribute.cs - + System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs @@ -108,10 +108,10 @@ - + - + diff --git a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj index 2531b1ddf22622..ae2e714a7a3a6c 100644 --- a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj +++ b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj @@ -19,7 +19,7 @@ Common\Interop\Unix\Interop.Libraries.cs - + Common\Interop\Unix\libdl\Interop.dlopen.cs diff --git a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj index 2b4c5819127708..615a880e637334 100644 --- a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj @@ -9,7 +9,7 @@ - + @@ -19,7 +19,7 @@ - + diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj index 3d5ed50cdd0de9..86989d16832339 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj @@ -5,28 +5,28 @@ false enable - + $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS - + - + - + - + - + diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj index 2358ffc411d4db..c18a600fc86bd7 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj @@ -4,14 +4,14 @@ we also have a separate complilation of this DLL that works for V4.5 (which is netstandard1.1). Again we duplicate in a portable-* folder to work with older NuGet clients --> - netstandard1.1;portable-net45+win8+wpa81 + netstandard1.1;portable-net45+win8+wpa81 true false $(NoWarn);SA1205 enable - $(DefineConstants);NO_EVENTSOURCE_COMPLEX_TYPE_SUPPORT - $(DefineConstants);EVENTSOURCE_ACTIVITY_SUPPORT - $(DefineConstants);EVENTSOURCE_ENUMERATE_SUPPORT + $(DefineConstants);NO_EVENTSOURCE_COMPLEX_TYPE_SUPPORT + $(DefineConstants);EVENTSOURCE_ACTIVITY_SUPPORT + $(DefineConstants);EVENTSOURCE_ENUMERATE_SUPPORT $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS;ENABLE_HTTP_HANDLER netstandard1.1;netstandard1.3;net45;net46;;$(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent) $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); @@ -25,34 +25,34 @@ - + - + - + - + - + - + - + diff --git a/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj b/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj index 7e4cec4743e70d..22f8deac3fe10a 100644 --- a/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj +++ b/src/libraries/System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj @@ -12,7 +12,7 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj index 752e2484afa40a..2e9fb2774ec325 100644 --- a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj @@ -7,7 +7,7 @@ - + @@ -17,7 +17,7 @@ - + diff --git a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj index c54cff8ada14ca..614ae99e2041a6 100644 --- a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj @@ -1,23 +1,23 @@ true - $(DefineConstants);netcoreapp + $(DefineConstants);netcoreapp netstandard1.3;net46;netstandard2.0;;$(NetFrameworkCurrent) $(NetFrameworkCurrent); - + - + - + diff --git a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj index 98589585b2e69d..5ded068c96523b 100644 --- a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj @@ -2,11 +2,11 @@ true true - $(DefineConstants);FEATURE_SERIALIZATION + $(DefineConstants);FEATURE_SERIALIZATION net46;netstandard1.3;netstandard2.0;;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; - + @@ -48,7 +48,7 @@ - + diff --git a/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj index 782fcf2759e8a9..b5346939f0b536 100644 --- a/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj @@ -4,7 +4,7 @@ enable - netcoreapp2.0 + netcoreapp2.0 diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj index 8732299e6556f7..98761e33dad44d 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -2,14 +2,14 @@ true true - SR.PlatformNotSupported_IOPorts + SR.PlatformNotSupported_IOPorts $(DefineConstants);NOSPAN true annotations netstandard2.0-Windows_NT;netstandard2.0-Linux;netstandard2.0-OSX;netstandard2.0;net461-Windows_NT;netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT; - + diff --git a/src/libraries/System.Json/src/System.Json.csproj b/src/libraries/System.Json/src/System.Json.csproj index ac2b8743fc6fe6..7f9913752e7fa5 100644 --- a/src/libraries/System.Json/src/System.Json.csproj +++ b/src/libraries/System.Json/src/System.Json.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj index 91fc08d7b26643..287b2a5e629a17 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj @@ -3,7 +3,7 @@ System.Net.WebSockets.WebSocketProtocol True $(NoWarn);CS1573 - netstandard2.0;netcoreapp2.1;;$(NetCoreAppCurrent) + netstandard2.0;netcoreapp2.1;$(NetCoreAppCurrent) $(NetCoreAppCurrent); @@ -17,7 +17,7 @@ - + diff --git a/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj b/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj index e47b30a5f72c52..f4f5028607c442 100644 --- a/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj +++ b/src/libraries/System.Reflection.Context/ref/System.Reflection.Context.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj b/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj index 2e1df47a963ac8..daeb3ca8b239b9 100644 --- a/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj +++ b/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj @@ -1,10 +1,10 @@ Library - SR.PlatformNotSupported_ReflectionContext + SR.PlatformNotSupported_ReflectionContext netstandard2.0;netstandard1.1;netstandard2.1 - + @@ -61,7 +61,7 @@ - + diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj index 671f3765ec875a..d870436a897bc2 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj @@ -16,9 +16,9 @@ - + - + netstandard1.0 diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj index 4119fa9a9b1c74..6d9af19c8f2795 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj @@ -18,9 +18,9 @@ - + - + netstandard1.0 diff --git a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj index 3c9eae8b61469c..3d2cfaa27bfe1a 100644 --- a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj @@ -19,7 +19,7 @@ - + netstandard1.1 diff --git a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj index f5a3d8df8aad06..f76679dcb496a9 100644 --- a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj index 13f009a848bd8a..f4a99c3893dabf 100644 --- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj @@ -4,7 +4,7 @@ true en-US false - netstandard1.1;portable-net45+win8 + netstandard1.1;portable-net45+win8 netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable @@ -17,8 +17,8 @@ Common\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs - - + + @@ -61,15 +61,15 @@ - + - - + + @@ -100,15 +100,15 @@ - - + + - - + + @@ -179,7 +179,7 @@ - + @@ -263,7 +263,7 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj index d1ff4ffe7d413e..50de39e3473912 100644 --- a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj @@ -3,15 +3,15 @@ System.Reflection.TypeExtensions true enable - net461;netstandard2.0;netstandard1.3;netstandard1.5;;$(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix + net461;netstandard2.0;netstandard1.3;netstandard1.5;$(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix $(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; - + SR.PlatformNotSupported_ReflectionTypeExtensions - 4.0.0.0 - 4.1.0.0 + 4.0.0.0 + 4.1.0.0 - + @@ -19,7 +19,7 @@ - + diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index 4ef7328a01f8fd..a4aed998a8c6e9 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -7,8 +7,8 @@ $(MSBuildThisFileDirectory)System.Runtime.CompilerServices.Unsafe.xml {04BA3E3C-6979-4792-B19E-C797AD607F42} - include\$(OriginalTargetFramework) - include\netcoreapp + include\$(TargetFramework) + include\netcoreapp include\netfx $(IlasmFlags) -INCLUDE=$(IncludePath) -DEBUG=$(DebugOptimization) $(NetCoreAppCurrent);netstandard2.0;netstandard1.0;net45;$(NetFrameworkCurrent) diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj index f96f9904f79143..ed64c554815472 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -2,7 +2,7 @@ SR.PlatformNotSupported_WindowsRuntime true - 4.0.1.0 + 4.0.1.0 netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT diff --git a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj index e0f58a43e975ca..bd1f3f755621b3 100644 --- a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj @@ -1,6 +1,6 @@ - $(DefineConstants);FEATURE_ECPARAMETERS + $(DefineConstants);FEATURE_ECPARAMETERS $(DefineConstants);FEATURE_DSA_HASHDATA @@ -16,12 +16,12 @@ - + - + diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj index 7f82b6ec02f842..af3f6b9e6fafba 100644 --- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj @@ -10,7 +10,7 @@ SR.PlatformNotSupported_CryptographyCng - 4.3.0.0 + 4.3.0.0 diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj index d76511d4577bfb..b2c75dc2b3dd78 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj @@ -6,12 +6,12 @@ - + - + diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj index 06c5be2f905b0e..a789696bc60fe8 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj @@ -1,7 +1,7 @@ true - 4.1.0.0 + 4.1.0.0 netcoreapp3.0-Unix;netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent) $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj index b907dd4d9bb7d2..c1b34d1cc630ff 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj @@ -13,7 +13,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj index 12668824c94aea..62b2620ceeaa84 100644 --- a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj @@ -28,7 +28,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj index 87bd3ed9162d36..d0a6b859afd44a 100644 --- a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj @@ -11,12 +11,12 @@ - + - + diff --git a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj index 35ac092d57a999..0a853bc86098b7 100644 --- a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj @@ -1,7 +1,7 @@ true - net461;netcoreapp2.1;netstandard2.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) + net461;netcoreapp2.1;netstandard2.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); @@ -10,7 +10,7 @@ - + @@ -18,7 +18,7 @@ - + diff --git a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj index c741c27fd36e37..264a70d8b9bf9c 100644 --- a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj @@ -1,6 +1,6 @@ - netcoreapp3.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent) + netcoreapp3.0;netstandard1.3;netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable @@ -13,13 +13,13 @@ - + - + - + diff --git a/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj index 8c6c7d0eb0e5c8..8a095cb4db56eb 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj +++ b/src/libraries/System.Threading.Tasks.Dataflow/ref/System.Threading.Tasks.Dataflow.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj index 106c39f932257d..b421805b862d56 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj +++ b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj @@ -1,9 +1,9 @@ - $(DefineConstants);FEATURE_TRACING - $(DefineConstants);USE_INTERNAL_CONCURRENT_COLLECTIONS - $(DefineConstants);USE_INTERNAL_THREADING - netstandard1.1;portable-net45+win8+wpa81 + $(DefineConstants);FEATURE_TRACING + $(DefineConstants);USE_INTERNAL_CONCURRENT_COLLECTIONS + $(DefineConstants);USE_INTERNAL_THREADING + netstandard1.1;portable-net45+win8+wpa81 netstandard1.0;netstandard1.1;netstandard2.0 @@ -44,10 +44,10 @@ Common\Internal\Padding.cs - + - + @@ -57,7 +57,7 @@ - + diff --git a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj index 3c0effa2ef8fe9..09ddeb8724ca54 100644 --- a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj @@ -1,19 +1,19 @@ - netcoreapp3.0;;$(NetCoreAppCurrent) + netcoreapp3.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); - + - + diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj index 26b3fbbff12e10..bf861d02cbbf6f 100644 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj +++ b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj @@ -5,7 +5,6 @@ netcoreapp $(NETCoreAppCurrentVersion) $(TargetFrameworkName)$(TargetFrameworkVersion) - $(TargetFrameworkName)$(TargetFrameworkVersion) $(NETCoreAppPackageRefPath) $(NETCoreAppPackageRuntimePath) diff --git a/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Directory.Build.props b/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Directory.Build.props index 81a0181f0f6b37..29939afd03a27f 100644 --- a/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Directory.Build.props +++ b/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Directory.Build.props @@ -6,7 +6,7 @@ true 99.9 - Microsoft.Private.CoreFx.NETCoreApp;runtime.$(RuntimeIdentifiers).Microsoft.Private.CoreFx.NETCoreApp;$(PackageConflictPreferredPackages) + Microsoft.Private.CoreFx.NETCoreApp;runtime.$(RuntimeIdentifiers).Microsoft.Private.CoreFx.NETCoreApp;$(PackageConflictPreferredPackages) true $(NetCoreAppCurrent) diff --git a/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj b/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj index 18742a347f79ac..c25ef750ce6c99 100644 --- a/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj +++ b/src/libraries/pkg/Microsoft.Windows.Compatibility/tests/Microsoft.Windows.Compatibility.Validation.csproj @@ -2,17 +2,17 @@ - + - + - + diff --git a/src/libraries/pkg/frameworkPackage.targets b/src/libraries/pkg/frameworkPackage.targets index 757aed379ccf53..1459d7f4a9b47c 100644 --- a/src/libraries/pkg/frameworkPackage.targets +++ b/src/libraries/pkg/frameworkPackage.targets @@ -11,9 +11,9 @@ true true - ref/$(OriginalTargetFramework) - lib/$(OriginalTargetFramework) - runtimes/$(PackageTargetRuntime)/lib/$(OriginalTargetFramework) + ref/$(TargetFramework) + lib/$(TargetFramework) + runtimes/$(PackageTargetRuntime)/lib/$(TargetFramework) runtimes/$(PackageTargetRuntime)/native $(NativeBinDir)-aot diff --git a/src/libraries/pkg/runtime.native.System.IO.Ports/runtime.native.System.IO.Ports.builds b/src/libraries/pkg/runtime.native.System.IO.Ports/runtime.native.System.IO.Ports.builds index 8aa93916f96423..e8acfa38cd324a 100644 --- a/src/libraries/pkg/runtime.native.System.IO.Ports/runtime.native.System.IO.Ports.builds +++ b/src/libraries/pkg/runtime.native.System.IO.Ports/runtime.native.System.IO.Ports.builds @@ -3,7 +3,7 @@ - + diff --git a/src/libraries/restore/Directory.Build.props b/src/libraries/restore/Directory.Build.props index effa0262ebff5f..52ece0e0fb0f4a 100644 --- a/src/libraries/restore/Directory.Build.props +++ b/src/libraries/restore/Directory.Build.props @@ -8,7 +8,8 @@ $(IntermediateOutputPath) true - $(BaseOutputPath)$(OriginalTargetFramework)-$(Configuration) + $(BaseOutputPath)$(TargetFramework)-$(OSGroup)-$(Configuration) + $(BaseOutputPath)$(TargetFramework)-$(Configuration) false netstandard2.0-$(OSGroup) diff --git a/src/libraries/restore/Directory.Build.targets b/src/libraries/restore/Directory.Build.targets index 7fa5b07e218468..e0f4b68c0fac34 100644 --- a/src/libraries/restore/Directory.Build.targets +++ b/src/libraries/restore/Directory.Build.targets @@ -5,5 +5,5 @@ true - + diff --git a/src/libraries/restore/binplacePackages/binplacePackages.depproj b/src/libraries/restore/binplacePackages/binplacePackages.depproj index 224da07c4c8430..7cccf424d67c95 100644 --- a/src/libraries/restore/binplacePackages/binplacePackages.depproj +++ b/src/libraries/restore/binplacePackages/binplacePackages.depproj @@ -10,29 +10,29 @@ - + $(RefPath) - + BinPlaceLib $(RuntimePath) - + BinPlaceLib $(TestHostRuntimePath) - + - + - + diff --git a/src/libraries/restore/netcoreapp/netcoreapp.depproj b/src/libraries/restore/netcoreapp/netcoreapp.depproj index ec05ec347e67df..26965e38eab717 100644 --- a/src/libraries/restore/netcoreapp/netcoreapp.depproj +++ b/src/libraries/restore/netcoreapp/netcoreapp.depproj @@ -14,7 +14,7 @@ - + diff --git a/src/libraries/restore/netfx/netfx.depproj b/src/libraries/restore/netfx/netfx.depproj index 7dd149936056b7..d2b22177e3c2bf 100644 --- a/src/libraries/restore/netfx/netfx.depproj +++ b/src/libraries/restore/netfx/netfx.depproj @@ -7,10 +7,10 @@ NETStandard.Library.NETFramework 2.0.1-servicing-26011-01 $(NuGetPackageRoot)$(NETStandardSupportPackageId.ToLower())\$(NETStandardSupportPackageVersion)\build - true + true net45;net451;net46;net461;net462;net47;net471;net472;$(netcoreappCurrent) - + net45;net451;net46;net461;net462;net47;net471;net472 @@ -51,12 +51,12 @@ - + $(NetFxRefPath) - + $(RefPath) @@ -70,10 +70,10 @@ $(_TargetingPackVersion) - + 4.5.2 - + 4.5.0 @@ -88,10 +88,10 @@ - <_netStandardReference Condition="'$(OriginalTargetFramework)' != 'net461' and '$(OriginalTargetFramework)' != 'net462'" + <_netStandardReference Condition="'$(TargetFramework)' != 'net461' and '$(TargetFramework)' != 'net462'" Include="$(NETStandardSupportRoot)\net47\lib\*.dll" Exclude="@(_netStandardReference->'$(NETStandardSupportRoot)\net47\lib\%(FileName).dll')" /> - <_netStandardReference Condition="'$(OriginalTargetFramework)' != 'net461'" + <_netStandardReference Condition="'$(TargetFramework)' != 'net461'" Include="$(NETStandardSupportRoot)\net462\lib\*.dll" Exclude="@(_netStandardReference->'$(NETStandardSupportRoot)\net462\lib\%(FileName).dll')" /> <_netStandardReference Include="$(NETStandardSupportRoot)\net461\lib\*.dll" diff --git a/src/libraries/restore/netstandard/netstandard.depproj b/src/libraries/restore/netstandard/netstandard.depproj index cdcc76952ef8d4..9ddea231cb6896 100644 --- a/src/libraries/restore/netstandard/netstandard.depproj +++ b/src/libraries/restore/netstandard/netstandard.depproj @@ -5,7 +5,7 @@ true true Reference - <_NETStandardTFMFolder Condition="'$(OriginalTargetFramework)' == 'netstandard2.0'">netstandard2.0 + <_NETStandardTFMFolder Condition="'$(TargetFramework)' == 'netstandard2.0'">netstandard2.0 netstandard1.0;netstandard1.1;netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0 @@ -70,10 +70,10 @@ - + $(RefPath) - + $(TestHostRootPath) diff --git a/src/libraries/shims/ApiCompat.proj b/src/libraries/shims/ApiCompat.proj index df72c5004e9e35..19af4dc18dd336 100644 --- a/src/libraries/shims/ApiCompat.proj +++ b/src/libraries/shims/ApiCompat.proj @@ -40,7 +40,7 @@ - + - - $(BuildConfigurations); - $(NetCoreAppCurrent); - - - true - $(OriginalTargetFramework) + $(TargetFramework) diff --git a/src/libraries/shims/manual/Directory.Build.props b/src/libraries/shims/manual/Directory.Build.props index 1cfce26c1f85fc..d80ac1e0fdfc49 100644 --- a/src/libraries/shims/manual/Directory.Build.props +++ b/src/libraries/shims/manual/Directory.Build.props @@ -12,7 +12,7 @@ true $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(OutDirName)')) - $(BaseIntermediateOutputPath)$(OriginalTargetFramework)-$(Configuration) + $(BaseIntermediateOutputPath)$(TargetFramework)-$(Configuration) $(ArtifactsBinDir)runtime/$(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup)/ $(BuildOS) diff --git a/src/libraries/shims/netfxreference.props b/src/libraries/shims/netfxreference.props index 5cbc1961e64a6a..bde02eac749a6f 100644 --- a/src/libraries/shims/netfxreference.props +++ b/src/libraries/shims/netfxreference.props @@ -2,7 +2,7 @@ - + From b7da3318953623054331fb380d152c779b866d15 Mon Sep 17 00:00:00 2001 From: Anipik Date: Thu, 30 Jan 2020 11:07:16 -0800 Subject: [PATCH 39/58] some minor pr feedback --- Directory.Build.props | 2 -- src/libraries/Directory.Build.props | 17 +++++++++-------- .../src/Microsoft.CSharp.csproj | 2 -- src/libraries/{runtime.json => OSGroups.json} | 0 src/libraries/tests.proj | 3 +-- 5 files changed, 10 insertions(+), 14 deletions(-) rename src/libraries/{runtime.json => OSGroups.json} (100%) diff --git a/Directory.Build.props b/Directory.Build.props index cc6ce645b94b48..cbf29a7eaecf25 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -82,8 +82,6 @@ false - netcoreapp5.0 - $(LibrariesProjectRoot)\runtime.json diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index 11b1e5f5161f57..a39913ca424aa7 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -9,6 +9,8 @@ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) $(RepositoryEngineeringDir)depProj.common.targets $(RepoRoot)artifacts\tmp\$(Configuration)\RuntimeOS.props + $(LibrariesProjectRoot)\OSGroups.json + netcoreapp5.0 $(AdditionalBuildTargetFrameworks);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-NetBSD;$(NetCoreAppCurrent)-FreeBSD @@ -320,22 +322,21 @@ false $(ArtifactsObjDir)version.txt - - - - - - - + $(BaseOutputPath)$(TargetFramework)-$(OSGroup)-$(Configuration)\ $(BaseOutputPath)$(TargetFramework)-$(Configuration)\ $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)')) $(BaseIntermediateOutputPath)$(TargetFramework)-$(OSGroup)-$(Configuration)\ $(BaseIntermediateOutputPath)$(TargetFramework)-$(Configuration)\ - $(AdditionalBuildTargetFrameworks);netstandard2.0 + $(AdditionalBuildTargetFrameworks);netstandard2.0 + + + + + false true diff --git a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj index 760d2d341a2a53..d1f14c9430a8d0 100644 --- a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj +++ b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj @@ -2,8 +2,6 @@ Microsoft.CSharp Microsoft.CSharp - - true netstandard2.0;_$(NetFrameworkCurrent) _$(NetFrameworkCurrent) diff --git a/src/libraries/runtime.json b/src/libraries/OSGroups.json similarity index 100% rename from src/libraries/runtime.json rename to src/libraries/OSGroups.json diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 7fdc9c9864fb3d..34357af0e0c5c5 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -8,8 +8,7 @@ true - .NETCoreApp - 5.0 + netcoreapp5.0 From d4f54a3c171b4445fbc108e84db6086265f92b74 Mon Sep 17 00:00:00 2001 From: Anipik Date: Thu, 30 Jan 2020 11:09:01 -0800 Subject: [PATCH 40/58] RemoveExtraSemicolon --- .../src/Microsoft.Win32.Registry.csproj | 2 +- .../src/Microsoft.Win32.SystemEvents.csproj | 2 +- src/libraries/System.CodeDom/ref/System.CodeDom.csproj | 2 +- src/libraries/System.CodeDom/src/System.CodeDom.csproj | 2 +- .../ref/System.Collections.Immutable.csproj | 2 +- .../src/System.Collections.Immutable.csproj | 2 +- .../src/System.ComponentModel.Composition.csproj | 2 +- .../ref/System.Configuration.ConfigurationManager.csproj | 2 +- src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj | 2 +- src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj | 2 +- .../ref/System.Diagnostics.DiagnosticSource.csproj | 2 +- .../src/System.Diagnostics.DiagnosticSource.csproj | 2 +- .../src/System.DirectoryServices.AccountManagement.csproj | 2 +- .../src/System.DirectoryServices.Protocols.csproj | 2 +- .../src/System.DirectoryServices.csproj | 2 +- .../System.Drawing.Common/ref/System.Drawing.Common.csproj | 2 +- .../System.Drawing.Common/src/System.Drawing.Common.csproj | 2 +- .../System.IO.Packaging/ref/System.IO.Packaging.csproj | 2 +- .../System.IO.Packaging/src/System.IO.Packaging.csproj | 2 +- .../System.IO.Pipelines/src/System.IO.Pipelines.csproj | 2 +- src/libraries/System.Management/src/System.Management.csproj | 2 +- .../System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj | 2 +- .../System.Numerics.Tensors/src/System.Numerics.Tensors.csproj | 2 +- .../src/System.Reflection.DispatchProxy.csproj | 2 +- .../ref/System.Reflection.Emit.ILGeneration.csproj | 2 +- .../src/System.Reflection.Emit.ILGeneration.csproj | 2 +- .../ref/System.Reflection.Emit.Lightweight.csproj | 2 +- .../src/System.Reflection.Emit.Lightweight.csproj | 2 +- .../System.Reflection.Emit/ref/System.Reflection.Emit.csproj | 2 +- .../System.Reflection.Emit/src/System.Reflection.Emit.csproj | 2 +- .../ref/System.Reflection.Metadata.csproj | 2 +- .../src/System.Reflection.Metadata.csproj | 2 +- .../src/System.Reflection.MetadataLoadContext.csproj | 2 +- .../ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../src/System.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../ref/System.Runtime.WindowsRuntime.csproj | 2 +- .../src/System.Runtime.WindowsRuntime.csproj | 2 +- .../ref/System.Security.AccessControl.csproj | 2 +- .../src/System.Security.AccessControl.csproj | 2 +- .../src/System.Security.Cryptography.OpenSsl.csproj | 2 +- .../ref/System.Security.Cryptography.ProtectedData.csproj | 2 +- .../ref/System.Security.Cryptography.Xml.csproj | 2 +- .../src/System.Security.Cryptography.Xml.csproj | 2 +- .../ref/System.Security.Permissions.csproj | 2 +- .../src/System.Security.Permissions.csproj | 2 +- .../ref/System.Security.Principal.Windows.csproj | 2 +- .../src/System.ServiceModel.Syndication.csproj | 2 +- .../src/System.ServiceProcess.ServiceController.csproj | 2 +- .../src/System.Text.Encoding.CodePages.csproj | 2 +- .../ref/System.Text.Encodings.Web.csproj | 2 +- .../src/System.Text.Encodings.Web.csproj | 2 +- src/libraries/System.Text.Json/src/System.Text.Json.csproj | 2 +- .../src/System.Threading.Channels.csproj | 2 +- .../src/System.Windows.Extensions.csproj | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index 2c1458d793a2ec..4de929fa2f2081 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -6,7 +6,7 @@ true SR.PlatformNotSupported_Registry $(NoWarn);CA1823 - netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT + netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj index 453861f6e0f1c7..5de0caac29c579 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -4,7 +4,7 @@ true enable SR.PlatformNotSupported_SystemEvents - netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) + netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); diff --git a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj index 42fb5b97de5f50..3b2a1becc9753f 100644 --- a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj @@ -1,7 +1,7 @@ true - net461;netstandard2.0;;$(NetFrameworkCurrent) + net461;netstandard2.0;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.CodeDom/src/System.CodeDom.csproj b/src/libraries/System.CodeDom/src/System.CodeDom.csproj index 166c541656e3bb..2d4b13a7287a9c 100644 --- a/src/libraries/System.CodeDom/src/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/src/System.CodeDom.csproj @@ -3,7 +3,7 @@ true true $(DefineConstants);CODEDOM - net461;netstandard2.0;;$(NetFrameworkCurrent) + net461;netstandard2.0;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj index 5797542ab61d43..744f00b229a6f5 100644 --- a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj @@ -1,6 +1,6 @@ - netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent) + netstandard1.0;netstandard1.3;netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj index 25bb26bce4a5c6..94d57cb09eb3cf 100644 --- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -4,7 +4,7 @@ System.Collections.Immutable 512 netstandard1.0;portable-net45+win8+wp8+wpa81 - netstandard1.0;netstandard1.3;netstandard2.0;;$(NetCoreAppCurrent) + netstandard1.0;netstandard1.3;netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj index 87dbf4cdcb7703..5c20553205bce1 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -6,7 +6,7 @@ $(NoWarn);CS1573 SR.PlatformNotSupported_ComponentModel_Composition - netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) + netstandard2.0;netcoreapp2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) _$(NetFrameworkCurrent);$(NetCoreAppCurrent); diff --git a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj index 818ecf32f92bd8..ff9bddd45b4a9b 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetFrameworkCurrent) + netstandard2.0;net461;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj index cd1f31c9f14130..06d9961b6a9877 100644 --- a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetFrameworkCurrent) + netstandard2.0;net461;$(NetFrameworkCurrent) $(NetFrameworkCurrent); $(NoWarn);0618 diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj index 82d8cb37605f6d..2d8c24a5705e13 100644 --- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_OleDb $(NoWarn);CS0618 - netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT + netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; true diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj index 86989d16832339..077642d1193e32 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj @@ -1,6 +1,6 @@ - netstandard1.1;netstandard1.3;net45;;netstandard2.0;$(NetFrameworkCurrent) + netstandard1.1;netstandard1.3;net45;netstandard2.0;$(NetFrameworkCurrent) netstandard2.0;$(NetFrameworkCurrent); false enable diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj index c18a600fc86bd7..f1e3be32b1d505 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj @@ -13,7 +13,7 @@ $(DefineConstants);EVENTSOURCE_ACTIVITY_SUPPORT $(DefineConstants);EVENTSOURCE_ENUMERATE_SUPPORT $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS;ENABLE_HTTP_HANDLER - netstandard1.1;netstandard1.3;net45;net46;;$(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent) + netstandard1.1;netstandard1.3;net45;net46;$(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent) $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj index a7f8ed07fd7bfd..3150e1db391a52 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj @@ -6,7 +6,7 @@ $(NoWarn);8073;CA1810 true SR.DirectoryServicesAccountManagement_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) + netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj index 4a48f5810e2b09..8fbd69d4bf7c1e 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj @@ -5,7 +5,7 @@ $(NoWarn);0649;CA1810 true SR.DirectoryServicesProtocols_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) + netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj index fc8bdf0f75cddc..08fc5edfa004ec 100644 --- a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj @@ -4,7 +4,7 @@ true $(NoWarn);0649 SR.DirectoryServices_PlatformNotSupported - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) + netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj index 2e9fb2774ec325..06cd19cbcf4c8e 100644 --- a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj @@ -1,6 +1,6 @@ - netcoreapp3.0;;$(NetCoreAppCurrent) + netcoreapp3.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj index efe23224168eb0..771ef213c6ce60 100644 --- a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj @@ -5,7 +5,7 @@ CS0618 $(DefineConstants);FEATURE_WINDOWS_SYSTEM_COLORS;FEATURE_SYSTEM_EVENTS true - netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix + netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; diff --git a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj index 614ae99e2041a6..313467088fa75d 100644 --- a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj @@ -2,7 +2,7 @@ true $(DefineConstants);netcoreapp - netstandard1.3;net46;netstandard2.0;;$(NetFrameworkCurrent) + netstandard1.3;net46;netstandard2.0;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj index 5ded068c96523b..cd0f9410e8fe71 100644 --- a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj @@ -3,7 +3,7 @@ true true $(DefineConstants);FEATURE_SERIALIZATION - net46;netstandard1.3;netstandard2.0;;$(NetFrameworkCurrent)-Windows_NT + net46;netstandard1.3;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj index 68a1442673dc74..69e3398c1c306b 100644 --- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj @@ -1,6 +1,6 @@ - netstandard2.0;netcoreapp3.0;;$(NetCoreAppCurrent) + netstandard2.0;netcoreapp3.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj index fb1b95a44e39d6..30f147d41dd665 100644 --- a/src/libraries/System.Management/src/System.Management.csproj +++ b/src/libraries/System.Management/src/System.Management.csproj @@ -4,7 +4,7 @@ $(NoWarn);0618 true SR.PlatformNotSupported_SystemManagement - netstandard2.0;netcoreapp2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) + netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); diff --git a/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj b/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj index 8aa285c6071ef5..f436cdc332f158 100644 --- a/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj +++ b/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj @@ -1,6 +1,6 @@ - netstandard1.1;;netstandard2.0 + netstandard1.1;netstandard2.0 netstandard2.0; diff --git a/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj b/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj index c0957e884bb0df..f4344343165ec9 100644 --- a/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj +++ b/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj @@ -1,7 +1,7 @@ true - netstandard1.1;;netstandard2.0 + netstandard1.1;netstandard2.0 netstandard2.0; $(OutputPath)$(MSBuildProjectName).xml System.Numerics.Tensors diff --git a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj index ad46dc28c36468..75b707a52d9d42 100644 --- a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj @@ -3,7 +3,7 @@ true SR.PlatformNotSupported_ReflectionDispatchProxy - net461;netstandard2.0;netcoreapp2.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) + net461;netstandard2.0;netcoreapp2.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj index 2ad7494e5657b0..f84ab1da953ddf 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) + netstandard2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) $(NetCoreAppCurrent);_$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj index d870436a897bc2..ee6aec66cb7968 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj @@ -5,7 +5,7 @@ SR.PlatformNotSupported_RefEmitILGeneration $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0; - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj index 4d680e7b27d64b..86ee3dc5df8081 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) + netstandard2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) $(NetCoreAppCurrent);_$(NetFrameworkCurrent); true enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj index 6d9af19c8f2795..1b9c922ef47af9 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj @@ -6,7 +6,7 @@ SR.PlatformNotSupported_RefEmitLightweight $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0; - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; enable diff --git a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj index 1f3ef0c07bf075..bbe56eb6aefceb 100644 --- a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) + netstandard2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) $(NetCoreAppCurrent);_$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj index 3d2cfaa27bfe1a..7b18d647fcb605 100644 --- a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj @@ -4,7 +4,7 @@ SR.PlatformNotSupported_RefEmit $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.1; - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;; + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; enable diff --git a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj index f76679dcb496a9..d2adb9e5ec083b 100644 --- a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj @@ -2,7 +2,7 @@ true false - netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent) + netstandard1.1;netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj index f4a99c3893dabf..22ab995a0f155b 100644 --- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj @@ -5,7 +5,7 @@ en-US false netstandard1.1;portable-net45+win8 - netstandard1.1;netstandard2.0;;$(NetCoreAppCurrent) + netstandard1.1;netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj index 34f73c017544e5..e254c55b8621fa 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj @@ -5,7 +5,7 @@ true $(NoWarn);CS1573 - netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent) + netcoreapp3.0;netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj index 5bc49c168adb1d..f6c7ce7ebbcf11 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent) + netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj index ed64c554815472..7ee98718bae9b8 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -5,7 +5,7 @@ 4.0.1.0 - netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT + netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj index c47c227d054e82..e08cc4e967c1d2 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj @@ -10,7 +10,7 @@ match the output assembly name 'System.Runtime.WindowsRuntime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. --> $(NoWarn);1698 - netstandard2.0;;$(NetCoreAppCurrent) + netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); diff --git a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj index d66bce8fb18227..c437675cf326dc 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj @@ -8,7 +8,7 @@ 4.0.0.0 4.0.11.0 $(DefineConstants);FEATURE_APPX - netstandard1.0;netstandard1.2;netstandard2.0;netcoreapp3.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT + netstandard1.0;netstandard1.2;netstandard2.0;netcoreapp3.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj index 047bfec19a66a1..265aacbb0fa5ab 100644 --- a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) + netstandard2.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); enable diff --git a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj index dff255296c24af..de84644a1c6aed 100644 --- a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj @@ -3,7 +3,7 @@ true true SR.PlatformNotSupported_AccessControl - net461-Windows_NT;netcoreapp2.0-Windows_NT;netstandard2.0;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT + net461-Windows_NT;netcoreapp2.0-Windows_NT;netstandard2.0;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; enable diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj index a789696bc60fe8..299afd757d9f52 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj @@ -2,7 +2,7 @@ true 4.1.0.0 - netcoreapp3.0-Unix;netcoreapp3.0;netstandard2.0;;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent) + netcoreapp3.0-Unix;netcoreapp3.0;netstandard2.0;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent) $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent); diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj index 36f42da3dfcca1..df0c9b3f29e385 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetFrameworkCurrent) + netstandard2.0;net461;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj index f9d48f60cd965d..e950aee040730b 100644 --- a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;;$(NetFrameworkCurrent) + netstandard2.0;net461;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj index 34e8e3e62d60e9..d3f009f5a583cb 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj @@ -3,7 +3,7 @@ true true $(NoWarn);CA5384;CA5385 - netstandard2.0;net461;;$(NetFrameworkCurrent) + netstandard2.0;net461;$(NetFrameworkCurrent) $(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj index 62b2620ceeaa84..f490708227192c 100644 --- a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;net461;netcoreapp3.0;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) + netstandard2.0;net461;netcoreapp3.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj index 365ccb4fa424a6..6e872e728d502f 100644 --- a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj @@ -1,7 +1,7 @@ true - netcoreapp3.0;netstandard2.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) + netcoreapp3.0;netstandard2.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj index d0a6b859afd44a..f315375e57eb3c 100644 --- a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj @@ -1,7 +1,7 @@ true - netstandard2.0;netcoreapp3.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) + netstandard2.0;netcoreapp3.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj index ec46b8cfb92801..d0c5c6b3430a50 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj @@ -3,7 +3,7 @@ $(NoWarn);1634;1691;649 true true - netstandard2.0;net461-Windows_NT;;$(NetFrameworkCurrent)-Windows_NT + netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT $(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj index 343c7c98c7599c..e8a7eac39d6e75 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj @@ -4,7 +4,7 @@ true true SR.PlatformNotSupported_ServiceController - netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT + netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; diff --git a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj index cc89fcdf558e78..a25a5fd5148f5e 100644 --- a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj +++ b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj @@ -4,7 +4,7 @@ enable netstandard2.0;net461 - netstandard2.0;netcoreapp2.0-Windows_NT;netstandard2.0-Windows_NT;;$(NetCoreAppCurrent)-Windows_NT + netstandard2.0;netcoreapp2.0-Windows_NT;netstandard2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT $(NetCoreAppCurrent)-Windows_NT; diff --git a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj index c5699478d87839..fa257a7904f24e 100644 --- a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj @@ -1,6 +1,6 @@ - netstandard2.0;;$(NetCoreAppCurrent) + netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); true enable diff --git a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj index 600cc08218a463..2cc2448d68fec6 100644 --- a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj @@ -1,7 +1,7 @@ true - netcoreapp3.0;netstandard2.1;netstandard2.0;;$(NetCoreAppCurrent) + netcoreapp3.0;netstandard2.1;netstandard2.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj index 1a84c43a40596a..b1dc0fc1fb49fb 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -2,7 +2,7 @@ true $(OutputPath)$(MSBuildProjectName).xml - netstandard2.0;netcoreapp3.0;net461;;$(NetCoreAppCurrent);$(NetFrameworkCurrent) + netstandard2.0;netcoreapp3.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) $(NetCoreAppCurrent);$(NetFrameworkCurrent); diff --git a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj index b6a92219d29aec..579df04857836c 100644 --- a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj @@ -1,6 +1,6 @@ - netstandard1.3;netstandard2.0;netcoreapp3.0;;$(NetCoreAppCurrent) + netstandard1.3;netstandard2.0;netcoreapp3.0;$(NetCoreAppCurrent) $(NetCoreAppCurrent); enable diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj index 9e04151925910c..3d6a46203d1df5 100644 --- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj @@ -2,7 +2,7 @@ SR.PlatformNotSupported_System_Windows_Extensions true - netcoreapp3.0-Windows_NT;netcoreapp3.0;;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent) + netcoreapp3.0-Windows_NT;netcoreapp3.0;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); From b9a76d50c6bd65db514c33f23de1c1d8c709779e Mon Sep 17 00:00:00 2001 From: Anipik Date: Thu, 30 Jan 2020 14:17:02 -0800 Subject: [PATCH 41/58] use boolean exclude flag --- eng/packaging.targets | 4 ++++ src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj | 1 - .../Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj | 2 +- .../ref/Microsoft.Win32.Registry.AccessControl.csproj | 2 +- .../src/Microsoft.Win32.Registry.AccessControl.csproj | 2 +- .../src/Microsoft.Win32.Registry.csproj | 2 +- .../src/Microsoft.Win32.SystemEvents.csproj | 2 +- src/libraries/System.CodeDom/ref/System.CodeDom.csproj | 2 +- src/libraries/System.CodeDom/src/System.CodeDom.csproj | 2 +- .../ref/System.Collections.Immutable.csproj | 2 +- .../src/System.Collections.Immutable.csproj | 2 +- .../ref/System.ComponentModel.Composition.csproj | 1 - .../src/System.ComponentModel.Composition.csproj | 2 +- .../ref/System.Configuration.ConfigurationManager.csproj | 2 +- .../src/System.Configuration.ConfigurationManager.csproj | 2 +- src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj | 2 +- src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj | 2 +- src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj | 2 +- .../System.Data.SqlClient/ref/System.Data.SqlClient.csproj | 2 +- .../System.Data.SqlClient/src/System.Data.SqlClient.csproj | 2 +- .../ref/System.Diagnostics.DiagnosticSource.csproj | 3 ++- .../src/System.Diagnostics.DiagnosticSource.csproj | 3 ++- .../src/System.Diagnostics.EventLog.csproj | 2 +- .../src/System.Diagnostics.PerformanceCounter.csproj | 2 +- .../src/System.DirectoryServices.AccountManagement.csproj | 2 +- .../src/System.DirectoryServices.Protocols.csproj | 2 +- .../ref/System.DirectoryServices.csproj | 1 - .../src/System.DirectoryServices.csproj | 2 +- .../System.Drawing.Common/ref/System.Drawing.Common.csproj | 2 +- .../System.Drawing.Common/src/System.Drawing.Common.csproj | 2 +- .../ref/System.IO.FileSystem.AccessControl.csproj | 2 +- .../src/System.IO.FileSystem.AccessControl.csproj | 2 +- .../System.IO.Packaging/ref/System.IO.Packaging.csproj | 2 +- .../System.IO.Packaging/src/System.IO.Packaging.csproj | 2 +- .../System.IO.Pipelines/src/System.IO.Pipelines.csproj | 2 +- src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj | 2 +- src/libraries/System.IO.Ports/src/System.IO.Ports.csproj | 3 ++- src/libraries/System.Management/src/System.Management.csproj | 2 +- .../src/System.Net.Http.WinHttpHandler.csproj | 2 +- .../src/System.Net.WebSockets.WebSocketProtocol.csproj | 2 +- .../ref/System.Numerics.Tensors.csproj | 2 +- .../src/System.Numerics.Tensors.csproj | 2 +- .../ref/System.Reflection.DispatchProxy.csproj | 2 +- .../src/System.Reflection.DispatchProxy.csproj | 2 +- .../ref/System.Reflection.Emit.ILGeneration.csproj | 2 +- .../src/System.Reflection.Emit.ILGeneration.csproj | 2 +- .../ref/System.Reflection.Emit.Lightweight.csproj | 2 +- .../src/System.Reflection.Emit.Lightweight.csproj | 2 +- .../System.Reflection.Emit/ref/System.Reflection.Emit.csproj | 2 +- .../System.Reflection.Emit/src/System.Reflection.Emit.csproj | 2 +- .../ref/System.Reflection.Metadata.csproj | 2 +- .../src/System.Reflection.Metadata.csproj | 2 +- .../src/System.Reflection.MetadataLoadContext.csproj | 2 +- .../src/System.Reflection.TypeExtensions.csproj | 2 +- .../System.Runtime.Caching/src/System.Runtime.Caching.csproj | 1 - .../ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../src/System.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../ref/System.Runtime.WindowsRuntime.csproj | 2 +- .../src/System.Runtime.WindowsRuntime.csproj | 2 +- .../ref/System.Security.AccessControl.csproj | 2 +- .../src/System.Security.AccessControl.csproj | 2 +- .../ref/System.Security.Cryptography.Cng.csproj | 2 +- .../src/System.Security.Cryptography.Cng.csproj | 2 +- .../ref/System.Security.Cryptography.OpenSsl.csproj | 2 +- .../src/System.Security.Cryptography.OpenSsl.csproj | 2 +- .../ref/System.Security.Cryptography.Pkcs.csproj | 2 +- .../src/System.Security.Cryptography.Pkcs.csproj | 2 +- .../ref/System.Security.Cryptography.ProtectedData.csproj | 2 +- .../src/System.Security.Cryptography.ProtectedData.csproj | 2 +- .../ref/System.Security.Cryptography.Xml.csproj | 2 +- .../src/System.Security.Cryptography.Xml.csproj | 2 +- .../ref/System.Security.Permissions.csproj | 2 +- .../src/System.Security.Permissions.csproj | 2 +- .../ref/System.Security.Principal.Windows.csproj | 2 +- .../src/System.Security.Principal.Windows.csproj | 2 +- .../ref/System.ServiceModel.Syndication.csproj | 2 +- .../src/System.ServiceModel.Syndication.csproj | 2 +- .../src/System.ServiceProcess.ServiceController.csproj | 2 +- .../src/System.Text.Encoding.CodePages.csproj | 2 +- .../ref/System.Text.Encodings.Web.csproj | 2 +- .../src/System.Text.Encodings.Web.csproj | 2 +- src/libraries/System.Text.Json/src/System.Text.Json.csproj | 2 +- .../ref/System.Threading.AccessControl.csproj | 2 +- .../src/System.Threading.AccessControl.csproj | 2 +- .../ref/System.Threading.Channels.csproj | 2 +- .../src/System.Threading.Channels.csproj | 2 +- src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj | 1 - src/libraries/System.ValueTuple/src/System.ValueTuple.csproj | 1 - .../ref/System.Windows.Extensions.csproj | 2 +- .../src/System.Windows.Extensions.csproj | 2 +- 90 files changed, 90 insertions(+), 89 deletions(-) diff --git a/eng/packaging.targets b/eng/packaging.targets index e0f7edaeac7f1a..68e6ca63862819 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -1,4 +1,8 @@ + + true + true + netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; + true diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj index 5de0caac29c579..3e90fc77934f68 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -5,7 +5,7 @@ enable SR.PlatformNotSupported_SystemEvents netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj index 3b2a1becc9753f..910e42a3070b08 100644 --- a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj @@ -2,7 +2,7 @@ true net461;netstandard2.0;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true diff --git a/src/libraries/System.CodeDom/src/System.CodeDom.csproj b/src/libraries/System.CodeDom/src/System.CodeDom.csproj index 2d4b13a7287a9c..6a9bf3549ff2ca 100644 --- a/src/libraries/System.CodeDom/src/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/src/System.CodeDom.csproj @@ -4,7 +4,7 @@ true $(DefineConstants);CODEDOM net461;netstandard2.0;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj index 744f00b229a6f5..a436341875a69a 100644 --- a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj @@ -1,7 +1,7 @@ netstandard1.0;netstandard1.3;netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true enable diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj index 94d57cb09eb3cf..94694b84a5cd1e 100644 --- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -5,7 +5,7 @@ 512 netstandard1.0;portable-net45+win8+wp8+wpa81 netstandard1.0;netstandard1.3;netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true enable diff --git a/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj index 19bca038e46856..14a83e3b16179f 100644 --- a/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.csproj @@ -1,7 +1,6 @@ netstandard2.0;_$(NetFrameworkCurrent) - _$(NetFrameworkCurrent) diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj index 5c20553205bce1..3ec4106ed790ea 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -7,7 +7,7 @@ $(NoWarn);CS1573 SR.PlatformNotSupported_ComponentModel_Composition netstandard2.0;netcoreapp2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) - _$(NetFrameworkCurrent);$(NetCoreAppCurrent); + true diff --git a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj index ff9bddd45b4a9b..114b92d55c3145 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj index d45da6b364bbef..df5a446a01da6d 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj index 31c94ec9f27add..e17a881d3df3e1 100644 --- a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj @@ -5,7 +5,7 @@ true SR.Odbc_PlatformNotSupported netcoreapp2.0-FreeBSD;netcoreapp2.0-Linux;netcoreapp2.0-OSX;netcoreapp2.0-Windows_NT;net461-Windows_NT;netstandard2.0;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - $(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + true diff --git a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj index 06d9961b6a9877..ac3e04eba3e5ba 100644 --- a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true $(NoWarn);0618 diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj index 2d8c24a5705e13..3bd7b38c5678ea 100644 --- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj @@ -6,7 +6,7 @@ SR.PlatformNotSupported_OleDb $(NoWarn);CS0618 netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - $(NetFrameworkCurrent)-Windows_NT; + true true diff --git a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj index 615a880e637334..798170ae681f7b 100644 --- a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj @@ -1,7 +1,7 @@ netcoreapp2.1;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true diff --git a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj index c42ec847e5643b..de0991272686fe 100644 --- a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj @@ -10,7 +10,7 @@ annotations $(DefineConstants);INTERNAL_NULLABLE_ATTRIBUTES netstandard2.0-Unix;netstandard2.0-Windows_NT;netcoreapp2.1;netcoreapp2.1-Unix;netcoreapp2.1-Windows_NT;$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT - $(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT; + true diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj index 077642d1193e32..2df02d84377a66 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj @@ -1,7 +1,8 @@ netstandard1.1;netstandard1.3;net45;netstandard2.0;$(NetFrameworkCurrent) - netstandard2.0;$(NetFrameworkCurrent); + true + true false enable diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj index f1e3be32b1d505..e5367c065f463e 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj @@ -14,7 +14,8 @@ $(DefineConstants);EVENTSOURCE_ENUMERATE_SUPPORT $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS;ENABLE_HTTP_HANDLER netstandard1.1;netstandard1.3;net45;net46;$(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent) - $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent); + true + true diff --git a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj index 87e9237a17658b..e0bb2ef2206741 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj +++ b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj @@ -4,7 +4,7 @@ true SR.PlatformNotSupported_EventLog netcoreapp2.0-Windows_NT;net461;netstandard2.0;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj index cf2af4b3cd1f73..c8d1a2b3404959 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_PerfCounters netcoreapp2.0-Windows_NT;netstandard2.0;net461;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj index 3150e1db391a52..d27342eea34887 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj @@ -7,7 +7,7 @@ true SR.DirectoryServicesAccountManagement_PlatformNotSupported netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) - $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj index 8fbd69d4bf7c1e..3de8204b6bb399 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj @@ -6,7 +6,7 @@ true SR.DirectoryServicesProtocols_PlatformNotSupported netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) - $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj index bce12b31503a1a..3df27100b060d6 100644 --- a/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/ref/System.DirectoryServices.csproj @@ -1,7 +1,6 @@ netstandard2.0;_$(NetFrameworkCurrent) - _$(NetFrameworkCurrent) diff --git a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj index 08fc5edfa004ec..f550a8b3e99fdc 100644 --- a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj @@ -5,7 +5,7 @@ $(NoWarn);0649 SR.DirectoryServices_PlatformNotSupported netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) - $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj index 06cd19cbcf4c8e..d09cc58c918ec9 100644 --- a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj @@ -1,7 +1,7 @@ netcoreapp3.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true diff --git a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj index 771ef213c6ce60..bf9d403201a069 100644 --- a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj @@ -6,7 +6,7 @@ $(DefineConstants);FEATURE_WINDOWS_SYSTEM_COLORS;FEATURE_SYSTEM_EVENTS true netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + true diff --git a/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj index eabb9c5c83c5a6..ffeb7620ee27d7 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj @@ -2,7 +2,7 @@ true netstandard2.0;$(NetFrameworkCurrent);net461 - $(NetFrameworkCurrent) + true diff --git a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj index 85698f57e2cb33..4c699e4b933ad8 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj @@ -4,7 +4,7 @@ true SR.PlatformNotSupported_AccessControl netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + true annotations diff --git a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj index 313467088fa75d..59cecb6c419881 100644 --- a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj @@ -3,7 +3,7 @@ true $(DefineConstants);netcoreapp netstandard1.3;net46;netstandard2.0;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true diff --git a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj index cd0f9410e8fe71..ac835a73f37e03 100644 --- a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj @@ -4,7 +4,7 @@ true $(DefineConstants);FEATURE_SERIALIZATION net46;netstandard1.3;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT - $(NetFrameworkCurrent)-Windows_NT; + true diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj index 69e3398c1c306b..1a062245cb60d2 100644 --- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj @@ -1,7 +1,7 @@ netstandard2.0;netcoreapp3.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true enable diff --git a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj index cac55c3e8154f9..4b072a52fee4e8 100644 --- a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj index 98761e33dad44d..9e6ffe2e00d6b6 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -7,7 +7,8 @@ true annotations netstandard2.0-Windows_NT;netstandard2.0-Linux;netstandard2.0-OSX;netstandard2.0;net461-Windows_NT;netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT - netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT; + true + true diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj index 30f147d41dd665..d31b9759d43920 100644 --- a/src/libraries/System.Management/src/System.Management.csproj +++ b/src/libraries/System.Management/src/System.Management.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_SystemManagement netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) - $(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj index 8d548f2b09cde1..3125cb4cbe6f2e 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj @@ -4,7 +4,7 @@ SR.PlatformNotSupported_WinHttpHandler true netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - $(NetFrameworkCurrent)-Windows_NT; + true true $(DefineConstants);WINHTTPHANDLER_DLL diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj index 287b2a5e629a17..feeb2ee828097e 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj @@ -4,7 +4,7 @@ True $(NoWarn);CS1573 netstandard2.0;netcoreapp2.1;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true diff --git a/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj b/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj index f436cdc332f158..1c62cd6b9212ee 100644 --- a/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj +++ b/src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.csproj @@ -1,7 +1,7 @@ netstandard1.1;netstandard2.0 - netstandard2.0; + true diff --git a/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj b/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj index f4344343165ec9..557d22646da336 100644 --- a/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj +++ b/src/libraries/System.Numerics.Tensors/src/System.Numerics.Tensors.csproj @@ -2,7 +2,7 @@ true netstandard1.1;netstandard2.0 - netstandard2.0; + true $(OutputPath)$(MSBuildProjectName).xml System.Numerics.Tensors diff --git a/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj index b14d7aee72fd33..44f03d9695128a 100644 --- a/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true enable diff --git a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj index 75b707a52d9d42..28f244b9b4b57f 100644 --- a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj @@ -4,7 +4,7 @@ SR.PlatformNotSupported_ReflectionDispatchProxy net461;netstandard2.0;netcoreapp2.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + true enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj index f84ab1da953ddf..ca4b233bd51e97 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) - $(NetCoreAppCurrent);_$(NetFrameworkCurrent); + true enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj index ee6aec66cb7968..b5b7b547882ece 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj @@ -5,7 +5,7 @@ SR.PlatformNotSupported_RefEmitILGeneration $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0; - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + true enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj index 86ee3dc5df8081..587ed0bd4750a0 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) - $(NetCoreAppCurrent);_$(NetFrameworkCurrent); + true true enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj index 1b9c922ef47af9..0df421e3fffc22 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj @@ -6,7 +6,7 @@ SR.PlatformNotSupported_RefEmitLightweight $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0; - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + true enable diff --git a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj index bbe56eb6aefceb..fe6da0d23c2c97 100644 --- a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) - $(NetCoreAppCurrent);_$(NetFrameworkCurrent); + true enable diff --git a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj index 7b18d647fcb605..17757d6b000b67 100644 --- a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj @@ -4,7 +4,7 @@ SR.PlatformNotSupported_RefEmit $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.1; - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + true enable diff --git a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj index d2adb9e5ec083b..98cf23e0bd9eb1 100644 --- a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj @@ -3,7 +3,7 @@ true false netstandard1.1;netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true enable diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj index 22ab995a0f155b..6f44eeb6d1bf62 100644 --- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj @@ -6,7 +6,7 @@ false netstandard1.1;portable-net45+win8 netstandard1.1;netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true enable diff --git a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj index e254c55b8621fa..125d62c75915fc 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj @@ -6,7 +6,7 @@ $(NoWarn);CS1573 netcoreapp3.0;netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true enable diff --git a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj index 50de39e3473912..8d4c9a15ed551a 100644 --- a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj @@ -4,7 +4,7 @@ true enable net461;netstandard2.0;netstandard1.3;netstandard1.5;$(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix - $(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix; + true SR.PlatformNotSupported_ReflectionTypeExtensions diff --git a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj index 6bd244ec56c829..306b4b72c75856 100644 --- a/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj +++ b/src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj @@ -3,7 +3,6 @@ System.Runtime.Caching true netstandard2.0;netstandard2.0-Windows_NT;_$(NetFrameworkCurrent) - _$(NetFrameworkCurrent) diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj index f6c7ce7ebbcf11..a94f4e546f5102 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj index 7ee98718bae9b8..6e55185ad45d89 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -6,7 +6,7 @@ netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT - $(NetCoreAppCurrent)-Windows_NT; + true diff --git a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj index e08cc4e967c1d2..c2424f81b02a8e 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj @@ -11,7 +11,7 @@ --> $(NoWarn);1698 netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true diff --git a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj index c437675cf326dc..d7cb1c1ccf31ee 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj @@ -9,7 +9,7 @@ 4.0.11.0 $(DefineConstants);FEATURE_APPX netstandard1.0;netstandard1.2;netstandard2.0;netcoreapp3.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT - $(NetCoreAppCurrent)-Windows_NT; + true SR.PlatformNotSupported_WindowsRuntime diff --git a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj index 265aacbb0fa5ab..e81ba9fe631a83 100644 --- a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + true enable diff --git a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj index de84644a1c6aed..eb19585a51b78d 100644 --- a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj @@ -4,7 +4,7 @@ true SR.PlatformNotSupported_AccessControl net461-Windows_NT;netcoreapp2.0-Windows_NT;netstandard2.0;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + true enable diff --git a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj index bd1f3f755621b3..0495be220ef641 100644 --- a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj @@ -7,7 +7,7 @@ $(DefineConstants);FEATURE_ECDH_DERIVEFROM true netcoreapp3.0;netstandard2.1;net461;net462;net47;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj index af3f6b9e6fafba..1254e4ec7e1f3c 100644 --- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj @@ -6,7 +6,7 @@ true true netstandard2.0;netstandard2.1;net461-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net462-Windows_NT;net47-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT; + true SR.PlatformNotSupported_CryptographyCng diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj index b2c75dc2b3dd78..1c27051ae78b83 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj @@ -1,7 +1,7 @@ netcoreapp3.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj index 299afd757d9f52..fa2999ae6edfc5 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj @@ -3,7 +3,7 @@ true 4.1.0.0 netcoreapp3.0-Unix;netcoreapp3.0;netstandard2.0;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent) - $(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent); + true SR.PlatformNotSupported_CryptographyOpenSSL diff --git a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj index c1b34d1cc630ff..3a2aafd4aa8082 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj @@ -2,7 +2,7 @@ true netcoreapp3.0;netstandard2.1;net461;$(NetFrameworkCurrent);$(NetCoreAppCurrent) - $(NetFrameworkCurrent);$(NetCoreAppCurrent) + true diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj index de3af3b512d8e2..6b63b323fd558b 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj @@ -8,7 +8,7 @@ $(NoWarn);CS1574;CS3016;CA5379;CA5384 annotations netstandard2.0;netstandard2.0-Windows_NT;netstandard2.1;netstandard2.1-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent) - $(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); + true diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj index df0c9b3f29e385..da96810ffb7d10 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj index 04d4db1d0d03a5..7df3b80a4c0ca3 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_CryptographyProtectedData net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT - $(NetFrameworkCurrent)-Windows_NT; + true diff --git a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj index e950aee040730b..cd4e5544670787 100644 --- a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj index d3f009f5a583cb..1de9bc53297740 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj @@ -4,7 +4,7 @@ true $(NoWarn);CA5384;CA5385 netstandard2.0;net461;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj index f490708227192c..a2dc077483e827 100644 --- a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;netcoreapp3.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj index 6e872e728d502f..520b368c76325b 100644 --- a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj @@ -2,7 +2,7 @@ true netcoreapp3.0;netstandard2.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj index f315375e57eb3c..7acf8b92836be0 100644 --- a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj @@ -2,7 +2,7 @@ true netstandard2.0;netcoreapp3.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj index 10b5175acbfd64..5139c7d4beb771 100644 --- a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj @@ -6,7 +6,7 @@ true SR.PlatformNotSupported_Principal netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp2.0-Unix;netcoreapp2.1-Windows_NT;netcoreapp2.1-Unix;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT; + true diff --git a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj index 0a853bc86098b7..a9bdea3910fa3d 100644 --- a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj @@ -2,7 +2,7 @@ true net461;netcoreapp2.1;netstandard2.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + true diff --git a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj index d0c5c6b3430a50..dd88ce682be2ee 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj @@ -4,7 +4,7 @@ true true netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - $(NetFrameworkCurrent)-Windows_NT; + true diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj index e8a7eac39d6e75..2bca07f33833b7 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_ServiceController netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - $(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT; + true diff --git a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj index a25a5fd5148f5e..a1404faa013534 100644 --- a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj +++ b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj @@ -5,7 +5,7 @@ netstandard2.0;net461 netstandard2.0;netcoreapp2.0-Windows_NT;netstandard2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT - $(NetCoreAppCurrent)-Windows_NT; + true diff --git a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj index fa257a7904f24e..a069cc7847e57e 100644 --- a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true true enable diff --git a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj index 2cc2448d68fec6..d8722aa1e4e83c 100644 --- a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj @@ -2,7 +2,7 @@ true netcoreapp3.0;netstandard2.1;netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true enable diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj index b1dc0fc1fb49fb..9d161857a8dbbf 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -3,7 +3,7 @@ true $(OutputPath)$(MSBuildProjectName).xml netstandard2.0;netcoreapp3.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + true $(DefineConstants);BUILDING_INBOX_LIBRARY diff --git a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj index 897dff28092ff6..f87c4e6a258005 100644 --- a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - $(NetFrameworkCurrent); + true diff --git a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj index 4f59d71346e56b..9dcd136b36e763 100644 --- a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj @@ -3,7 +3,7 @@ SR.PlatformNotSupported_AccessControl true net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT - $(NetFrameworkCurrent)-Windows_NT; + true true diff --git a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj index 264a70d8b9bf9c..ad6d2f6b8bb6af 100644 --- a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj @@ -1,7 +1,7 @@ netcoreapp3.0;netstandard1.3;netstandard2.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true enable diff --git a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj index 579df04857836c..9150b3974ca365 100644 --- a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj @@ -1,7 +1,7 @@ netstandard1.3;netstandard2.0;netcoreapp3.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true enable diff --git a/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj b/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj index 9c7b3ef1f3ff7e..103035e30a6e06 100644 --- a/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj +++ b/src/libraries/System.ValueTuple/ref/System.ValueTuple.csproj @@ -4,7 +4,6 @@ Can be removed when API is added and this assembly is versioned to 4.1.* --> 4.0.3.0 $(NetCoreAppCurrent);_$(NetFrameworkCurrent) - _$(NetFrameworkCurrent) diff --git a/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj b/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj index e07dc25b90df81..8df6d68de64b1a 100644 --- a/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj +++ b/src/libraries/System.ValueTuple/src/System.ValueTuple.csproj @@ -3,7 +3,6 @@ true $(NetCoreAppCurrent);_$(NetFrameworkCurrent) - _$(NetFrameworkCurrent) diff --git a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj index 09ddeb8724ca54..06b2a9c9a96881 100644 --- a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj @@ -1,7 +1,7 @@ netcoreapp3.0;$(NetCoreAppCurrent) - $(NetCoreAppCurrent); + true diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj index 3d6a46203d1df5..39570b3d92825b 100644 --- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj @@ -3,7 +3,7 @@ SR.PlatformNotSupported_System_Windows_Extensions true netcoreapp3.0-Windows_NT;netcoreapp3.0;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent) - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent); + true From 22423423e39d5e0492c3196c4088b4511303271f Mon Sep 17 00:00:00 2001 From: Anipik Date: Thu, 30 Jan 2020 15:18:58 -0800 Subject: [PATCH 42/58] fixing yml scripts to pass tests --- eng/pipelines/libraries/base-job.yml | 2 +- eng/pipelines/libraries/helix.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/pipelines/libraries/base-job.yml b/eng/pipelines/libraries/base-job.yml index 5c434705dae8d5..836c90884f7266 100644 --- a/eng/pipelines/libraries/base-job.yml +++ b/eng/pipelines/libraries/base-job.yml @@ -71,7 +71,7 @@ jobs: - ${{ if ne(parameters.framework, '') }}: - _finalFrameworkArg: -framework ${{ parameters.framework }} - - _extraHelixArguments: /p:TargetGroup=${{ parameters.framework }} + - _extraHelixArguments: /p:BuildTargetFramework=${{ parameters.framework }} - ${{ if eq(parameters.framework, 'allConfigurations') }}: - _finalFrameworkArg: -allConfigurations diff --git a/eng/pipelines/libraries/helix.yml b/eng/pipelines/libraries/helix.yml index f236b466127a60..e1172577b5be8f 100644 --- a/eng/pipelines/libraries/helix.yml +++ b/eng/pipelines/libraries/helix.yml @@ -21,7 +21,6 @@ steps: /p:Configuration=${{ parameters.configuration }} /p:OSGroup=${{ parameters.targetOS }} /p:TestScope=${{ parameters.testScope }} - /p:BuildTargetFramework=${{ parameters.framework }} /p:TestRunNamePrefixSuffix=${{ parameters.testRunNamePrefixSuffix }} /p:HelixBuild=$(Build.BuildNumber) /p:Creator=${{ parameters.creator }} From 7dad8619fa6fac8ada7aef54c9f8f9b6288d0a88 Mon Sep 17 00:00:00 2001 From: Anipik Date: Thu, 30 Jan 2020 16:43:50 -0800 Subject: [PATCH 43/58] adding comments and some minor feedback --- eng/depProj.targets | 1 + eng/packaging.targets | 2 +- src/libraries/Directory.Build.props | 2 +- src/libraries/restore/runtime/referenceFromRuntime.targets | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eng/depProj.targets b/eng/depProj.targets index d47caa5013bab3..f132155c011d1e 100644 --- a/eng/depProj.targets +++ b/eng/depProj.targets @@ -56,6 +56,7 @@ See the LICENSE file in the project root for more information. true + diff --git a/eng/packaging.targets b/eng/packaging.targets index 68e6ca63862819..d0200560eb7f1b 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -1,5 +1,5 @@ - + true true diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index a39913ca424aa7..abecd9ac6d9c4e 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -8,7 +8,7 @@ $(RepoRoot)artifacts\toolset\Common\ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) $(RepositoryEngineeringDir)depProj.common.targets - $(RepoRoot)artifacts\tmp\$(Configuration)\RuntimeOS.props + $([MSBuild]::NormalizePath('$(ArtifactsDir)', 'tmp', '$(Configuration)', 'RuntimeOS.props')) $(LibrariesProjectRoot)\OSGroups.json netcoreapp5.0 $(AdditionalBuildTargetFrameworks);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-NetBSD;$(NetCoreAppCurrent)-FreeBSD diff --git a/src/libraries/restore/runtime/referenceFromRuntime.targets b/src/libraries/restore/runtime/referenceFromRuntime.targets index 63806bcb5c57f2..2a013d8d05d032 100644 --- a/src/libraries/restore/runtime/referenceFromRuntime.targets +++ b/src/libraries/restore/runtime/referenceFromRuntime.targets @@ -1,4 +1,5 @@ + Date: Thu, 30 Jan 2020 17:15:02 -0800 Subject: [PATCH 44/58] moving packaging property to correct plave --- eng/packaging.targets | 4 ---- src/libraries/Directory.Build.targets | 6 +++++- .../src/Microsoft.Win32.Registry.csproj | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/packaging.targets b/eng/packaging.targets index d0200560eb7f1b..e0f7edaeac7f1a 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -1,8 +1,4 @@ - - true - true - netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT - true + true From 0b00f3f1af885f37a96aac4dbc4865fcedc2eb6a Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 31 Jan 2020 11:32:37 -0800 Subject: [PATCH 45/58] fixing the build for web assembly --- src/libraries/Directory.Build.props | 4 ++-- src/libraries/OSGroups.json | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index abecd9ac6d9c4e..8ee18fcfa52f13 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -1,4 +1,4 @@ - + true @@ -44,7 +44,7 @@ - $(TargetFrameworkSuffix) + $(TargetFrameworkSuffix) $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant) arm arm64 diff --git a/src/libraries/OSGroups.json b/src/libraries/OSGroups.json index a885f93a0eebd3..3cf78d77ea0b54 100644 --- a/src/libraries/OSGroups.json +++ b/src/libraries/OSGroups.json @@ -1,5 +1,12 @@ { "runtimes": { + "Unix" : { + }, + "WebAssembly" : { + "#import": [ + "Linux" + ] + }, "Linux": { "#import": [ "Unix" From f5c310c08ed481182e85b4c1a20992dc5024a76f Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 31 Jan 2020 12:38:44 -0800 Subject: [PATCH 46/58] Fixing the live ci build --- eng/liveBuilds.targets | 3 +-- src/libraries/shims/manual/Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets index 859185094c0c1a..c10a73aba86f69 100644 --- a/eng/liveBuilds.targets +++ b/eng/liveBuilds.targets @@ -2,11 +2,10 @@ $(BuildOS) - $(Configuration) $(BuildOS) - $(Configuration) $(BuildOS) $(Configuration) + $(LibrariesOSGroup)-$(LibrariesConfiguration)-$(TargetArchitecture) diff --git a/src/libraries/shims/manual/Directory.Build.props b/src/libraries/shims/manual/Directory.Build.props index d80ac1e0fdfc49..39c2a4a0fa6a9d 100644 --- a/src/libraries/shims/manual/Directory.Build.props +++ b/src/libraries/shims/manual/Directory.Build.props @@ -25,7 +25,7 @@ + Exclude="$(RefPath)$(MSBuildProjectName).dll" /> From e100d84af505a2092b1d21ac2fb84bf967fb1fed Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 31 Jan 2020 13:57:11 -0800 Subject: [PATCH 47/58] Fixing the live build for shims --- src/libraries/shims/manual/Directory.Build.props | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libraries/shims/manual/Directory.Build.props b/src/libraries/shims/manual/Directory.Build.props index 39c2a4a0fa6a9d..bc10948d527091 100644 --- a/src/libraries/shims/manual/Directory.Build.props +++ b/src/libraries/shims/manual/Directory.Build.props @@ -16,9 +16,7 @@ $(ArtifactsBinDir)runtime/$(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup)/ $(BuildOS) - $(Configuration) $(BuildOS) - $(Configuration) netcoreapp5.0 From 11f7c5ea209cc650f2f4c6a4a67db6ec8e7cd7a1 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 31 Jan 2020 15:12:35 -0800 Subject: [PATCH 48/58] fixing the tests --- .../System.Data.SqlClient/tests/Tools/TDS/TDS/TDS.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/TDS.csproj b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/TDS.csproj index 727932b9b3ba95..78d038b58f5237 100644 --- a/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/TDS.csproj +++ b/src/libraries/System.Data.SqlClient/tests/Tools/TDS/TDS/TDS.csproj @@ -3,7 +3,7 @@ Microsoft.SqlServer.TDS Microsoft.SqlServer.TDS false - netstandard2.0-Unix;netstandard2.0-Windows_NT; + netstandard2.0 From e98bbfc0f3717fb9d2f2acaae6c1fd81dd812151 Mon Sep 17 00:00:00 2001 From: Anipik Date: Fri, 31 Jan 2020 16:02:08 -0800 Subject: [PATCH 49/58] fixing the packaging and enterprise linux --- src/libraries/Directory.Build.props | 1 + src/libraries/Directory.Build.targets | 6 +++--- .../Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj | 2 +- .../ref/Microsoft.Win32.Registry.AccessControl.csproj | 2 +- .../src/Microsoft.Win32.Registry.AccessControl.csproj | 2 +- .../src/Microsoft.Win32.Registry.csproj | 3 ++- .../src/Microsoft.Win32.SystemEvents.csproj | 3 ++- src/libraries/System.CodeDom/ref/System.CodeDom.csproj | 2 +- src/libraries/System.CodeDom/src/System.CodeDom.csproj | 2 +- .../ref/System.Collections.Immutable.csproj | 2 +- .../src/System.Collections.Immutable.csproj | 2 +- .../src/System.ComponentModel.Composition.csproj | 2 +- .../ref/System.Configuration.ConfigurationManager.csproj | 2 +- .../src/System.Configuration.ConfigurationManager.csproj | 2 +- src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj | 3 ++- .../System.Data.OleDb/ref/System.Data.OleDb.csproj | 2 +- .../System.Data.OleDb/src/System.Data.OleDb.csproj | 2 +- .../System.Data.SqlClient/ref/System.Data.SqlClient.csproj | 2 +- .../System.Data.SqlClient/src/System.Data.SqlClient.csproj | 2 +- .../ref/System.Diagnostics.DiagnosticSource.csproj | 2 +- .../src/System.Diagnostics.DiagnosticSource.csproj | 3 ++- .../src/System.Diagnostics.EventLog.csproj | 3 ++- .../src/System.Diagnostics.PerformanceCounter.csproj | 3 ++- .../src/System.DirectoryServices.AccountManagement.csproj | 2 +- .../src/System.DirectoryServices.Protocols.csproj | 2 +- .../src/System.DirectoryServices.csproj | 2 +- .../System.Drawing.Common/ref/System.Drawing.Common.csproj | 2 +- .../System.Drawing.Common/src/System.Drawing.Common.csproj | 2 +- .../ref/System.IO.FileSystem.AccessControl.csproj | 2 +- .../src/System.IO.FileSystem.AccessControl.csproj | 3 ++- .../System.IO.Packaging/ref/System.IO.Packaging.csproj | 2 +- .../System.IO.Packaging/src/System.IO.Packaging.csproj | 2 +- .../System.IO.Pipelines/src/System.IO.Pipelines.csproj | 2 +- src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj | 2 +- src/libraries/System.IO.Ports/src/System.IO.Ports.csproj | 4 ++-- .../System.Management/src/System.Management.csproj | 2 +- .../src/System.Net.Http.WinHttpHandler.csproj | 2 +- .../src/System.Net.WebSockets.WebSocketProtocol.csproj | 2 +- .../ref/System.Reflection.DispatchProxy.csproj | 2 +- .../src/System.Reflection.DispatchProxy.csproj | 3 ++- .../ref/System.Reflection.Emit.ILGeneration.csproj | 2 +- .../src/System.Reflection.Emit.ILGeneration.csproj | 2 +- .../ref/System.Reflection.Emit.Lightweight.csproj | 2 +- .../src/System.Reflection.Emit.Lightweight.csproj | 2 +- .../ref/System.Reflection.Emit.csproj | 2 +- .../src/System.Reflection.Emit.csproj | 2 +- .../ref/System.Reflection.Metadata.csproj | 2 +- .../src/System.Reflection.Metadata.csproj | 2 +- .../src/System.Reflection.MetadataLoadContext.csproj | 2 +- .../src/System.Reflection.TypeExtensions.csproj | 3 ++- .../ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../src/System.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +- .../ref/System.Runtime.WindowsRuntime.csproj | 2 +- .../src/System.Runtime.WindowsRuntime.csproj | 2 +- .../ref/System.Security.AccessControl.csproj | 3 ++- .../src/System.Security.AccessControl.csproj | 3 ++- .../ref/System.Security.Cryptography.Cng.csproj | 3 ++- .../src/System.Security.Cryptography.Cng.csproj | 3 ++- .../ref/System.Security.Cryptography.OpenSsl.csproj | 2 +- .../src/System.Security.Cryptography.OpenSsl.csproj | 2 +- .../ref/System.Security.Cryptography.Pkcs.csproj | 3 ++- .../src/System.Security.Cryptography.Pkcs.csproj | 3 ++- .../ref/System.Security.Cryptography.ProtectedData.csproj | 2 +- .../src/System.Security.Cryptography.ProtectedData.csproj | 2 +- .../ref/System.Security.Cryptography.Xml.csproj | 2 +- .../src/System.Security.Cryptography.Xml.csproj | 2 +- .../ref/System.Security.Permissions.csproj | 3 ++- .../src/System.Security.Permissions.csproj | 3 ++- .../ref/System.Security.Principal.Windows.csproj | 3 ++- .../src/System.Security.Principal.Windows.csproj | 3 ++- .../ref/System.ServiceModel.Syndication.csproj | 3 ++- .../src/System.ServiceModel.Syndication.csproj | 2 +- .../src/System.ServiceProcess.ServiceController.csproj | 3 ++- .../src/System.Text.Encoding.CodePages.csproj | 2 +- .../ref/System.Text.Encodings.Web.csproj | 2 +- .../src/System.Text.Encodings.Web.csproj | 2 +- src/libraries/System.Text.Json/src/System.Text.Json.csproj | 3 ++- .../ref/System.Threading.AccessControl.csproj | 2 +- .../src/System.Threading.AccessControl.csproj | 2 +- .../ref/System.Threading.Channels.csproj | 2 +- .../src/System.Threading.Channels.csproj | 2 +- .../src/System.Windows.Extensions.csproj | 2 +- 82 files changed, 107 insertions(+), 84 deletions(-) diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index 8ee18fcfa52f13..d992c336a1c985 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -56,6 +56,7 @@ $(OSGroup.ToLowerInvariant()) + Debug $(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup) diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index 1f4c1f560b7d67..3de3eebd1dab8f 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -200,8 +200,8 @@ - - true - true + + true + true diff --git a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj index b3ebd3b961fdb5..f3b57f21f1fda4 100644 --- a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj +++ b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj @@ -4,7 +4,7 @@ $(NoWarn);CS1573 $(DefineConstants);NO_EVENTCOMMANDEXECUTED_SUPPORT;ES_BUILD_STANDALONE;FEATURE_MANAGED_ETW;PLATFORM_WINDOWS net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - true + true enable diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj b/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj index a3a31b4551ae33..7b74239980a0ca 100644 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj +++ b/src/libraries/Microsoft.Win32.Registry.AccessControl/ref/Microsoft.Win32.Registry.AccessControl.csproj @@ -1,7 +1,7 @@ netstandard2.0;net461;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj b/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj index 736385c2fdc1b8..08786e3a3e5ed5 100644 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj +++ b/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft.Win32.Registry.AccessControl.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_RegistryAccessControl netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - true + true diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index c187b29222fb07..1ef855c11339f5 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -7,7 +7,8 @@ SR.PlatformNotSupported_Registry $(NoWarn);CA1823 netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT - true + true + true diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj index 3e90fc77934f68..b59311ecef6274 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -5,7 +5,8 @@ enable SR.PlatformNotSupported_SystemEvents netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) - true + true + true diff --git a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj index 910e42a3070b08..0e84e7d2900321 100644 --- a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj @@ -2,7 +2,7 @@ true net461;netstandard2.0;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.CodeDom/src/System.CodeDom.csproj b/src/libraries/System.CodeDom/src/System.CodeDom.csproj index 6a9bf3549ff2ca..f83003d256c3db 100644 --- a/src/libraries/System.CodeDom/src/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/src/System.CodeDom.csproj @@ -4,7 +4,7 @@ true $(DefineConstants);CODEDOM net461;netstandard2.0;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj index a436341875a69a..2ecfe776956f96 100644 --- a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.csproj @@ -1,7 +1,7 @@ netstandard1.0;netstandard1.3;netstandard2.0;$(NetCoreAppCurrent) - true + true enable diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj index 94694b84a5cd1e..c8521b06c4acf3 100644 --- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -5,7 +5,7 @@ 512 netstandard1.0;portable-net45+win8+wp8+wpa81 netstandard1.0;netstandard1.3;netstandard2.0;$(NetCoreAppCurrent) - true + true enable diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj index 3ec4106ed790ea..22347826e1d3c8 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -7,7 +7,7 @@ $(NoWarn);CS1573 SR.PlatformNotSupported_ComponentModel_Composition netstandard2.0;netcoreapp2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj index 114b92d55c3145..a02f4d1e07ae4e 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj index df5a446a01da6d..c254bbe1671cbd 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj index e17a881d3df3e1..92156ab91c74e3 100644 --- a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj @@ -5,7 +5,8 @@ true SR.Odbc_PlatformNotSupported netcoreapp2.0-FreeBSD;netcoreapp2.0-Linux;netcoreapp2.0-OSX;netcoreapp2.0-Windows_NT;net461-Windows_NT;netstandard2.0;$(NetCoreAppCurrent)-FreeBSD;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - true + true + true diff --git a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj index ac3e04eba3e5ba..033fa7a4d3ce19 100644 --- a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - true + true $(NoWarn);0618 diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj index 3bd7b38c5678ea..1c88b378b9d406 100644 --- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj @@ -6,7 +6,7 @@ SR.PlatformNotSupported_OleDb $(NoWarn);CS0618 netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - true + true true diff --git a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj index 798170ae681f7b..b9ab5225556833 100644 --- a/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.csproj @@ -1,7 +1,7 @@ netcoreapp2.1;$(NetCoreAppCurrent) - true + true diff --git a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj index de0991272686fe..2d221b650d80ec 100644 --- a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj @@ -10,7 +10,7 @@ annotations $(DefineConstants);INTERNAL_NULLABLE_ATTRIBUTES netstandard2.0-Unix;netstandard2.0-Windows_NT;netcoreapp2.1;netcoreapp2.1-Unix;netcoreapp2.1-Windows_NT;$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent)-Windows_NT - true + true diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj index 2df02d84377a66..e7d9e1518fae26 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj @@ -1,7 +1,7 @@ netstandard1.1;netstandard1.3;net45;netstandard2.0;$(NetFrameworkCurrent) - true + true true false enable diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj index e5367c065f463e..1ba56a2a361383 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj @@ -14,7 +14,8 @@ $(DefineConstants);EVENTSOURCE_ENUMERATE_SUPPORT $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS;ENABLE_HTTP_HANDLER netstandard1.1;netstandard1.3;net45;net46;$(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent) - true + true + true true diff --git a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj index e0bb2ef2206741..31b13ca7d4d7f4 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj +++ b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj @@ -4,7 +4,8 @@ true SR.PlatformNotSupported_EventLog netcoreapp2.0-Windows_NT;net461;netstandard2.0;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) - true + true + true diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj index c8d1a2b3404959..a94eee45f31b90 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj @@ -5,7 +5,8 @@ true SR.PlatformNotSupported_PerfCounters netcoreapp2.0-Windows_NT;netstandard2.0;net461;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) - true + true + true diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj index d27342eea34887..5c7ce59bd4a1d7 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj @@ -7,7 +7,7 @@ true SR.DirectoryServicesAccountManagement_PlatformNotSupported netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj index 3de8204b6bb399..6cdece64a96f2a 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj @@ -6,7 +6,7 @@ true SR.DirectoryServicesProtocols_PlatformNotSupported netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj index f550a8b3e99fdc..b88141f17831d9 100644 --- a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj @@ -5,7 +5,7 @@ $(NoWarn);0649 SR.DirectoryServices_PlatformNotSupported netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj index d09cc58c918ec9..ac98d1041598b7 100644 --- a/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj @@ -1,7 +1,7 @@ netcoreapp3.0;$(NetCoreAppCurrent) - true + true diff --git a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj index bf9d403201a069..7d387d12c4d5c0 100644 --- a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj +++ b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj @@ -6,7 +6,7 @@ $(DefineConstants);FEATURE_WINDOWS_SYSTEM_COLORS;FEATURE_SYSTEM_EVENTS true netcoreapp3.0-Windows_NT;netcoreapp3.0-Unix;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix - true + true diff --git a/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj index ffeb7620ee27d7..cf85135ff1bfe0 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/ref/System.IO.FileSystem.AccessControl.csproj @@ -2,7 +2,7 @@ true netstandard2.0;$(NetFrameworkCurrent);net461 - true + true diff --git a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj index 4c699e4b933ad8..aebcf7f5604860 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj +++ b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj @@ -4,7 +4,8 @@ true SR.PlatformNotSupported_AccessControl netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - true + true + true annotations diff --git a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj index 59cecb6c419881..bf900cb44888c7 100644 --- a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj @@ -3,7 +3,7 @@ true $(DefineConstants);netcoreapp netstandard1.3;net46;netstandard2.0;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj index ac835a73f37e03..2508e16a3446f4 100644 --- a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj @@ -4,7 +4,7 @@ true $(DefineConstants);FEATURE_SERIALIZATION net46;netstandard1.3;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT - true + true diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj index 1a062245cb60d2..fc605627cb4868 100644 --- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj @@ -1,7 +1,7 @@ netstandard2.0;netcoreapp3.0;$(NetCoreAppCurrent) - true + true enable diff --git a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj index 4b072a52fee4e8..1ae35f7a35f228 100644 --- a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj index 9e6ffe2e00d6b6..b36ae795a611da 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -7,8 +7,8 @@ true annotations netstandard2.0-Windows_NT;netstandard2.0-Linux;netstandard2.0-OSX;netstandard2.0;net461-Windows_NT;netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT - true - true + true + true diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj index d31b9759d43920..bc17ce6281c5a5 100644 --- a/src/libraries/System.Management/src/System.Management.csproj +++ b/src/libraries/System.Management/src/System.Management.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_SystemManagement netstandard2.0;netcoreapp2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;_$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj index 3125cb4cbe6f2e..0bec03bc16e2e8 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj @@ -4,7 +4,7 @@ SR.PlatformNotSupported_WinHttpHandler true netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - true + true true $(DefineConstants);WINHTTPHANDLER_DLL diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj index feeb2ee828097e..b52987f5ef5c6e 100644 --- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj +++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj @@ -4,7 +4,7 @@ True $(NoWarn);CS1573 netstandard2.0;netcoreapp2.1;$(NetCoreAppCurrent) - true + true diff --git a/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj index 44f03d9695128a..a21e7227b1ec6e 100644 --- a/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/ref/System.Reflection.DispatchProxy.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent) - true + true enable diff --git a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj index 28f244b9b4b57f..879b1971289e22 100644 --- a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj @@ -4,7 +4,8 @@ SR.PlatformNotSupported_ReflectionDispatchProxy net461;netstandard2.0;netcoreapp2.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - true + true + true enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj index ca4b233bd51e97..60868fa3357ead 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/ref/System.Reflection.Emit.ILGeneration.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) - true + true enable diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj index b5b7b547882ece..60c37a38b35c4a 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj @@ -5,7 +5,7 @@ SR.PlatformNotSupported_RefEmitILGeneration $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0; - true + true enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj index 587ed0bd4750a0..5939bce3e7e70e 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/ref/System.Reflection.Emit.Lightweight.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) - true + true true enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj index 0df421e3fffc22..ec2f4b1ad96d37 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj @@ -6,7 +6,7 @@ SR.PlatformNotSupported_RefEmitLightweight $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.0; - true + true enable diff --git a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj index fe6da0d23c2c97..8f10e1a66bb81b 100644 --- a/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent);_$(NetFrameworkCurrent) - true + true enable diff --git a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj index 17757d6b000b67..ff9add08b77095 100644 --- a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj @@ -4,7 +4,7 @@ SR.PlatformNotSupported_RefEmit $(IsPartialFacadeAssembly) $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netstandard1.1; - true + true enable diff --git a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj index 98cf23e0bd9eb1..9c0b7a9f1a86ce 100644 --- a/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/ref/System.Reflection.Metadata.csproj @@ -3,7 +3,7 @@ true false netstandard1.1;netstandard2.0;$(NetCoreAppCurrent) - true + true enable diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj index 6f44eeb6d1bf62..bbab923d1db038 100644 --- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj +++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj @@ -6,7 +6,7 @@ false netstandard1.1;portable-net45+win8 netstandard1.1;netstandard2.0;$(NetCoreAppCurrent) - true + true enable diff --git a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj index 125d62c75915fc..f0a7135b8d5a72 100644 --- a/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj +++ b/src/libraries/System.Reflection.MetadataLoadContext/src/System.Reflection.MetadataLoadContext.csproj @@ -6,7 +6,7 @@ $(NoWarn);CS1573 netcoreapp3.0;netstandard2.0;$(NetCoreAppCurrent) - true + true enable diff --git a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj index 8d4c9a15ed551a..a36c8673c7a53c 100644 --- a/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj @@ -4,7 +4,8 @@ true enable net461;netstandard2.0;netstandard1.3;netstandard1.5;$(NetFrameworkCurrent);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix - true + true + true SR.PlatformNotSupported_ReflectionTypeExtensions diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj index a94f4e546f5102..f33cbadafdd38a 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/ref/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent) - true + true diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj index 6e55185ad45d89..34934dbe82a000 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/src/System.Runtime.WindowsRuntime.UI.Xaml.csproj @@ -6,7 +6,7 @@ netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT - true + true diff --git a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj index c2424f81b02a8e..3e1e358857d76b 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj @@ -11,7 +11,7 @@ --> $(NoWarn);1698 netstandard2.0;$(NetCoreAppCurrent) - true + true diff --git a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj index d7cb1c1ccf31ee..f0c0a5b450fefa 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj @@ -9,7 +9,7 @@ 4.0.11.0 $(DefineConstants);FEATURE_APPX netstandard1.0;netstandard1.2;netstandard2.0;netcoreapp3.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT - true + true SR.PlatformNotSupported_WindowsRuntime diff --git a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj index e81ba9fe631a83..da497bfa34405b 100644 --- a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj @@ -2,7 +2,8 @@ true netstandard2.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - true + true + true enable diff --git a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj index eb19585a51b78d..12448e803b8d44 100644 --- a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj @@ -4,7 +4,8 @@ true SR.PlatformNotSupported_AccessControl net461-Windows_NT;netcoreapp2.0-Windows_NT;netstandard2.0;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - true + true + true enable diff --git a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj index 0495be220ef641..bc13e525440545 100644 --- a/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.csproj @@ -7,7 +7,8 @@ $(DefineConstants);FEATURE_ECDH_DERIVEFROM true netcoreapp3.0;netstandard2.1;net461;net462;net47;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - true + true + true diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj index 1254e4ec7e1f3c..b586c6f375869d 100644 --- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj +++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj @@ -6,7 +6,8 @@ true true netstandard2.0;netstandard2.1;net461-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net462-Windows_NT;net47-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT - true + true + true SR.PlatformNotSupported_CryptographyCng diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj index 1c27051ae78b83..b0a4acd6d42913 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/ref/System.Security.Cryptography.OpenSsl.csproj @@ -1,7 +1,7 @@ netcoreapp3.0;$(NetCoreAppCurrent) - true + true diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj index fa2999ae6edfc5..b1d8be76a5d402 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj @@ -3,7 +3,7 @@ true 4.1.0.0 netcoreapp3.0-Unix;netcoreapp3.0;netstandard2.0;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent) - true + true SR.PlatformNotSupported_CryptographyOpenSSL diff --git a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj index 3a2aafd4aa8082..a0afce5d0e03b6 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/ref/System.Security.Cryptography.Pkcs.csproj @@ -2,7 +2,8 @@ true netcoreapp3.0;netstandard2.1;net461;$(NetFrameworkCurrent);$(NetCoreAppCurrent) - true + true + true diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj index 6b63b323fd558b..43430d89f054a4 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj @@ -8,7 +8,8 @@ $(NoWarn);CS1574;CS3016;CA5379;CA5384 annotations netstandard2.0;netstandard2.0-Windows_NT;netstandard2.1;netstandard2.1-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent) - true + true + true diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj index da96810ffb7d10..0054f8054c4a9c 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/ref/System.Security.Cryptography.ProtectedData.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj index 7df3b80a4c0ca3..4cbd4ef53af0d4 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj +++ b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj @@ -5,7 +5,7 @@ true SR.PlatformNotSupported_CryptographyProtectedData net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT - true + true diff --git a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj index cd4e5544670787..a2a7121cbe4748 100644 --- a/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/ref/System.Security.Cryptography.Xml.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj index 1de9bc53297740..179ec9cff7de55 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj @@ -4,7 +4,7 @@ true $(NoWarn);CA5384;CA5385 netstandard2.0;net461;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj index a2dc077483e827..cf091f9ab08bdf 100644 --- a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj @@ -2,7 +2,8 @@ true netstandard2.0;net461;netcoreapp3.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - true + true + true diff --git a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj index 520b368c76325b..1eda36fa6b75e0 100644 --- a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj @@ -2,7 +2,8 @@ true netcoreapp3.0;netstandard2.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - true + true + true diff --git a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj index 7acf8b92836be0..8a155b73ab681f 100644 --- a/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/ref/System.Security.Principal.Windows.csproj @@ -2,7 +2,8 @@ true netstandard2.0;netcoreapp3.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - true + true + true diff --git a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj index 5139c7d4beb771..f7fa7cbcbb1170 100644 --- a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj +++ b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj @@ -6,7 +6,8 @@ true SR.PlatformNotSupported_Principal netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp2.0-Unix;netcoreapp2.1-Windows_NT;netcoreapp2.1-Unix;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT - true + true + true diff --git a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj index a9bdea3910fa3d..f153b6317d78f4 100644 --- a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj @@ -2,7 +2,8 @@ true net461;netcoreapp2.1;netstandard2.0;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - true + true + true diff --git a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj index dd88ce682be2ee..2afde178d12ee3 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj @@ -4,7 +4,7 @@ true true netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - true + true diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj index 2bca07f33833b7..7650c476c672a0 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj @@ -5,7 +5,8 @@ true SR.PlatformNotSupported_ServiceController netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT - true + true + true diff --git a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj index a1404faa013534..bad69b3a581622 100644 --- a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj +++ b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj @@ -5,7 +5,7 @@ netstandard2.0;net461 netstandard2.0;netcoreapp2.0-Windows_NT;netstandard2.0-Windows_NT;$(NetCoreAppCurrent)-Windows_NT - true + true diff --git a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj index a069cc7847e57e..7e2ee6ab01fe2e 100644 --- a/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.csproj @@ -1,7 +1,7 @@ netstandard2.0;$(NetCoreAppCurrent) - true + true true enable diff --git a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj index d8722aa1e4e83c..ce6fa24e0b75a2 100644 --- a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj +++ b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj @@ -2,7 +2,7 @@ true netcoreapp3.0;netstandard2.1;netstandard2.0;$(NetCoreAppCurrent) - true + true enable diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj index 9d161857a8dbbf..43c1fa300ec804 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -3,7 +3,8 @@ true $(OutputPath)$(MSBuildProjectName).xml netstandard2.0;netcoreapp3.0;net461;$(NetCoreAppCurrent);$(NetFrameworkCurrent) - true + true + true $(DefineConstants);BUILDING_INBOX_LIBRARY diff --git a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj index f87c4e6a258005..f6f6b3434df4da 100644 --- a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj @@ -2,7 +2,7 @@ true netstandard2.0;net461;$(NetFrameworkCurrent) - true + true diff --git a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj index 9dcd136b36e763..79bb3fd5e15c55 100644 --- a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj @@ -3,7 +3,7 @@ SR.PlatformNotSupported_AccessControl true net461-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT - true + true true diff --git a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj index ad6d2f6b8bb6af..29f1645c121472 100644 --- a/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/ref/System.Threading.Channels.csproj @@ -1,7 +1,7 @@ netcoreapp3.0;netstandard1.3;netstandard2.0;$(NetCoreAppCurrent) - true + true enable diff --git a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj index 9150b3974ca365..deab6fa25ea553 100644 --- a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj +++ b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj @@ -1,7 +1,7 @@ netstandard1.3;netstandard2.0;netcoreapp3.0;$(NetCoreAppCurrent) - true + true enable diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj index 39570b3d92825b..ce6092deeda277 100644 --- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj @@ -3,7 +3,7 @@ SR.PlatformNotSupported_System_Windows_Extensions true netcoreapp3.0-Windows_NT;netcoreapp3.0;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent) - true + true From e956adbca87a103e2bf7546de0e38b52a3c4d915 Mon Sep 17 00:00:00 2001 From: Anipik Date: Mon, 3 Feb 2020 16:10:03 -0800 Subject: [PATCH 50/58] fixing package sizes --- .../src/System.Runtime.CompilerServices.Unsafe.ilproj | 5 +++-- .../ref/System.Windows.Extensions.csproj | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj index a4aed998a8c6e9..4901da9671a6e4 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.ilproj @@ -11,8 +11,9 @@ include\netcoreapp include\netfx $(IlasmFlags) -INCLUDE=$(IncludePath) -DEBUG=$(DebugOptimization) - $(NetCoreAppCurrent);netstandard2.0;netstandard1.0;net45;$(NetFrameworkCurrent) - $(NetCoreAppCurrent);$(NetFrameworkCurrent); + $(NetCoreAppCurrent);netstandard2.0;netcoreapp2.0;netstandard1.0;net45;$(NetFrameworkCurrent) + true + true diff --git a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj index 06b2a9c9a96881..6f59c939d125ff 100644 --- a/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/ref/System.Windows.Extensions.csproj @@ -1,7 +1,7 @@ netcoreapp3.0;$(NetCoreAppCurrent) - true + true From ae4143ad5db46a22a2ac475ab238950b27f1db57 Mon Sep 17 00:00:00 2001 From: Anipik Date: Tue, 4 Feb 2020 09:50:11 -0800 Subject: [PATCH 51/58] Fix the targetFramework --- .../ref/System.Reflection.TypeExtensions.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj b/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj index 5e445241a9b206..5463928fbaf07d 100644 --- a/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj +++ b/src/libraries/System.Reflection.TypeExtensions/ref/System.Reflection.TypeExtensions.csproj @@ -1,7 +1,7 @@ enable - $(NetFrameworkCurrent) + $(NetCoreAppCurrent) From c0fc45349614e1fa098a1f10665500661609694a Mon Sep 17 00:00:00 2001 From: Anipik Date: Tue, 4 Feb 2020 14:10:53 -0800 Subject: [PATCH 52/58] updating the targetFramework sdl --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 29c971cf36dd4d..ad64947e717939 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -82,9 +82,9 @@ https://github.com/dotnet/arcade 8466781af43871ee0d4a1655acc008a305a62c0e - + https://github.com/dotnet/arcade - 8466781af43871ee0d4a1655acc008a305a62c0e + 27c8467294a4e64ac6642b4c12ca63495ff126c8 https://github.com/dotnet/arcade diff --git a/global.json b/global.json index 6f393b935932c3..4d7bf571b37834 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "python": "2.7.15" }, "msbuild-sdks": { - "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-beta.20079.8", + "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-beta.20103.5", "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20079.8", "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "5.0.0-beta.20079.8", "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20079.8", From 410341f8de9639de424ccec291541fefa3bd4563 Mon Sep 17 00:00:00 2001 From: Anipik Date: Tue, 4 Feb 2020 17:25:48 -0800 Subject: [PATCH 53/58] removing the buildOS and be able to use OSGroup as done in the old system --- src/libraries/Directory.Build.props | 31 ++++++++++--------- src/libraries/Directory.Build.targets | 14 ++++----- .../src/Microsoft.Win32.Registry.csproj | 4 +-- .../src/Microsoft.Win32.SystemEvents.csproj | 2 +- src/libraries/Native/native-binplace.proj | 1 - .../src/System.Data.OleDb.csproj | 4 +-- .../src/System.Data.SqlClient.csproj | 16 +++++----- .../src/System.IO.Ports.csproj | 6 ++-- ...System.Net.NameResolution.Pal.Tests.csproj | 4 +-- src/libraries/restore/Directory.Build.props | 6 ++-- src/libraries/restore/Directory.Build.targets | 2 +- .../shims/manual/Directory.Build.props | 6 ++-- 12 files changed, 48 insertions(+), 48 deletions(-) diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index d992c336a1c985..f586626389710a 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -39,12 +39,13 @@ See Documentation/coding-guidelines/project-guidelines.md for more details on our configurations. --> - $(DefaultOSGroup) + $(DefaultOSGroup) + + $(OSGroup) - $(TargetFrameworkSuffix) $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant) arm arm64 @@ -57,54 +58,54 @@ Debug - $(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup) + $(BuildTargetFramework)-$(OSGroup)-$(Configuration)-$(ArchGroup) package - + true win - + true unix - + true true linux - + true true osx - + true true freebsd - + true true netbsd - + true true @@ -134,7 +135,7 @@ - $([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'native', '$(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup)')) + $([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'native', '$(BuildTargetFramework)-$(OSGroup)-$(Configuration)-$(ArchGroup)')) $([MSBuild]::NormalizeDirectory('$(LibrariesProjectRoot)', 'pkg')) @@ -325,11 +326,11 @@ $(ArtifactsObjDir)version.txt - $(BaseOutputPath)$(TargetFramework)-$(OSGroup)-$(Configuration)\ - $(BaseOutputPath)$(TargetFramework)-$(Configuration)\ + $(BaseOutputPath)$(TargetFramework)-$(TargetFrameworkSuffix)-$(Configuration)\ + $(BaseOutputPath)$(TargetFramework)-$(Configuration)\ $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)')) - $(BaseIntermediateOutputPath)$(TargetFramework)-$(OSGroup)-$(Configuration)\ - $(BaseIntermediateOutputPath)$(TargetFramework)-$(Configuration)\ + $(BaseIntermediateOutputPath)$(TargetFramework)-$(TargetFrameworkSuffix)-$(Configuration)\ + $(BaseIntermediateOutputPath)$(TargetFramework)-$(Configuration)\ $(AdditionalBuildTargetFrameworks);netstandard2.0 diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index 3de3eebd1dab8f..db925e0412732d 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -1,8 +1,8 @@ - $(BuildOS) + $(OSGroup) $(Configuration) - $(BuildOS) + $(OSGroup) $(Configuration) @@ -53,22 +53,22 @@ - + $(BuildConfigurationRefPath) $(RuntimePath) - + $(NETCoreAppPackageRefPath) $(NETCoreAppPackageRuntimePath) - $(NETCoreAppPackageRuntimePath)\..\runtime\$(BuildOS)-$(Configuration)-$(ArchGroup) + $(NETCoreAppPackageRuntimePath)\..\runtime\$(OSGroup)-$(Configuration)-$(ArchGroup) $(RefRootPath)microsoft.netcore.app\$(Configuration) ILLinkTrimAssembly=true - + $(NETCoreAppTestSharedFrameworkPath) @@ -92,7 +92,7 @@ $(RefRootPath)%(Identity)/ - + $(ArtifactsBinDir)runtime/%(Identity)-$(Configuration)-$(ArchGroup) diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj index 1ef855c11339f5..e4c7b59fe23608 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -4,13 +4,13 @@ $(NoWarn);CS1573 $(DefineConstants);REGISTRY_ASSEMBLY true - SR.PlatformNotSupported_Registry + SR.PlatformNotSupported_Registry $(NoWarn);CA1823 netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT;$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT true true - + Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj index b59311ecef6274..4b1f9323654e69 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -3,7 +3,7 @@ true true enable - SR.PlatformNotSupported_SystemEvents + SR.PlatformNotSupported_SystemEvents netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) true true diff --git a/src/libraries/Native/native-binplace.proj b/src/libraries/Native/native-binplace.proj index 2ae0bf0ec52a01..99e71eb38560b5 100644 --- a/src/libraries/Native/native-binplace.proj +++ b/src/libraries/Native/native-binplace.proj @@ -10,7 +10,6 @@ $(NetCoreAppCurrent);netstandard2.0;$(NetFrameworkCurrent) $(BuildTargetFramework) - $(BuildTargetFramework) diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj index 1c88b378b9d406..c9b22a76d45fa8 100644 --- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj @@ -3,8 +3,8 @@ true $(NoWarn);CS1573 true - SR.PlatformNotSupported_OleDb - $(NoWarn);CS0618 + SR.PlatformNotSupported_OleDb + $(NoWarn);CS0618 netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT true true diff --git a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj index 2d221b650d80ec..c6b7ed3efbe34f 100644 --- a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj @@ -3,7 +3,7 @@ System.Data.SqlClient true $(NoWarn);CS1573;nullable - SR.PlatformNotSupported_DataSqlClient + SR.PlatformNotSupported_DataSqlClient 4.6.0.0 $(DefineConstants);NETSTANDARD2_0 $(DefineConstants);FEATURE_TCPKEEPALIVE @@ -15,11 +15,11 @@ - + - + @@ -274,7 +274,7 @@ - + @@ -282,7 +282,7 @@ - + @@ -422,7 +422,7 @@ - + Common\System\Net\ContextFlagsPal.cs @@ -449,7 +449,7 @@ Common\System\Net\NegotiationInfoClass.cs - + @@ -512,7 +512,7 @@ - + diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj index b36ae795a611da..91dee0b2ef86ba 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -2,15 +2,15 @@ true true - SR.PlatformNotSupported_IOPorts + SR.PlatformNotSupported_IOPorts $(DefineConstants);NOSPAN true annotations netstandard2.0-Windows_NT;netstandard2.0-Linux;netstandard2.0-OSX;netstandard2.0;net461-Windows_NT;netstandard2.0-FreeBSD;$(NetFrameworkCurrent)-Windows_NT true - true + true - + diff --git a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj index 87fe4f9bed13ce..56fd1afa7fe159 100644 --- a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj +++ b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj @@ -20,10 +20,10 @@ Common\System\Net\Logging\NetEventSource.cs - + Common\System\Net\Sockets\ProtocolType.cs - + Common\System\Net\Sockets\SocketType.cs diff --git a/src/libraries/restore/Directory.Build.props b/src/libraries/restore/Directory.Build.props index 52ece0e0fb0f4a..c9aaaf75ff09e5 100644 --- a/src/libraries/restore/Directory.Build.props +++ b/src/libraries/restore/Directory.Build.props @@ -8,10 +8,10 @@ $(IntermediateOutputPath) true - $(BaseOutputPath)$(TargetFramework)-$(OSGroup)-$(Configuration) - $(BaseOutputPath)$(TargetFramework)-$(Configuration) + $(BaseOutputPath)$(TargetFramework)-$(TargetFrameworkSuffix)-$(Configuration) + $(BaseOutputPath)$(TargetFramework)-$(Configuration) false - netstandard2.0-$(OSGroup) + netstandard2.0-$(TargetFrameworkSuffix) - $(ArtifactsBinDir)runtime/$(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup)/ - $(BuildOS) - $(BuildOS) + $(ArtifactsBinDir)runtime/$(BuildTargetFramework)-$(OSGroup)-$(Configuration)-$(ArchGroup)/ + $(OSGroup) + $(OSGroup) netcoreapp5.0 From ddadd6bc8cd410ffc70314c9c08e5372e39d6d03 Mon Sep 17 00:00:00 2001 From: Anipik Date: Wed, 5 Feb 2020 10:06:49 -0800 Subject: [PATCH 54/58] Fixing the osgroup stuff for send to helix task --- eng/liveBuilds.targets | 6 +++--- eng/testing/outerBuild.targets | 2 +- src/libraries/Native/build-native.proj | 2 +- src/libraries/restore/runtime/runtime.depproj | 2 +- src/libraries/sendtohelix.proj | 10 +++++----- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets index c10a73aba86f69..7e3349cdf22e52 100644 --- a/eng/liveBuilds.targets +++ b/eng/liveBuilds.targets @@ -1,9 +1,9 @@ - $(BuildOS) - $(BuildOS) - $(BuildOS) + $(OSGroup) + $(OSGroup) + $(OSGroup) $(Configuration) $(LibrariesOSGroup)-$(LibrariesConfiguration)-$(TargetArchitecture) diff --git a/eng/testing/outerBuild.targets b/eng/testing/outerBuild.targets index 77ed5078279feb..ece58160db3738 100644 --- a/eng/testing/outerBuild.targets +++ b/eng/testing/outerBuild.targets @@ -1,6 +1,6 @@ - diff --git a/src/libraries/Native/build-native.proj b/src/libraries/Native/build-native.proj index 9367dead254682..e38787f76e3536 100644 --- a/src/libraries/Native/build-native.proj +++ b/src/libraries/Native/build-native.proj @@ -8,7 +8,7 @@ $(ArtifactsObjDir)_version.h $(ArtifactsObjDir)_version.c - <_BuildNativeArgs>$(ArchGroup) $(Configuration) outconfig $(BuildTargetFramework)-$(BuildOS)-$(Configuration)-$(ArchGroup) + <_BuildNativeArgs>$(ArchGroup) $(Configuration) outconfig $(BuildTargetFramework)-$(OSGroup)-$(Configuration)-$(ArchGroup) $(ToolRuntimeRID) $(NoWarn);NU1603;NU1605 true - $(BuildOS) + $(OSGroup) $(Configuration) $(DefaultOSGroup) $(Configuration) diff --git a/src/libraries/sendtohelix.proj b/src/libraries/sendtohelix.proj index 163430987cdd6f..9eeb3ab6af4b44 100644 --- a/src/libraries/sendtohelix.proj +++ b/src/libraries/sendtohelix.proj @@ -1,4 +1,4 @@ - + $(BUILD_BUILDNUMBER) @@ -64,8 +64,8 @@ and we exit /b at the end of RunTests.cmd, Helix runs some other commands after ours within the bat script, if we don't use call, then we cause the parent script to exit, and anything after will not be executed. --> - call RunTests.cmd --runtime-path %HELIX_CORRELATION_PAYLOAD% - ./RunTests.sh --runtime-path "$HELIX_CORRELATION_PAYLOAD" + call RunTests.cmd --runtime-path %HELIX_CORRELATION_PAYLOAD% + ./RunTests.sh --runtime-path "$HELIX_CORRELATION_PAYLOAD" $(HelixCommand) --rsp-file "$(MonoRspFileName)" @@ -111,8 +111,8 @@ - - + + From d59e375f3133109029b119ad6dae4ea2a67951cc Mon Sep 17 00:00:00 2001 From: Anipik Date: Wed, 5 Feb 2020 11:35:08 -0800 Subject: [PATCH 55/58] Fix OSX failures --- src/libraries/sendtohelix.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/sendtohelix.proj b/src/libraries/sendtohelix.proj index 9eeb3ab6af4b44..1bb9e48d0b87be 100644 --- a/src/libraries/sendtohelix.proj +++ b/src/libraries/sendtohelix.proj @@ -1,4 +1,4 @@ - + $(BUILD_BUILDNUMBER) From 29ece31af3c80269da53172a1679dd5b2ae25f32 Mon Sep 17 00:00:00 2001 From: Anipik Date: Wed, 5 Feb 2020 14:42:53 -0800 Subject: [PATCH 56/58] Fixing the osx build --- src/libraries/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index f586626389710a..d9bd40869bbbbe 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -8,7 +8,7 @@ $(RepoRoot)artifacts\toolset\Common\ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) $(RepositoryEngineeringDir)depProj.common.targets - $([MSBuild]::NormalizePath('$(ArtifactsDir)', 'tmp', '$(Configuration)', 'RuntimeOS.props')) + $(ArtifactsDir)\tmp\$(Configuration)\RuntimeOS.props $(LibrariesProjectRoot)\OSGroups.json netcoreapp5.0 $(AdditionalBuildTargetFrameworks);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-NetBSD;$(NetCoreAppCurrent)-FreeBSD From b6fa06c7b95530250a06f2aa3fd0ba56e97b7900 Mon Sep 17 00:00:00 2001 From: Anipik Date: Wed, 5 Feb 2020 16:24:02 -0800 Subject: [PATCH 57/58] uploading tmp folder to artifacts --- eng/pipelines/libraries/build-job.yml | 6 ++++++ src/libraries/Directory.Build.props | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/libraries/build-job.yml b/eng/pipelines/libraries/build-job.yml index 5ef3629a910e31..346be74f29ff92 100644 --- a/eng/pipelines/libraries/build-job.yml +++ b/eng/pipelines/libraries/build-job.yml @@ -153,6 +153,12 @@ jobs: inputs: sourceFolder: $(Build.SourcesDirectory)/artifacts/packages targetFolder: $(Build.ArtifactStagingDirectory)/artifacts/packages + + - task: CopyFiles@2 + displayName: Prepare tmp assets to publish + inputs: + sourceFolder: $(Build.SourcesDirectory)/artifacts/tmp + targetFolder: $(Build.ArtifactStagingDirectory)/artifacts/tmp - template: /eng/pipelines/common/upload-artifact-step.yml parameters: diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index d9bd40869bbbbe..ab1a1887624eef 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -8,7 +8,7 @@ $(RepoRoot)artifacts\toolset\Common\ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) $(RepositoryEngineeringDir)depProj.common.targets - $(ArtifactsDir)\tmp\$(Configuration)\RuntimeOS.props + $([MSBuild]::NormalizePath('$(ArtifactsDir)', 'tmp', '$(Configuration)', 'RuntimeOS.props')) $(LibrariesProjectRoot)\OSGroups.json netcoreapp5.0 $(AdditionalBuildTargetFrameworks);$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-NetBSD;$(NetCoreAppCurrent)-FreeBSD @@ -111,6 +111,11 @@ true + + + true + + From 5b521c242e7337a7a8c434458e71fc90978e0b96 Mon Sep 17 00:00:00 2001 From: Anipik Date: Wed, 5 Feb 2020 19:33:00 -0800 Subject: [PATCH 58/58] running restore for runtime.deproj correctly --- eng/pipelines/libraries/run-test-job.yml | 2 +- src/libraries/restore/runtime/runtime.depproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/libraries/run-test-job.yml b/eng/pipelines/libraries/run-test-job.yml index 8f230fd30de37f..e06b2b03d52e5b 100644 --- a/eng/pipelines/libraries/run-test-job.yml +++ b/eng/pipelines/libraries/run-test-job.yml @@ -77,7 +77,7 @@ jobs: $(_runtimeOSArg) /p:RuntimeFlavor=${{ parameters.runtimeFlavor }} /p:ArchGroup=${{ parameters.archType }} - /p:ConfigurationGroup=${{ parameters.buildConfig }} + /p:Configuration=${{ parameters.buildConfig }} displayName: Override $(runtimeFlavorName) from live drop - template: /eng/pipelines/libraries/helix.yml diff --git a/src/libraries/restore/runtime/runtime.depproj b/src/libraries/restore/runtime/runtime.depproj index 51799c5ca599cc..ead42b14dd3feb 100644 --- a/src/libraries/restore/runtime/runtime.depproj +++ b/src/libraries/restore/runtime/runtime.depproj @@ -1,4 +1,4 @@ - + $(PackageRID)