Skip to content

Commit

Permalink
[tests][msbuild] Seems like we need to copy System.Reflection.Metadat…
Browse files Browse the repository at this point in the history
…a.dll locally, since the MSBuild dlls need it.
  • Loading branch information
rolfbjarne committed Jul 31, 2018
1 parent acad87b commit 42645d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Reflection.Metadata" HintPath="$(MSBuildBinPath)\System.Reflection.Metadata.dll" />
<Reference Include="Microsoft.Build.Framework" HintPath="$(MSBuildBinPath)\Microsoft.Build.Framework.dll" />
<Reference Include="Microsoft.Build" HintPath="$(MSBuildBinPath)\Microsoft.Build.dll" />
<Reference Include="Microsoft.Build.Utilities.Core" HintPath="$(MSBuildBinPath)\Microsoft.Build.Utilities.Core.dll" />
Expand Down

0 comments on commit 42645d5

Please sign in to comment.