From 41e6c0b571a8f39b88f89446c53b87972f1c3d5a Mon Sep 17 00:00:00 2001 From: Xiao Zhang <85274586+ciaozhang@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:42:18 -0800 Subject: [PATCH 1/2] Update common.props Suppress warning: ##[warning]C:\Users\ContainerAdministrator\.nuget\packages\microsoft.bcl.memory\9.0.0\buildTransitive\netcoreapp2.0\Microsoft.Bcl.Memory.targets(4,5): Warning : Microsoft.Bcl.Memory 9.0.0 doesn't support net6.0 and has not been tested with it. Consider upgrading your TargetFramework to net8.0 or later. You may also set true in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk. https://identitydivision.visualstudio.com/IDDP/_build/results?buildId=1410786&view=logs&j=15dfcb1a-0989-5cf6-3160-3e181e44de87&t=32ee994e-3d32-5011-f0cb-438d28090217 --- build/common.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/common.props b/build/common.props index dba360cd09..25b8c7464c 100644 --- a/build/common.props +++ b/build/common.props @@ -29,6 +29,8 @@ $(NetStandardVersion) 13 true + + true From f3603e6f1a031034772d0b553020832e1282ce2d Mon Sep 17 00:00:00 2001 From: Xiao Zhang <85274586+ciaozhang@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:58:39 -0800 Subject: [PATCH 2/2] Add net6.0 specific property group --- build/common.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/common.props b/build/common.props index 25b8c7464c..41c636cc18 100644 --- a/build/common.props +++ b/build/common.props @@ -29,11 +29,13 @@ $(NetStandardVersion) 13 true + + + true - false 8.0.0