You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Xamarin.Android.Build.Tasks] improve net6.0 "out of support" message (#8307)
Context: #8047 (comment)
The current error message:
Microsoft.NET.EolTargetFrameworks.targets(35,5): error NETSDK1202:
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
Doesn't say the problem is .NET 6, it sounds like all versions of the
`android` workload are out of support.
To align with the xamarin-macios team, let's change it to be:
The workload 'net6.0-android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
0 commit comments