Fix incorrect metadata on SOS.NETCore.dll (dotnet/coreclr#11395)
authorMike McLaughlin <mikem@microsoft.com>
Thu, 4 May 2017 22:19:57 +0000 (15:19 -0700)
committerGitHub <noreply@github.com>
Thu, 4 May 2017 22:19:57 +0000 (15:19 -0700)
Issue dotnet/coreclr#11381

Commit migrated from https://github.com/dotnet/coreclr/commit/78b34158ef2048e3559a8ca782be609b94d98ed4

src/coreclr/src/ToolBox/SOS/NETCore/SOS.NETCore.csproj

index 440cff5..8aab60c 100644 (file)
   </PropertyGroup>
 
   <ItemGroup>
+    <AssemblyInfoLines Include="[assembly: AssemblyMetadata(&quot;.NETFrameworkAssembly&quot;, &quot;&quot;)]" />
+  </ItemGroup>
+
+  <ItemGroup>
     <Compile Include="SymbolReader.cs" />
   </ItemGroup>