From 37c8fdb103be7afc3c044a5cd6f3c2de08331701 Mon Sep 17 00:00:00 2001 From: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:48:23 +0200 Subject: [PATCH] Remove DesignTimeBuild restriction (#10732) * remove DesignTime restriction * add msbuildruntimetype condition --- src/Tasks/Microsoft.CSharp.CurrentVersion.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tasks/Microsoft.CSharp.CurrentVersion.targets b/src/Tasks/Microsoft.CSharp.CurrentVersion.targets index 67b7264b0b2..60045885791 100644 --- a/src/Tasks/Microsoft.CSharp.CurrentVersion.targets +++ b/src/Tasks/Microsoft.CSharp.CurrentVersion.targets @@ -384,7 +384,7 @@ using System.Reflection%3b <_ExplicitReference Include="$(FrameworkPathOverride)\mscorlib.dll" /> - +