Closed
Description
Android framework version
net10.0-android (Preview)
Affected platform version
.NET 10
Description
$(_AndroidAllowDeltaInstall)
is a private MSBuild property that supported the Android "Apply Changes" feature in Visual Studio.
This feature has been removed from IDEs, we should remove from our code:
- start with DevDiv/android-platform-support repo
- remove feed:
<add key="xamarin.android util" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />
<PackageReference Include="Xamarin.Android.Deploy.Installer"/>
Xamarin.Android.Deploy.Installer.dll
- Tests that set
$(_AndroidAllowDeltaInstall)
Steps to Reproduce
n/a
Did you find any workaround?
No response