Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for Xamarin.Android 9.4
When building a .nuproj project that referenced a Xamarin.Android project _GetReferencedPackageContents would fail when Xamarin.Android 9.4 was installed with the error: The "FilterAssemblies" task was not given a value for the required parameter "DesignTimeBuild". To workaround this the DesignTimeBuild property is set to false when GetPackageContents is called for each project.
- Loading branch information