summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2017-05-04 15:19:57 -0700
committerGitHub <noreply@github.com>2017-05-04 15:19:57 -0700
commit78b34158ef2048e3559a8ca782be609b94d98ed4 (patch)
treef971abe1ec0c3d44f3753f6bde3e964e3f859d54 /src/ToolBox
parent2928ea3a1c0cfbcb6945f1c4146b6fbee117d942 (diff)
downloadcoreclr-78b34158ef2048e3559a8ca782be609b94d98ed4.tar.gz
coreclr-78b34158ef2048e3559a8ca782be609b94d98ed4.tar.bz2
coreclr-78b34158ef2048e3559a8ca782be609b94d98ed4.zip
Fix incorrect metadata on SOS.NETCore.dll (#11395)
Issue #11381
Diffstat (limited to 'src/ToolBox')
-rw-r--r--src/ToolBox/SOS/NETCore/SOS.NETCore.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ToolBox/SOS/NETCore/SOS.NETCore.csproj b/src/ToolBox/SOS/NETCore/SOS.NETCore.csproj
index 440cff5d82..8aab60cd35 100644
--- a/src/ToolBox/SOS/NETCore/SOS.NETCore.csproj
+++ b/src/ToolBox/SOS/NETCore/SOS.NETCore.csproj
@@ -36,6 +36,10 @@
</PropertyGroup>
<ItemGroup>
+ <AssemblyInfoLines Include="[assembly: AssemblyMetadata(&quot;.NETFrameworkAssembly&quot;, &quot;&quot;)]" />
+ </ItemGroup>
+
+ <ItemGroup>
<Compile Include="SymbolReader.cs" />
</ItemGroup>