### Steps to Reproduce 1. Build an application with `net6.0-android` in a visual studio instance 2. Build an application with `monoandroid11.01 in another visual studio instance <!-- If you have a repro project, you may drag & drop the .zip/etc. onto the issue editor to attach it. --> ### Expected Behavior No build error. ### Actual Behavior The build randomly fails with: ``` error MSB4044: The "Aapt2Link" task was not given a value for the required parameter "ApplicationName" ``` ### Version Information .NET 6 preview 2 ### Log File <!-- 1. Within Visual Studio: a. Click **Tools** > **SDK Command Prompt** on macOS or **Tools** > **Android** > **Android Adb Command Prompt** on Windows b. On macOS, in the launched `Terminal.app` window, run: adb logcat -d | pbcopy On Windows, in the launched `cmd.exe` window, run: adb logcat -d | clip 2. Paste below this comment block --> <!-- Switch to the "Preview" tab to ensure your issue renders correctly. -->