2015-12-05 17:30:18 +01:00
|
|
|
{
|
|
|
|
|
"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"
|
2015-12-05 17:30:18 +01:00
|
|
|
},
|
|
|
|
|
"frameworks": {
|
2018-04-05 15:58:02 +02:00
|
|
|
"uap10.0.15063": {}
|
2015-12-05 17:30:18 +01:00
|
|
|
},
|
|
|
|
|
"runtimes": {
|
|
|
|
|
"win10-arm": {},
|
|
|
|
|
"win10-arm-aot": {},
|
|
|
|
|
"win10-x86": {},
|
|
|
|
|
"win10-x86-aot": {},
|
|
|
|
|
"win10-x64": {},
|
|
|
|
|
"win10-x64-aot": {}
|
|
|
|
|
}
|
|
|
|
|
}
|