From 4c4b2635ed885ae96f30d1bdd47fd7fbb3a99e32 Mon Sep 17 00:00:00 2001 From: Anirudh Agnihotry Date: Tue, 28 Apr 2020 13:36:53 -0700 Subject: [PATCH] Remove Targets* instances from .props files (#35353) * remove TargetsNetfx from isPartialFacadeAssembly property * Omit Resources corrected * fix partial facade * GeneratePlatformNotSupportedAssemblyMessage corrected * OmitResources made similar to isPartialFacadeAssembly * fixes omitsources * moving targetFramework dependent properties to second property Group * fix GeneratePlatformNotSupportedAssemblyWithGlobalPrefix * correct define constants * fix no warn * fix assembly version * fix packageTargetFramework * fix the build * src and ref intell working * remove targets properties from tests file * adding comment --- docs/project/library-servicing.md | 2 +- src/libraries/Directory.Build.props | 3 --- src/libraries/Directory.Build.targets | 5 +++++ ...ft.Diagnostics.Tracing.EventSource.Redist.Tests.csproj | 1 - .../src/Microsoft.Extensions.DependencyInjection.csproj | 6 +++++- .../src/Microsoft.Win32.Registry.AccessControl.csproj | 5 ++++- .../ref/Microsoft.Win32.Registry.csproj | 5 ++++- .../src/Microsoft.Win32.Registry.csproj | 9 ++++++--- .../ref/Microsoft.Win32.SystemEvents.csproj | 5 ++++- .../src/Microsoft.Win32.SystemEvents.csproj | 7 +++++-- .../tests/Microsoft.XmlSerializer.Generator.Tests.csproj | 3 +-- src/libraries/System.CodeDom/ref/System.CodeDom.csproj | 5 ++++- src/libraries/System.CodeDom/src/System.CodeDom.csproj | 5 ++++- .../src/System.ComponentModel.Composition.csproj | 7 +++++-- .../ref/System.Configuration.ConfigurationManager.csproj | 5 ++++- .../src/System.Configuration.ConfigurationManager.csproj | 5 ++++- .../System.Data.Odbc/ref/System.Data.Odbc.csproj | 5 ++++- .../System.Data.Odbc/src/System.Data.Odbc.csproj | 9 ++++++--- .../System.Data.OleDb/ref/System.Data.OleDb.csproj | 5 ++++- .../System.Data.OleDb/src/System.Data.OleDb.csproj | 9 ++++++--- .../src/System.Diagnostics.DiagnosticSource.csproj | 5 ++++- .../ref/System.Diagnostics.EventLog.csproj | 5 ++++- .../src/System.Diagnostics.EventLog.csproj | 7 +++++-- .../ref/System.Diagnostics.PerformanceCounter.csproj | 5 ++++- .../src/System.Diagnostics.PerformanceCounter.csproj | 7 +++++-- .../src/System.DirectoryServices.AccountManagement.csproj | 5 ++++- .../src/System.DirectoryServices.Protocols.csproj | 5 ++++- .../src/System.DirectoryServices.csproj | 5 ++++- .../ref/System.IO.FileSystem.AccessControl.csproj | 5 ++++- .../src/System.IO.FileSystem.AccessControl.csproj | 7 +++++-- .../System.IO.Packaging/ref/System.IO.Packaging.csproj | 5 ++++- .../System.IO.Packaging/src/System.IO.Packaging.csproj | 5 ++++- src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj | 5 ++++- src/libraries/System.IO.Ports/src/System.IO.Ports.csproj | 7 +++++-- .../System.Management/src/System.Management.csproj | 5 ++++- .../src/System.Net.Http.WinHttpHandler.csproj | 7 +++++-- .../src/System.Reflection.DispatchProxy.csproj | 5 ++++- .../src/System.Runtime.CompilerServices.Unsafe.ilproj | 2 +- .../src/System.Runtime.WindowsRuntime.UI.Xaml.csproj | 11 ++++++----- .../src/System.Runtime.WindowsRuntime.csproj | 5 +++-- .../ref/System.Security.AccessControl.csproj | 5 ++++- .../src/System.Security.AccessControl.csproj | 7 +++++-- .../ref/System.Security.Cryptography.Cng.csproj | 15 +++++++++------ .../src/System.Security.Cryptography.Cng.csproj | 9 ++++++--- .../Directory.Build.props | 2 -- .../ref/System.Security.Cryptography.Pkcs.csproj | 7 ++++++- .../src/System.Security.Cryptography.Pkcs.csproj | 9 +++++++-- .../ref/System.Security.Cryptography.ProtectedData.csproj | 5 ++++- .../src/System.Security.Cryptography.ProtectedData.csproj | 11 +++++++---- .../ref/System.Security.Cryptography.Xml.csproj | 5 ++++- .../src/System.Security.Cryptography.Xml.csproj | 5 ++++- .../ref/System.Security.Permissions.csproj | 5 ++++- .../ref/System.Security.Principal.Windows.csproj | 5 ++++- .../src/System.Security.Principal.Windows.csproj | 9 ++++++--- .../ref/System.ServiceModel.Syndication.csproj | 5 ++++- .../src/System.ServiceModel.Syndication.csproj | 7 +++++-- .../ref/System.ServiceProcess.ServiceController.csproj | 5 ++++- .../src/System.ServiceProcess.ServiceController.csproj | 9 ++++++--- .../src/System.Text.Encoding.CodePages.csproj | 7 +++++-- .../System.Text.Json/src/System.Text.Json.csproj | 11 +++++++---- .../System.Text.Json/tests/System.Text.Json.Tests.csproj | 4 +++- .../ref/System.Threading.AccessControl.csproj | 5 ++++- .../src/System.Threading.AccessControl.csproj | 7 +++++-- .../restore/binplacePackages/binplacePackages.depproj | 4 ++-- src/libraries/restore/netfx/netfx.depproj | 2 +- .../restore/netstandard/external.netstandard.depproj | 2 +- src/libraries/targetframework.props | 8 +------- 67 files changed, 277 insertions(+), 117 deletions(-) diff --git a/docs/project/library-servicing.md b/docs/project/library-servicing.md index 52d7f5a..29934d1 100644 --- a/docs/project/library-servicing.md +++ b/docs/project/library-servicing.md @@ -25,7 +25,7 @@ If this library ships both inbox on a platform and in its own library package th ``` - 4.0.3.0 + 4.0.3.0 ``` Where the `AssemblyVersion` is set to the old version before updating. To determine if the library ships inbox you can look at for `InboxOnTargetFramework` item groups or `TreatAsOutOfBox` suppressions in the pkgproj for the library. diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index f79904e..ba0f1db 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -185,9 +185,6 @@ false - - - $(NoWarn);nullable diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index 16af4c2..6b97500 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -1,5 +1,8 @@ + true + true + true $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(TargetFramework)')) @@ -13,6 +16,8 @@ + + $(NoWarn);nullable diff --git a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/tests/Microsoft.Diagnostics.Tracing.EventSource.Redist.Tests.csproj b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/tests/Microsoft.Diagnostics.Tracing.EventSource.Redist.Tests.csproj index b3a2a37..050d2b6 100644 --- a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/tests/Microsoft.Diagnostics.Tracing.EventSource.Redist.Tests.csproj +++ b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/tests/Microsoft.Diagnostics.Tracing.EventSource.Redist.Tests.csproj @@ -1,6 +1,5 @@ - $(DefineConstants);FEATURE_ETLEVENTS;FEATURE_EVENTCOUNTER_DISPOSE $(DefineConstants);USE_MDT_EVENTSOURCE true $(NetFrameworkCurrent) diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj index 695ccf2..ea7252a 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj @@ -9,7 +9,11 @@ False - $(DefineConstants);SAVE_ASSEMBLIES + + + + + $(DefineConstants);SAVE_ASSEMBLIES 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 519d2ce..24a1ab6 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 @@ -2,11 +2,14 @@ Microsoft.Win32.Registry.AccessControl true - 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/ref/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj index 460ce73..c02ced12 100644 --- a/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj @@ -1,9 +1,12 @@ - true netstandard2.0;$(NetFrameworkCurrent);net461 enable + + + 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 786a122..f2f53c3 100644 --- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj +++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj @@ -3,14 +3,17 @@ true $(NoWarn);CS1573 $(DefineConstants);REGISTRY_ASSEMBLY - true - SR.PlatformNotSupported_Registry $(NoWarn);CA1823 $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetFrameworkCurrent)-Windows_NT;netstandard2.0-Windows_NT;netstandard2.0-Unix;netstandard2.0;net461-Windows_NT true true enable + + + true + SR.PlatformNotSupported_Registry + @@ -88,4 +91,4 @@ - + \ No newline at end of file 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 bf847da..e431ad6 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/ref/Microsoft.Win32.SystemEvents.csproj @@ -1,9 +1,12 @@ - true netstandard2.0;$(NetFrameworkCurrent);net461 enable + + + 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 c5db7ea..54b37e3 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj @@ -1,13 +1,16 @@ true - true enable - SR.PlatformNotSupported_SystemEvents $(NetCoreAppCurrent)-Windows_NT;netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp3.0-Windows_NT;net461;$(NetFrameworkCurrent) true true + + + true + SR.PlatformNotSupported_SystemEvents + 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 eb7318d..a9678f5 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 @@ -8,8 +8,7 @@ $(MSBuildToolsPath)\MSBuild.runtimeconfig.json - "$(TestHostRootPath)$([System.IO.Path]::GetFileName('$(DotNetTool)'))" --fx-version $(ProductVersion) - "$(DotNetTool)" + "$(TestHostRootPath)$([System.IO.Path]::GetFileName('$(DotNetTool)'))" --fx-version $(ProductVersion) set DOTNET_MULTILEVEL_LOOKUP=0 & $(GeneratorCommand) export DOTNET_MULTILEVEL_LOOKUP=0 && $(GeneratorCommand) diff --git a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj index 33a978c2..fb49195 100644 --- a/src/libraries/System.CodeDom/ref/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/ref/System.CodeDom.csproj @@ -1,9 +1,12 @@ - true netstandard2.0;net461;$(NetFrameworkCurrent) true + + + true + diff --git a/src/libraries/System.CodeDom/src/System.CodeDom.csproj b/src/libraries/System.CodeDom/src/System.CodeDom.csproj index 441673e..53315b3 100644 --- a/src/libraries/System.CodeDom/src/System.CodeDom.csproj +++ b/src/libraries/System.CodeDom/src/System.CodeDom.csproj @@ -1,11 +1,14 @@ true - true $(DefineConstants);CODEDOM netstandard2.0;net461;$(NetFrameworkCurrent) true + + + true + 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 9a3e92c..aba7b48 100644 --- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj +++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj @@ -5,11 +5,14 @@ $(NoWarn);CS1573 - SR.PlatformNotSupported_ComponentModel_Composition $(NetCoreAppCurrent);netstandard2.0;netcoreapp2.0;_$(NetFrameworkCurrent) true enable - $(NoWarn);nullable + + + + SR.PlatformNotSupported_ComponentModel_Composition + $(NoWarn);nullable 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 1a58ecd..36c4439 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj @@ -1,9 +1,12 @@ - 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 9397e8a..2d71eb3 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj +++ b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj @@ -1,9 +1,12 @@ - true netstandard2.0;net461;$(NetFrameworkCurrent) true + + + true + 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 e8de99f..48f381d 100644 --- a/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.csproj @@ -1,8 +1,11 @@ - true netstandard2.0;$(NetFrameworkCurrent);net461 + + + 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 42f214e..9e205b7 100644 --- a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj @@ -2,12 +2,15 @@ System.Data.Odbc 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)-iOS;$(NetCoreAppCurrent)-tvOS;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT true true + + + true + SR.Odbc_PlatformNotSupported + @@ -166,4 +169,4 @@ - + \ No newline at end of file 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 bf322a4..a8dbc39 100644 --- a/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/ref/System.Data.OleDb.csproj @@ -1,10 +1,13 @@ - true netstandard2.0;net461;$(NetFrameworkCurrent) true $(NoWarn);0618 + + + true + 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 e7ffa6f..73d0597 100644 --- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj +++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj @@ -2,13 +2,16 @@ true $(NoWarn);CS1573 - true - SR.PlatformNotSupported_OleDb - $(NoWarn);CS0618 netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT true true + + + true + SR.PlatformNotSupported_OleDb + $(NoWarn);CS0618 + 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 7ef0b1f..3796754 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj @@ -12,12 +12,15 @@ $(DefineConstants);NO_EVENTSOURCE_COMPLEX_TYPE_SUPPORT $(DefineConstants);EVENTSOURCE_ACTIVITY_SUPPORT $(DefineConstants);EVENTSOURCE_ENUMERATE_SUPPORT - $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS;ENABLE_HTTP_HANDLER $(NetCoreAppCurrent);netstandard1.1;netstandard1.3;net45;net46;netstandard2.0;$(NetFrameworkCurrent) true true true + + + $(DefineConstants);ALLOW_PARTIALLY_TRUSTED_CALLERS;ENABLE_HTTP_HANDLER + 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 e395791..ed43123 100644 --- a/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj +++ b/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj @@ -1,8 +1,11 @@ - true $(NetFrameworkCurrent);net461;netstandard2.0 + + + 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 530e018..9337342 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj +++ b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj @@ -1,12 +1,15 @@ true - true - SR.PlatformNotSupported_EventLog netcoreapp2.0-Windows_NT;net461;netstandard2.0;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) true true + + + true + SR.PlatformNotSupported_EventLog + 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 9dd662d..8b52641 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/ref/System.Diagnostics.PerformanceCounter.csproj @@ -1,9 +1,12 @@ - true netstandard2.0;net461;$(NetFrameworkCurrent) 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 c485d42..bcb9f70 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj @@ -2,12 +2,15 @@ AnyCPU true - true - SR.PlatformNotSupported_PerfCounters netcoreapp2.0-Windows_NT;netstandard2.0;net461;$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent) true true + + + true + SR.PlatformNotSupported_PerfCounters + 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 f711eca..0bcfc0e 100644 --- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj +++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj @@ -5,10 +5,13 @@ $(DefineConstants);FLAVOR_WHIDBEY;PAPI_AD;PAPI_REGSAM;USE_CTX_CACHE $(NoWarn);8073;CA1810 true - SR.DirectoryServicesAccountManagement_PlatformNotSupported $(NetCoreAppCurrent)-Windows_NT;netstandard2.0;netcoreapp2.0-Windows_NT;_$(NetFrameworkCurrent) true + + + SR.DirectoryServicesAccountManagement_PlatformNotSupported + 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 6ad5f86..14cc484 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj +++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj @@ -4,10 +4,13 @@ true $(NoWarn);0649;CA1810 true - SR.DirectoryServicesProtocols_PlatformNotSupported $(NetCoreAppCurrent)-Windows_NT;netstandard2.0;netcoreapp2.0-Windows_NT;_$(NetFrameworkCurrent) true + + + SR.DirectoryServicesProtocols_PlatformNotSupported + diff --git a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj index 6b2e2ad..d3cf746 100644 --- a/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj +++ b/src/libraries/System.DirectoryServices/src/System.DirectoryServices.csproj @@ -3,10 +3,13 @@ System.DirectoryServices true $(NoWarn);0649 - SR.DirectoryServices_PlatformNotSupported $(NetCoreAppCurrent)-Windows_NT;netstandard2.0;netcoreapp2.0-Windows_NT;_$(NetFrameworkCurrent) true + + + SR.DirectoryServices_PlatformNotSupported + 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 aab3abf..2ac2308 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,10 +1,13 @@ - true netstandard2.0;$(NetFrameworkCurrent);net461 true enable + + + 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 60a3914..4543487 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,13 +1,16 @@ - + true - true SR.PlatformNotSupported_AccessControl $(NetCoreAppCurrent)-Windows_NT;netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT true true enable + + + true + 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 b6f8f5a..6a1068d 100644 --- a/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/ref/System.IO.Packaging.csproj @@ -1,10 +1,13 @@ - true $(DefineConstants);netcoreapp netstandard2.0;netstandard1.3;net46;$(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 d08a0d0..cffe820 100644 --- a/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj +++ b/src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj @@ -1,11 +1,14 @@ true - true $(DefineConstants);FEATURE_SERIALIZATION net46;netstandard1.3;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT true + + + true + 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 d48f7a0..ebc8079 100644 --- a/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/ref/System.IO.Ports.csproj @@ -1,9 +1,12 @@ - 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 aaee0ff..011a81c 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -1,8 +1,6 @@ true - true - SR.PlatformNotSupported_IOPorts $(DefineConstants);NOSPAN true annotations @@ -10,6 +8,11 @@ true true + + + true + SR.PlatformNotSupported_IOPorts + diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj index e8b2eae..db90eb7 100644 --- a/src/libraries/System.Management/src/System.Management.csproj +++ b/src/libraries/System.Management/src/System.Management.csproj @@ -3,10 +3,13 @@ true $(NoWarn);0618 true - SR.PlatformNotSupported_SystemManagement $(NetCoreAppCurrent)-Windows_NT;netstandard2.0;netcoreapp2.0-Windows_NT;_$(NetFrameworkCurrent) true + + + SR.PlatformNotSupported_SystemManagement + 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 6346f2e..2e2d035 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 @@ -1,7 +1,6 @@ - + AnyCPU - SR.PlatformNotSupported_WinHttpHandler true netstandard2.0-Windows_NT;netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT true @@ -9,6 +8,10 @@ $(DefineConstants);WINHTTPHANDLER_DLL annotations + + + SR.PlatformNotSupported_WinHttpHandler + 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 500149a..07ee252 100644 --- a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj +++ b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj @@ -2,12 +2,15 @@ true - SR.PlatformNotSupported_ReflectionDispatchProxy $(NetCoreAppCurrent);net461;netstandard2.0;netcoreapp2.0;$(NetFrameworkCurrent) true true enable + + + SR.PlatformNotSupported_ReflectionDispatchProxy + 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 a4976e4..2f53801 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,7 +8,7 @@ $(MSBuildThisFileDirectory)System.Runtime.CompilerServices.Unsafe.xml {04BA3E3C-6979-4792-B19E-C797AD607F42} include\$(TargetFramework) - include\netfx + include\netfx $(IlasmFlags) -INCLUDE=$(IncludePath) -DEBUG=$(DebugOptimization) $(NetCoreAppCurrent);netstandard2.0;netcoreapp2.0;netstandard1.0;net45;$(NetFrameworkCurrent) 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 3a06523..5805046 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 @@ -1,14 +1,15 @@ - - SR.PlatformNotSupported_WindowsRuntime - true - 4.0.1.0 - $(NetCoreAppCurrent)-Windows_NT;netstandard1.1;netstandard2.0;netcoreapp3.0-Windows_NT true enable + + + SR.PlatformNotSupported_WindowsRuntime + true + 4.0.1.0 + 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 22fbde6..ad78129 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj @@ -7,12 +7,13 @@ $(NoWarn);1698;0436 4.0.0.0 4.0.11.0 - $(DefineConstants);FEATURE_APPX + $(DefineConstants);FEATURE_APPX $(NetCoreAppCurrent)-Windows_NT;netstandard1.0;netstandard1.2;netstandard2.0 true enable - + + SR.PlatformNotSupported_WindowsRuntime true 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 de3bd91..04c24a1 100644 --- a/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.csproj @@ -1,11 +1,14 @@ - true $(NetCoreAppCurrent);netstandard2.0;net461;$(NetFrameworkCurrent) true true enable + + + true + 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 79951ae..83c9b39 100644 --- a/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj +++ b/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj @@ -1,13 +1,16 @@ true - true - SR.PlatformNotSupported_AccessControl $(NetCoreAppCurrent)-Windows_NT;net461-Windows_NT;netcoreapp2.0-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT true true enable + + + true + SR.PlatformNotSupported_AccessControl + 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 4459f60..812fe3d 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,16 +1,19 @@ $(DefineConstants);FEATURE_ECPARAMETERS - - $(DefineConstants);FEATURE_DSA_HASHDATA - - $(DefineConstants);FEATURE_ECDH_DERIVEFROM - true netcoreapp3.0;netstandard2.1;net461;net462;net47;$(NetCoreAppCurrent);$(NetFrameworkCurrent) true true enable + + + + $(DefineConstants);FEATURE_DSA_HASHDATA + + $(DefineConstants);FEATURE_ECDH_DERIVEFROM + true + @@ -30,4 +33,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 21e5ad6..046835f 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 @@ -2,14 +2,17 @@ true $(NoWarn);CS1573;CS3016;CA5379 - true - true true $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);netstandard2.0;netstandard2.1;net461-Windows_NT;netcoreapp3.0-Windows_NT;netcoreapp3.0;net462-Windows_NT;net47-Windows_NT;$(NetFrameworkCurrent)-Windows_NT true true enable + + + true + true + SR.PlatformNotSupported_CryptographyCng 4.3.0.0 @@ -373,4 +376,4 @@ - + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Pkcs/Directory.Build.props b/src/libraries/System.Security.Cryptography.Pkcs/Directory.Build.props index 1497ebd..e8d6554 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/Directory.Build.props +++ b/src/libraries/System.Security.Cryptography.Pkcs/Directory.Build.props @@ -1,8 +1,6 @@  - - 4.0.4.0 Microsoft 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 3755542..d2a9697 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,11 +1,16 @@ - true netcoreapp3.0;netstandard2.1;net461;$(NetFrameworkCurrent);$(NetCoreAppCurrent) true true enable + + + true + + 4.0.4.0 + 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 1af7e2d..4fcb30a 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,8 +1,6 @@ true - true - true true true $(NoWarn);CS1574;CS3016;CA5379;CA5384 @@ -11,6 +9,13 @@ true true + + + true + true + + 4.0.4.0 + + + 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 3c36e6e..8ce0bc5 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,12 +1,15 @@ true - true - true - SR.PlatformNotSupported_CryptographyProtectedData netstandard2.0-Windows_NT;net461-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT true + + + true + true + SR.PlatformNotSupported_CryptographyProtectedData + @@ -40,4 +43,4 @@ - + \ No newline at end of file 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 2a87099..43030e5 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,9 +1,12 @@ - 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 36df5bd..03fb204f 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 @@ -1,11 +1,14 @@ true - 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 75637a5d..7556b76 100644 --- a/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/ref/System.Security.Permissions.csproj @@ -1,10 +1,13 @@ - true $(NetCoreAppCurrent);netstandard2.0;net461;netcoreapp3.0;$(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 4831140..a55eaa7 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,11 +1,14 @@ - true $(NetCoreAppCurrent);netstandard2.0;netcoreapp3.0;net461;$(NetFrameworkCurrent) true true enable + + + 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 e7796c0..a944988 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 @@ -2,13 +2,16 @@ System.Security.Principal.Windows true - true - true $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;netstandard2.0;netcoreapp2.0-Windows_NT;netcoreapp2.0-Unix;netcoreapp2.1-Windows_NT;netcoreapp2.1-Unix;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT true true enable + + + true + true + @@ -149,4 +152,4 @@ - + \ No newline at end of file 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 171b91b..477590d 100644 --- a/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.csproj @@ -1,10 +1,13 @@ - true $(NetCoreAppCurrent);net461;netcoreapp2.1;netstandard2.0;$(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 64d15f9..f292e65 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj +++ b/src/libraries/System.ServiceModel.Syndication/src/System.ServiceModel.Syndication.csproj @@ -1,11 +1,14 @@ $(NoWarn);1634;1691;649 - true - true netstandard2.0;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT true + + + true + true + 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 ab91c54..5589eb0 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/ref/System.ServiceProcess.ServiceController.csproj @@ -1,8 +1,11 @@ - true netstandard2.0;$(NetFrameworkCurrent);net461 + + + 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 2001619..d49c94d 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj @@ -1,13 +1,16 @@ true - true - true - SR.PlatformNotSupported_ServiceController $(NetCoreAppCurrent)-Windows_NT;netstandard2.0;netstandard2.0-Windows_NT;net461-Windows_NT;$(NetFrameworkCurrent)-Windows_NT true true + + + true + true + SR.PlatformNotSupported_ServiceController + 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 1eceb58..575ebcf 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 @@ -2,11 +2,14 @@ true enable - - netstandard2.0;net461 $(NetCoreAppCurrent)-Windows_NT;netstandard2.0;netcoreapp2.0-Windows_NT;netstandard2.0-Windows_NT true + + + + netstandard2.0;net461 + 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 9c7a766..1d7bfb3 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -4,16 +4,19 @@ $(NetCoreAppCurrent);netstandard2.0;netcoreapp3.0;net461;$(NetFrameworkCurrent) true true - - - $(DefineConstants);BUILDING_INBOX_LIBRARY - $(NoWarn);nullable enable + + + + + $(DefineConstants);BUILDING_INBOX_LIBRARY + $(NoWarn);nullable + 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 fc7bc4d..e4c29c00 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,9 +1,11 @@  $(NetCoreAppCurrent);$(NetFrameworkCurrent) - $(DefineConstants);BUILDING_INBOX_LIBRARY 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 ebfcb7b..238fbde 100644 --- a/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/ref/System.Threading.AccessControl.csproj @@ -1,9 +1,12 @@ - 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 baa9888..0877408 100644 --- a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj @@ -1,11 +1,14 @@ - SR.PlatformNotSupported_AccessControl - true netstandard2.0-Windows_NT;net461-Windows_NT;netstandard2.0;$(NetFrameworkCurrent)-Windows_NT true true + + + SR.PlatformNotSupported_AccessControl + true + diff --git a/src/libraries/restore/binplacePackages/binplacePackages.depproj b/src/libraries/restore/binplacePackages/binplacePackages.depproj index d97b5b5..837322c 100644 --- a/src/libraries/restore/binplacePackages/binplacePackages.depproj +++ b/src/libraries/restore/binplacePackages/binplacePackages.depproj @@ -2,9 +2,9 @@ true true - $(TargetFramework.SubString(11)) + $(TargetFramework.SubString(11)) Reference - true + true 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 ec59cfba..f6a4882 100644 --- a/src/libraries/restore/netfx/netfx.depproj +++ b/src/libraries/restore/netfx/netfx.depproj @@ -43,7 +43,7 @@ v$(_ShortFrameworkVersion[0]).$(_ShortFrameworkVersion[1]).$(_ShortFrameworkVersion[2]) - + Microsoft.TargetingPack.NETFramework.$(TargetFrameworkVersion) diff --git a/src/libraries/restore/netstandard/external.netstandard.depproj b/src/libraries/restore/netstandard/external.netstandard.depproj index 6ecf6cb..1d80925 100644 --- a/src/libraries/restore/netstandard/external.netstandard.depproj +++ b/src/libraries/restore/netstandard/external.netstandard.depproj @@ -1,6 +1,6 @@  - $(TargetFramework.SubString(11)) + $(TargetFramework.SubString(11)) true true true diff --git a/src/libraries/targetframework.props b/src/libraries/targetframework.props index 4028949..dee1843 100644 --- a/src/libraries/targetframework.props +++ b/src/libraries/targetframework.props @@ -74,13 +74,7 @@ - - - true - true - true - - + $(BaseIntermediateOutputPath)$(TargetFramework)-$(TargetFrameworkSuffix)-$(Configuration)\ $(BaseIntermediateOutputPath)$(TargetFramework)-$(Configuration)\ -- 2.7.4