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

project.json « uap « packaging « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ed3477bd530ed030a92e2b25d9c0a42abbe041a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "frameworks": {
    "uap10.1": {
      "dependencies": {
        "System.Reflection.Primitives": "4.4.0-beta-24906-01",
        "System.Runtime.InteropServices": "4.4.0-beta-24906-01",
        "System.Threading.Tasks": "4.4.0-beta-24906-01",
        "System.Collections": "4.4.0-beta-24906-01",
        "System.Diagnostics.Debug": "4.4.0-beta-24906-01",
        "System.Diagnostics.Tracing": "4.4.0-beta-24906-01",
        "System.Linq": "4.4.0-beta-24906-01",
        "Microsoft.NETCore.Portable.Compatibility": "1.0.2"
      }
    }
  },

  "runtimes": {
    "win10-aot": {},
  }
}