The target "GetBuiltProjectOutputRecursive" does not exist in the project when referencing the netstandard library

I have a Xamarin Android project and am trying to add a link to my own netstandard1.4 class library. When I add the link, my Android app will no longer be created. I get error MSB4057: The target "GetBuiltProjectOutputRecursive" does not exist in the project.

If I remove the link, my android project builds fine.

The class library is a completely new library that I just created. It does not yet contain any valid code.

I am using Visual Studio 2017.

UPDATE: if I add a link to my dll using the Browse function, it works. I get an error when I add a link to a project in my solution.

+7
xamarin xamarin.android .net-standard
source share
1 answer

This seems to be fixed in 15.4

0
source share

All Articles