i have a app in windows 8.1 universal app working fine.
in upgrade to windows 10, i have a error:
Assenbly 'Newtonsoft.json' invokes 'Attribute.GetCustomAtributtes(Assembly)' which is not in the windows store profile.
and
Assenbly 'Newtonsoft.json' invokes 'Attribute.GetCustomAtributtes(MemberInfo, bool)' which is not in the windows store profile.
and
Assenbly 'Newtonsoft.json' invokes 'Attribute.GetCustomAtributtes(ParameterInfo, bool)' which is not in the windows store profile.
json.net is not compatible with windows 10?