Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project.json « NextcloudApp - github.com/nextcloud/windows-universal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24e7d099eaa4ee00131697080246a899dca59346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "dependencies": {
    "Microsoft.Bcl.Build": "1.0.21",
    "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
    "Microsoft.Toolkit.Uwp.Notifications": "1.3.1",
    "Newtonsoft.Json": "9.0.1",
    "Prism.Unity": "6.2.0",
    "QueryString.NET": "1.0.0",
    "SQLite.Net-PCL": "3.1.1"
  },
  "frameworks": {
    "uap10.0": {}
  },
  "runtimes": {
    "win10-arm": {},
    "win10-arm-aot": {},
    "win10-x86": {},
    "win10-x86-aot": {},
    "win10-x64": {},
    "win10-x64-aot": {}
  }
}