From d2e7b8cb2070b777dd8e7a8d83321b745176134b Mon Sep 17 00:00:00 2001
From: Xiao Zhang <85274586+ciaozhang@users.noreply.github.com>
Date: Tue, 7 Jan 2025 13:52:56 -0800
Subject: [PATCH] Update common.props (#3078)
* 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
* Add net6.0 specific property group
---
build/common.props | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/build/common.props b/build/common.props
index dba360cd09..41c636cc18 100644
--- a/build/common.props
+++ b/build/common.props
@@ -31,6 +31,10 @@
true
+
+
+ true
+
false