我有一個xamarin形式PCL解決方案,現在我想添加xamarin形式pcl類庫,但我無法將這些庫添加爲我參考原始PCL項目看到。它給了我下面的錯誤:更改xamarin形式pcl目標
Unable to add reference to project. The targets of Portable Library project are not the same or compatible with the targets of the current Portable Library project.
我試圖改變對PCL項目的目標,以便它們匹配起來,但我不能這樣做在Visual Studio 2017年
下面是目標爲原來的PCL項目。
以下是我想在原始PCL項目中引用的項目的目標。
誰能請幫助或如何做到這一點建議嗎?
從解決方案瀏覽器 - >右鍵點擊PCL項目 - >卸載項目 - >右鍵單擊項目 - >編輯xxx.csproj 並更改目標 Profile111 TargetFrameworkProfile>。保存您的更改,然後重新加載項目。 –
user2297037
感謝user2297037爲我工作。讓我們希望其他一切都能夠輕鬆運作。你可以添加你的答案,以便我可以將其標記爲解決方案嗎? – RudolphKalp