From 3acac73e525b1a11463c879031363f0979849d3a Mon Sep 17 00:00:00 2001 From: SingleAccretion Date: Thu, 13 Jun 2024 00:02:14 +0300 Subject: [PATCH] Work around static graph restore issues in a better way Static graph restore breaks with SetTargetFramework (https://github.com/NuGet/Home/issues/11680). Live ILLink targets (illink.targets) uses SetTargetFramework and so breaks restore of BuildInteration.proj. The previous workaround was not fully functional because it broke './build nativeaot.build'. --- src/coreclr/nativeaot/BuildIntegration/BuildIntegration.proj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/BuildIntegration.proj b/src/coreclr/nativeaot/BuildIntegration/BuildIntegration.proj index 00daae592195..72036478d1d5 100644 --- a/src/coreclr/nativeaot/BuildIntegration/BuildIntegration.proj +++ b/src/coreclr/nativeaot/BuildIntegration/BuildIntegration.proj @@ -1,6 +1,7 @@ + - false + false