Files
PocketSharp/PocketSharp.Examples/PocketSharp.UWP/project.json
T

18 lines
363 B
JSON
Raw Normal View History

{
"dependencies": {
2018-04-05 15:58:02 +02:00
"Microsoft.NETCore.UniversalWindowsPlatform": "6.0.8",
"Newtonsoft.Json": "11.0.2",
"PropertyChanged.Fody": "2.4.0"
},
"frameworks": {
2018-04-05 15:58:02 +02:00
"uap10.0.15063": {}
},
"runtimes": {
"win10-arm": {},
"win10-arm-aot": {},
"win10-x86": {},
"win10-x86-aot": {},
"win10-x64": {},
"win10-x64-aot": {}
}
}