summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2019-06-20 14:08:55 -0700
committerJan Vorlicek <janvorli@microsoft.com>2019-06-20 23:08:55 +0200
commit6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e (patch)
tree5a7abae1508a7b0aaf70926c1618c8d4e682a9f5 /src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props
parentec2a74e7649f1c0ecff32ce86724bf3ca80bfd46 (diff)
downloadcoreclr-6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e.tar.gz
coreclr-6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e.tar.bz2
coreclr-6b9a3d3a87825b1a34bd8f114c9b181ce75b3b2e.zip
Remove SOS and lldb plugin (#25220)
* Remove SOS and lldb plugin Issue: https://github.com/dotnet/coreclr/issues/24092
Diffstat (limited to 'src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props')
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props7
1 files changed, 3 insertions, 4 deletions
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 @@
<NativeBinary Include="$(BinDir)libdbgshim.so" />
<NativeBinary Include="$(BinDir)libmscordaccore.so" />
<NativeBinary Include="$(BinDir)libmscordbi.so" />
- <NativeBinary Include="$(BinDir)libsos.so" />
- <NativeBinary Condition="'$(_PlatformDoesNotSupportSosPlugin)' != 'true'" Include="$(BinDir)libsosplugin.so" />
<NativeBinary Include="$(BinDir)System.Globalization.Native.so" />
- <NativeBinary Include="$(BinDir)sosdocsunix.txt" />
+ <File Include="$(BinDir)SOS_README.md">
+ <TargetPath>runtimes\$(PackageTargetRuntime)\native</TargetPath>
+ </File>
<CrossGenBinary Include="$(BinDir)System.Private.CoreLib.dll" />
- <ArchitectureSpecificLibFile Include="$(BinDir)SOS.NETCore.dll" />
<ArchitectureSpecificToolFile Include="$(BinDir)crossgen" />
<CrossArchitectureSpecificToolFile Condition="'$(HasCrossTargetComponents)' == 'true'" Include="$(BinDir)$(CrossTargetComponentFolder)\crossgen" />
</ItemGroup>