From fc309fc879e59f9f7f235127beb9aca39cbcfe69 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Wed, 22 Jul 2020 09:28:20 -0700 Subject: [PATCH] Fix InteractiveHost32 build --- src/Interactive/HostTest/InteractiveHost.UnitTests.csproj | 5 ++++- src/VisualStudio/Setup/Roslyn.VisualStudio.Setup.csproj | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/Interactive/HostTest/InteractiveHost.UnitTests.csproj b/src/Interactive/HostTest/InteractiveHost.UnitTests.csproj index 16f16cdeda5..ff3dcc01cf3 100644 --- a/src/Interactive/HostTest/InteractiveHost.UnitTests.csproj +++ b/src/Interactive/HostTest/InteractiveHost.UnitTests.csproj @@ -24,10 +24,13 @@ - TargetFramework=net472 InteractiveHostFiles_Desktop32 diff --git a/src/VisualStudio/Setup/Roslyn.VisualStudio.Setup.csproj b/src/VisualStudio/Setup/Roslyn.VisualStudio.Setup.csproj index 8150f3dad13..ff33f3d4841 100644 --- a/src/VisualStudio/Setup/Roslyn.VisualStudio.Setup.csproj +++ b/src/VisualStudio/Setup/Roslyn.VisualStudio.Setup.csproj @@ -295,8 +295,11 @@ InteractiveHost.Desktop32 - TargetFramework=net472 - true + false false -- GitLab