anagram4wander / VirtualizingObservableCollection

.NET PCL With Virtualizing Observable Collection
http://alphachitech.wordpress.com/2015/01/31/virtualizing-observable-collection/
56 stars 28 forks source link

Win10 UAP Support #11

Open waryhermit opened 8 years ago

waryhermit commented 8 years ago

The current Nuget package cannot be installed in a Universal Windows App in Visual Studio 2015. If you attempt to install the package you get many errors such as the following:

VirtualizingObservableCollection 1.2.0 is not compatible with UAP,Version=v10.0.

Since the project overview states:

Works in any .NET project because it’s implemented in a Portable Code Library (PCL).

I would assume that you are interested in updating this project to work in Universal Apps at some point.