.NET 7.0 iOS and Android Workloads NETSDK1202

I’m creating a new mobile app using .NET.

I originally installed the iOS and Android workloads using .NET 6 but I saw the NETSDK1202 warning about these workloads being unsupported now in .NET 6. To solve this I updated the target framework to be net7.0-ios and net7.0-android.

However I am still seeing the NETSDK1202 warning when building the app using .NET 7. Im not sure why this is as although the projects were originally created using the .NET 6 workloads they should now be built using .NET 7?

Leave a Comment