I am trying to create an instance of StorageFile in my class library...
var localFolder = ApplicationData.Current.LocalFolder; StorageFile destinationFile =
What worked for me is to "manually" add the TargetPlatformVersion
8.0
and in Item group add the following
Then the project should compile normaly.