Search code examples
windows-phone-8compatibilitywindows-8.1class-library

portability of windows 8 phone library to wp 8.1


I have a windows phone class library built using the WP8...Is it possible to upgrade this library to support WP 8.1? If yes how can it be done using visual studio 2013?


Solution

  • I would strongly suggest to create a new Portable Class Library instead of a Class Library. Theese PCLs can then be used in Windows Phone 8.1 and Windows 8.1 Projects.

    If the Library worked on Windows Phone 8, you should be able to simply copy over the code from the Class Library to the PCL.