rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 337 forks source link

Cannot install on WPF target #692

Open theescapers opened 3 years ago

theescapers commented 3 years ago

🐛 Bug Report

On installing the nuget.

Failed to add reference to 'Rg.Plugins.Popup'. The project targets '.NETFramework' while the file reference targets '.NETCore'. This is not a supported scenario.

All my other targets work great.

Expected behavior

Installs for WPF.

Reproduction steps

Xamarin Forms app, WPF target, install nuget to that platform.

Configuration

Version: 2.0.0.12

Platform:

LuckyDucko commented 3 years ago

Hey @theescapers Could you try manually adding a reference to the net5-0 branch mentioned in #654?

If you need a reference for how to add reference of the project, see here

(make sure to use his branch through this link . I'm going to have a look at it myself tonight if I get time)