EVOLUTION-MANAGER
Edit File: Microsoft.Portable.Common.targets
<!-- *********************************************************************************************** Microsoft.Portable.Common.targets Contains common properties that are shared by all v5.0 Portable Library projects. WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have created a backup copy. Incorrect changes to this file will make it impossible to load or build your projects from the command-line or the IDE. *********************************************************************************************** --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <PortableNuGetMode>true</PortableNuGetMode> <NoStdLib>true</NoStdLib> <!--The build requires this list of TFMs to determine what part of the lockfile to use. When it's updated in the future to no longer require it, this list can be removed. --> <NuGetTargetMoniker>.NETPlatform,Version=v5.0;.NETStandard,Version=v1.0;.NETStandard,Version=v1.1;.NETStandard,Version=v1.2;.NETStandard,Version=v1.3;.NETStandard,Version=v1.4;.NETStandard,Version=v1.5;.NETStandard,Version=v1.6</NuGetTargetMoniker> </PropertyGroup> <Import Project="..\Microsoft.Portable.Core.props" /> </Project>