Skip to content

Commit

Permalink
[xabuild] remove SRM reference
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonathanpeppers committed Jan 14, 2019
1 parent a3e46fd commit 5a7a0a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/xabuild/xabuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
<Reference Include="MSBuild">
<HintPath>$(MSBuildReferencePath)\MSBuild.$(_MSBuildExtension)</HintPath>
</Reference>
<Reference Include="System.Reflection.Metadata" Condition=" '$(OS)' != 'Windows_NT' ">
<HintPath>$(MSBuildReferencePath)\System.Reflection.Metadata.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
Expand Down

0 comments on commit 5a7a0a9

Please sign in to comment.