davidortinau / Xappy

A mobile app to track Xamarin news and explore all the goodness that is .NET for Mobile developers
MIT License
350 stars 106 forks source link

Build Issue Can not resolve reference System.ServiceModel.Syndication #50

Open ValonK opened 4 years ago

ValonK commented 4 years ago

When trying to Build the Solution the following Error happens.

Can not resolve reference: System.ServiceModel.Syndication, referenced by Xappy. 
Please add a NuGet package or assembly reference for System.ServiceModel.Syndication, 
or remove the reference to Xappy.Android        

Adding System.ServiceModel.Syndication to the Android solution doesn't solve the issue. System.ServiceModel.Syndication is needed in BlogDataProvider.cs for SyndicationFeed.Load().