[Xamarin.MonoAndroid]: The "FilterAssemblies" task was not given a value for the required parameter "DesignTimeBuild" (original) (raw)
After updating to VS 16.2.0 (Windows), my release build fails with the following message:
MSB4044: The "FilterAssemblies" task was not given a value for the required parameter "DesignTimeBuild"
The .csproj is configured like this:
<TargetFrameworks>netstandard2.0;MonoAndroid81;Xamarin.iOS10;uap10.0.16299</TargetFrameworks>
My global.json:
{
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "2.0.31"
}
}