NuGet package from PCL
问题 I have a PCL library I want to distribute as NuGet package. Screenshot of the PCL application library properties page: csproj file: <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <TargetFrameworkProfile>Profile111</TargetFrameworkProfile> <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> Steps to reproduce my problem: Clone both repos from: NuGet package Console application + PCL library Build the NugetPackage project +