From 6db9f739f5f065aea44faac62a86f3352979708c Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 5 Mar 2025 12:33:19 +0100 Subject: [PATCH] Use live built targeting packs and remove SBRP self dependency - Use the live built targeting packs by using the same hook that we use in runtime and various others repos. For netstandard2.0, manually import the build targets file that brings the references in. - Remove the SBRP self dependency --- eng/Version.Details.xml | 6 ---- src/referencePackages/Directory.Build.targets | 29 +++++++++++++++---- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d6564d6c4..a4c4559c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,12 +8,6 @@ - - https://github.com/dotnet/source-build-reference-packages - 412f115947777b9babf97716a20b056d0d77b1b9 - - - https://github.com/dotnet/arcade 6d4b01bce3a29c172faff5abc0bfe2ae3d1fef3d diff --git a/src/referencePackages/Directory.Build.targets b/src/referencePackages/Directory.Build.targets index 0a0e4cea6..13c6b65a3 100644 --- a/src/referencePackages/Directory.Build.targets +++ b/src/referencePackages/Directory.Build.targets @@ -2,7 +2,22 @@ + + + $(ArtifactsBinDir)NETStandard.Library.2.0.3\pack\ + true + + + + false + false + + + true + $(MSBuildProjectDirectory)\$(CustomizationsPropsFile) $(MSBuildProjectDirectory)\$(CustomizationsSourceFile) @@ -26,11 +41,6 @@ Keep in sync with available targeting packs under src/targetPacks/ILsrc. --> - - true - - - 3.0.0 @@ -95,4 +105,13 @@ '$(TargetFileName)'))" /> + + + + + + + +