jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

Migrating from Packages.config to Project references compability issue? #133

Closed EmilAlipiev closed 6 years ago

EmilAlipiev commented 6 years ago

I want to migrate my android project using project references but when I right click on the packages.config file and say migrate, it shows warning for settings and currentactivity plugin? do you know what issue might I experience if I migrate it? should I ignore this message?

image

jamesmontemagno commented 6 years ago

yeah, that is fine, it will remove your settings.cs and mainapplication.cs so maybe copy those first :)