Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Remove classic components from .NET packages (#8464)
Context: 8ad7f52 Context: e0b4725 Context: fb637e0 Changes: xamarin/monodroid@47bdaaa...4d3ede8 * xamarin/monodroid@4d3ede83f: [build] Add ICSharpCode.SharpZipLib.dll to dependencies (xamarin/monodroid#1384) * xamarin/monodroid@461dc5a51: Bump external/android-sdk-installer from `f3906e6` to `4b2541e` (xamarin/monodroid#1383) * xamarin/monodroid@e6c1728ce: Bump external/android-sdk-installer from `3880589` to `f3906e6` (xamarin/monodroid#1381) * xamarin/monodroid@88c538ecc: Bump external/xamarin-android from `2b0761b` to `afd1274` (xamarin/monodroid#1380) We had already excluded most of the Classic Xamarin.Android-specific and mono bundle components from our .NET `.nupkg` files, but we were still redistributing a few files that should no longer be needed: * `Mono.Profiler.Log.dll`: dependency of `aprofutil.exe`, removed from the .NET install in 8ad7f52. * `Mono.CompilerServices.SymbolWriter.dll`: dependency of `pdb2mdb.exe`, removed from the .NET install in e0b4725. * `monodoc.dll`: dependency of `mdoc.exe`, removed from the .NET install in fb637e0.
- Loading branch information