From 67490fa4048a35aa4ec8fdb7c6352e62da0c057f Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Mon, 6 Dec 2021 19:41:23 -0600 Subject: [PATCH 1/3] Port changes from 6.0 for future servicing releases into main --- eng/packaging.targets | 22 ++++++++++++++----- .../Directory.Build.props | 3 +++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/eng/packaging.targets b/eng/packaging.targets index 7f9707ab8d81..b25b0948d366 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -27,14 +27,20 @@ true - + + + 0 + - $(MajorVersion).$(MinorVersion).$(ServicingVersion) + $(MajorVersion).$(MinorVersion).$(ServicingVersion) + $(Version)-$(VersionSuffix) <_IsWindowsDesktopApp Condition="$(WindowsDesktopCoreAppLibrary.Contains('$(AssemblyName);'))">true <_IsAspNetCoreApp Condition="$(AspNetCoreAppLibrary.Contains('$(AssemblyName);'))">true - <_AssemblyInTargetingPack Condition="'$(IsNETCoreAppSrc)' == 'true' or '$(_IsAspNetCoreApp)' == 'true' or '$(_IsWindowsDesktopApp)' == 'true'">true + <_AssemblyInTargetingPack Condition="('$(IsNETCoreAppSrc)' == 'true' or '$(_IsAspNetCoreApp)' == 'true' or '$(_IsWindowsDesktopApp)' == 'true') and '$(TargetFrameworkIdentifier)' != '.NETFramework'">true - $(MajorVersion).$(MinorVersion).0.$(ServicingVersion) + $(MajorVersion).$(MinorVersion).0.$(ServicingVersion) @@ -246,9 +252,15 @@ + + + + diff --git a/src/libraries/System.DirectoryServices/Directory.Build.props b/src/libraries/System.DirectoryServices/Directory.Build.props index bfa544ca6f64..0740890146a7 100644 --- a/src/libraries/System.DirectoryServices/Directory.Build.props +++ b/src/libraries/System.DirectoryServices/Directory.Build.props @@ -5,6 +5,9 @@ plan on shipping a new desktop version out of band. Instead add API to a different assembly. --> 4.0.0.0 + + true Microsoft windows From f177f08c12f3df135adb3f505f526bd5574c181d Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Tue, 7 Dec 2021 12:21:24 -0600 Subject: [PATCH 2/3] Include another change needed for servicing --- eng/packaging.targets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/packaging.targets b/eng/packaging.targets index b25b0948d366..ea48ee49853f 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -22,6 +22,10 @@ '$(IsRIDSpecificProject)' == 'true') and '$(PreReleaseVersionLabel)' != 'servicing' and '$(GitHubRepositoryName)' != 'runtimelab'">true + false $(XmlDocFileRoot)1033\$(AssemblyName).xml true From 35f6002b47d2d1718154172377f99051bf58fe9a Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Tue, 7 Dec 2021 22:21:41 -0600 Subject: [PATCH 3/3] PR Feedback --- eng/packaging.targets | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eng/packaging.targets b/eng/packaging.targets index ea48ee49853f..6d2bbce10da3 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -22,10 +22,7 @@ '$(IsRIDSpecificProject)' == 'true') and '$(PreReleaseVersionLabel)' != 'servicing' and '$(GitHubRepositoryName)' != 'runtimelab'">true - false + false $(XmlDocFileRoot)1033\$(AssemblyName).xml true