BenchmarkDotNet.Weaver.targets to support mobile platforms (#2931)
* [msbuild] refactor BenchmarkDotNet.Weaver.targets to support mobile platforms
Context: https://github.com/dotnet/BenchmarkDotNet/pull/2929
Context: https://github.com/dotnet/android/blob/4aa9af89102af2e745a8507992187d3c5993d638/Documentation/guides/MSBuildBestPractices.md
In initially testing BenchmarkDotNet with .NET MAUI, I found that the
weaver was not being executed because the `Publ...
#2