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

project.json « VoidMainWithExitCodeApp « tests « System.Runtime.Extensions « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01d30bc411eb8d0166653525e0e04e1840355e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.2-beta-24521-07",
    "System.Runtime": "4.3.0-beta-24521-07",
    "System.Runtime.Extensions": "4.3.0-beta-24521-07",
    "System.Reflection": "4.3.0-beta-24521-07",
    "System.Threading.Thread": "4.3.0-beta-24521-07"
  },
  "frameworks": {
    ".NETCoreApp,Version=v1.0": {},
    "netstandard1.3": {}
  }
}