Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MacRunner] Add availability attribute to avoid a compiler warning. (#…
…107) * [MacRunner] Add availability attribute to avoid a compiler warning. Fixes this warning: xamarin-macios/tests/common/mac/MacMain.cs(24,26): warning CA1416: This call site is reachable on: 'macOS/OSX' 10.11 and later. 'MacRunner.MainAsync(IList<string>, bool, Action<int>, params Assembly[])' is only supported on: 'macOS/OSX' 12.0 and later. * Augment attributes.
- Loading branch information