getsentry / sentry-xamarin

Sentry for Xamarin Native and Xamarin.Forms
https://docs.sentry.io/platforms/dotnet/guides/xamarin/
44 stars 11 forks source link

Fix break change with new MacOS image #94

Closed lucas-zimerman closed 2 years ago

lucas-zimerman commented 2 years ago

NuGet Restore now throws an error on macOS when trying to restore a UWP project, the previous behavior was UWP projects were ignored on macOS. MSBuild will do the same operation but ignore the UWP platform on macOS.

skip-changelog.