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

project.json « netcore50aot « src « System.Runtime.WindowsRuntime « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d08f683ed39a1b9976ca4646a6ad74b0377cf164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "frameworks": {
    "netcore50": {
      "dependencies": {
        "Microsoft.NETCore.Platforms": "1.0.1",
        "Microsoft.NETCore.Targets": "1.0.1",
        "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24521-00",
        "Microsoft.TargetingPack.Private.WinRT": "1.0.1",
        "System.Collections": "4.0.0",
        "System.Diagnostics.Debug": "4.0.10",
        "System.Dynamic.Runtime": "4.0.10",
        "System.Globalization": "4.0.0",
        "System.IO": "4.0.10",
        "System.ObjectModel": "4.0.10",
        "System.Reflection": "4.0.0",
        "System.Resources.ResourceManager": "4.0.0",
        "System.Runtime": "4.0.20",
        "System.Runtime.Extensions": "4.0.0",
        "System.Runtime.InteropServices": "4.0.20",
        "System.Runtime.InteropServices.WindowsRuntime": "4.0.0",
        "System.Threading": "4.0.10.0",
        "System.Threading.Tasks": "4.0.10.0"
      }
    }
  },
  "runtimes": {
    "win8-x86": {},
    "win8-x64": {}
  }
}