Change namespace of embedded Cecil in ILStrip task (#58763)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 8 Sep 2021 07:32:11 +0000 (09:32 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 07:32:11 +0000 (09:32 +0200)
commita77b3910e11cd1000f9efb0e1f3e4ea5cca85266
treef4c90a4c5647419f9f6bb206780789bb6da81818
parent01c4028969fafb927762477d6991c483f3b3cc5c
Change namespace of embedded Cecil in ILStrip task (#58763)

We hit a case where the ILStrip task assembly is IL-merged with a few other task assemblies on the Xamarin side which causes a clash because of trying to merge different Mono.Cecil versions.
Rename the Mono.Cecil used here to avoid that clash. Brings in https://github.com/dotnet/runtime-assets/pull/169
eng/Version.Details.xml
eng/Versions.props
src/tasks/ILStripTask/ILStrip.cs