From babddbfc1efdd49e90847b2de92124a46d792ff6 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 29 Apr 2020 12:24:09 -0300 Subject: [PATCH] Remove the LaunchProfiles capability for the CPS integration Implements https://work.azdo.io/1112733 as a workaround for the conflicts between the built-in launchsettings.json-based .NET Core debugger and our Mono debugger. --- msbuild/dotnet/targets/Xamarin.Shared.Sdk.targets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/msbuild/dotnet/targets/Xamarin.Shared.Sdk.targets b/msbuild/dotnet/targets/Xamarin.Shared.Sdk.targets index a51075edd502..9e97e8aefd32 100644 --- a/msbuild/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/msbuild/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -28,6 +28,10 @@ + + // See https://work.azdo.io/1112733 + +