From 6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e Mon Sep 17 00:00:00 2001 From: Mike McLaughlin Date: Thu, 20 Jun 2019 14:08:55 -0700 Subject: Remove SOS and lldb plugin (#25220) * Remove SOS and lldb plugin Issue: https://github.com/dotnet/coreclr/issues/24092 --- .../runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props | 7 +++---- .../runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props | 8 +++----- .../runtime.OSX.Microsoft.NETCore.Runtime.CoreCLR.props | 6 +++--- ...untime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props | 12 +++++------- 4 files changed, 14 insertions(+), 19 deletions(-) (limited to 'src/.nuget') diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props index fcf0d78a0b..3219da6648 100644 --- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props +++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props @@ -6,12 +6,11 @@ - - - + + runtimes\$(PackageTargetRuntime)\native + - diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props index d74974ddd7..a046f0ba18 100644 --- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props +++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props @@ -5,7 +5,6 @@ <_PlatformDoesNotSupportCreatedump Condition="'$(_runtimeOSFamily)' == 'tizen'">true <_PlatformDoesNotSupportEventTrace Condition="'$(_runtimeOSFamily)' == 'tizen'">true <_PlatformDoesNotSupportEventTrace Condition="'$(Platform)' == 'x86'">true - <_PlatformDoesNotSupportSosPlugin Condition="'$(_runtimeOSFamily)' == 'android'">true @@ -13,13 +12,12 @@ - - - + + runtimes\$(PackageTargetRuntime)\native + - diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.OSX.Microsoft.NETCore.Runtime.CoreCLR.props b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.OSX.Microsoft.NETCore.Runtime.CoreCLR.props index 9a641975ff..7fa9c74bf2 100644 --- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.OSX.Microsoft.NETCore.Runtime.CoreCLR.props +++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.OSX.Microsoft.NETCore.Runtime.CoreCLR.props @@ -5,11 +5,11 @@ - + + runtimes\$(PackageTargetRuntime)\native + - - diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props index 58912b85de..3e006903d4 100644 --- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props +++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props @@ -18,15 +18,15 @@ - + + runtimes\$(PackageTargetRuntime)\native + - - @@ -37,12 +37,10 @@ - + runtimes\$(PackageTargetRuntime)\native\%(FileName)$(LongNameSuffix)%(Extension) - tools\$(CrossTargetComponentFolder)_$(Platform)\%(FileName)$(CrossTargetLongNameSuffix)%(Extension) -- cgit v1.2.3