From 5a7a0a9177e7402695217f578a39dc80c81f1abc Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 14 Jan 2019 08:52:08 -0600 Subject: [PATCH] [xabuild] remove SRM reference This appears to fix the build on macOS, we had this workaround from a mono bump in the past. Since xabuild has its own version of System.Reflection.Metadata that was already loaded, we weren't loading the one we are using in XA's MSBuild tasks. Things appear to work without the reference now. --- tools/xabuild/xabuild.csproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/xabuild/xabuild.csproj b/tools/xabuild/xabuild.csproj index aa79764c132..7c28f713c4d 100644 --- a/tools/xabuild/xabuild.csproj +++ b/tools/xabuild/xabuild.csproj @@ -37,9 +37,6 @@ $(MSBuildReferencePath)\MSBuild.$(_MSBuildExtension) - - $(MSBuildReferencePath)\System.Reflection.Metadata.dll -